2023-09-10 10:37 PM
HELLO
I need to use a biometric sensor with stm32 blue pill (stm32f103c8t6) and I am looking for a library to use with the CubeIde software, does anyone have libraries for it?
Thanks
2023-09-11 02:07 AM
Doesn't the vendor of the sensor have anything to offer?
2023-09-11 09:59 AM
It doesn't have any library to offer me, everything on the market is on Arduino.
2023-09-11 10:23 AM
So do they have library or examples for arduino?
2023-09-12 07:58 AM
On YouTube, there are examples of use, but I don't know how to convert the Arduino library to C code.
2023-09-12 11:02 AM - edited 2023-09-12 11:03 AM
Great! Then you can get your solution just in two steps:
1. Find an example on youtube that looks closest to your need
2. Find here someone who can convert the project to run on STM32 for you.
Make sure to prepare a good task description: what code do you want to get besides of the "library": Tests, examples, some documentation? Chatgpt can help with that. Tell it: "write task description for fiverr". At least, they need to know the model of your sensor.
2023-09-12 11:12 AM
Hello @robert456
If so, you can programme your STM32 using the STM32DUINO that give you the opportunity to program your STM32 using ArduinoIDE.
That will give you the opportunity to use the Arduino exemples on your STM32.
Best regards.
II