Skip to main content
YTan.5
Associate
October 18, 2022
Question

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

  • October 18, 2022
  • 2 replies
  • 1424 views

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.

This topic has been closed for replies.

2 replies

Laurent
ST Employee
October 18, 2022

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
YTan.5Author
Associate
October 18, 2022

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