2022-10-17 07:00 PM
hi I have logged some data using FP-SNS-DATALOG1 and grouped the data into like 500 rows for NanoEdge AI Studio to train on, how do I place the trained lib into the project as the data out in the FP-SNS-DATALOG1 is different from what I trained the lib.
2022-10-18 12:12 AM
Hello
FP-SNS-DATALOG1 is meant for data logging only so you cannot integrate a nanoedge librairy . Instead, you can use FP-AI-MONITOR1 to do so.
to exploit a newly cooked library with nanoedge studio, you need to copy the library you generated with the tool (libneai.a) into \Middlewares\ST\NanoEdge_AI_Library\Lib and associated header file (libneai.h) into \Middlewares\ST\NanoEdge_AI_Library\Inc
then build again
Please note that in this version, only imp23absu microphone is supported.
You can find much more details in user manual
best regards
L.
2022-10-18 12:14 AM
ok thank you, i will try the FP-AI-MONITOR1, i have already trained a lib on imp23absu microphone.