cancel
Showing results for 
Search instead for 
Did you mean: 

Library FingerPrinter for STM32 blue pill

robert456
Associate II

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

6 REPLIES 6
Pavel A.
Evangelist III

Doesn't the vendor of the sensor have anything to offer?

It doesn't have any library to offer me, everything on the market is on Arduino.

Pavel A.
Evangelist III

So do they have library or examples for arduino?

On YouTube, there are examples of use, but I don't know how to convert the Arduino library to C code.

Pavel A.
Evangelist III

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.

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