You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you suspected, the LED method is causing issues with these two units. The good thing is the template upload/download does work but there is a wierd extra packet being sent by these two modules when asked to compare two template (instruction 03x):
It sends error when receiving package (01x) followed by a proper/expected packet. It does not appear to affect the functionality.
I guess The easiest thing to do is to create PR and rename the template upload/down example to R503 specific. We can just document what needs to be done to make the example work with non R503 sensors.
The text was updated successfully, but these errors were encountered:
@jerryneedell I guess we could make the sensor type a parameter in the constructor method (called type=) and derive what is supported from there. Something like that.
@jerryneedell I finally got a chance to test the optical sensors. I got two different models:
https://www.adafruit.com/product/4690
and
https://www.adafruit.com/product/751
As you suspected, the LED method is causing issues with these two units. The good thing is the template upload/download does work but there is a wierd extra packet being sent by these two modules when asked to compare two template (instruction 03x):
It sends
error when receiving package
(01x) followed by a proper/expected packet. It does not appear to affect the functionality.I guess The easiest thing to do is to create PR and rename the template upload/down example to R503 specific. We can just document what needs to be done to make the example work with non R503 sensors.
The text was updated successfully, but these errors were encountered: