Brian Ejike

Results 16 comments of Brian Ejike

What you receive from the sensor is mostly-uncompressed raster -- every pixel of the image described in 8-bit grayscale. BMP was chosen as the output format because it's convenient, being...

Well, you can clearly see the function prototype requires 4 arguments so why are you calling it without any? I don't have any examples at the moment. If you can...

Yes, this seems to have some documentation on the command but it's not very clear. I'll look into it and maybe have an example out in a few days. Since...

Nah, I don't have a platform like that. To be clear, can you still use the sensor, without controlling the LED yourself? Right now, it's controlled automatically when you place...

How do you mean the sensor is not detected? Aren't you using it for enrollment, as you said? Specifically, which exact examples do not work?

I never got around to adding this functionality. Think I'll look into it maybe in a few days

In order to know if security levels is even relevant to your issue, you need to first provide your sketch and also the Serial Monitor output. I think you're likely...

> you need to first provide your sketch and also the Serial Monitor output

Thanks. Some changes you should make first: ``` - /* 58 is max packet length for ACKed commands (read prod info) */ - #define FPM_BUFFER_SZ (58) + /* 46 is...

Are you using the default example? No change at all except to change the BUFF_SZ? Can you post your entire serial output/log?