2025-02-19 11:37 AM - last edited on 2025-02-20 03:43 AM by Peter BENSCH
Good afternoon!
Would it be possible to transfer the STWINKT1B library that uses NanoEdge to the Tile Sensor (STEVAL-STLKT01V1)
I was able to use dual-tone multi-frequency classifier using NanoEdge AI Studio on the STWINKT1B board
I can already read the microphone on the Sensor Tile, but I'm trying to implement the NanoEdge library with the knowledge.h files NanoEdgeAI.h and libneai.a but I'm not having success, I also didn't find the NanoEdgeAI.c file, I believe it is essential to get the result similarity output and make the classification
2025-02-20 12:37 AM
Hello @Felipe_Nascimento
STWIN and SensorTile mount a different STM32 microcontroller: STWIN is based on STM32L4+ instead SensorTile is based on STM32L4.
I guess you can't reuse the same precompiled library from NanoEdge AI for different STM32 family.
Consider also that STEVAL-STLKT01V1 is a very old evaluation board. It’s NRND (Not Recommended for New Design), so it intended not to be supported anymore.
Best regards,
Simone