cancel
Showing results for 
Search instead for 
Did you mean: 

NanoEdge AI Studio with FP-SNS-DATALOG1 on microphone data

YTan.5
Associate II

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.

2 REPLIES 2
Laurent
ST Employee

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.

YTan.5
Associate II

ok thank you, i will try the  FP-AI-MONITOR1, i have already trained a lib on imp23absu microphone.