Edge Impulse on STM32f401 using arduinoIDE

Hello, I am working on a research project based on water quality monitoring system, where I use STM32F401 blackpill board and TDS & Temperature sensor for measure purpose. I am confused how to make TinyML run locally on STM board using arduino interface. Because i am run STM32 using arduinoIDE. Please give me some suggestion…about how run Tiny ML locally on STM32f401 in arduino skatch and some analog and digital sensors.

Hello,

I have not tried it but I assumed you have installed the board in your Arduino IDE following a procedure like this one: Program STM32 Black Pill (STM32F401 / F411) with Arduino IDE

Once you have the board installed, could you try to run the static_buffer example like in this tutorial: On your Arduino

If this works, you’ll then need to fill your raw features (from your sensors) in a buffer float features[].

Regards,

Louis

Thanks a lot louis. Its woks.

1 Like

Glad to hear that!

Regards,

Louis