Results 7 comments of Josh Hawley

The problem is buffer space. The Arduino has almost no ram, so getting any real data from the FPS is problematic, and needs to be streamed somewhere else.

yeah the RPi has tons of memory. It should be fine with it, but it will require some reworking. I don't think the SoftwareSerial library works on RPi.

You are correct. However, I was not able to make it work. It has been a few years since I tried it, but I think it had something to do...

I would love for this to be possible, the device and its protocol support it, but the arduino does not due to ram constraints.

That is a great idea. I will see about updating the code for the Enroll sample.

Hmm... that is an interesting situation. I will have to think about that. Timeouts on stuff like this are much more difficult without multithreading, but i will see what I...

First, thank you for this extension. It saved me a bunch of time converting screaming snake constants to pascal properties =) Just a note for others that find this with...