SEN0359 I2c fingerprint python library
I am interfacing the SEN0359 I2c fingerprint with raspberry pi 5. Is there any python Library for that?
2025-01-15 20:39:13
The Python pinpong library includes the driver and some examples. In case you like to run it on a Raspberry (as Python) or n some Microcontrollers (as MicroPython), you can adapt the I2C initializations. I tested with Unihiker and works like a charm! Here the tutorial: https://community.dfrobot.com/makelog-315118.html
Lupin 2024-01-31 02:09:37
There is currently no python Raspberry Pi sample code for this product.
Maybe you can develop it yourself via the Arduino C code on DFRobot Github.
https://github.com/DFRobot/DFRobot_ID809
Yeez_B Nikita.Nagar
wrote:
2024-01-31 06:17:50 1 Replies
may I know, How does it work so that I can do it ?