2024-10-31 02:09 AM
Dear Support
As I am trying to get familiar with the NAnoEdge AI Sudio, I tried the followed steps to setup a demo project:
1. New project -> select the EVB(NUCLEO-F401RE) and Sensor(Accelerometer - 3 Axes)
2. Regular Signals : Create a datalogger -> Select the EVB(F401RE + X-NUCLEO-IKS02A1: 3 axis, 25 Hz, range-8, samples per axis - 16) -> generate Data logger.
3. Regular Signals: Add signal-> From File -> Choose the neai_datalog.bin which is generated in STEP#2 -> continue but with followed capture's error: problem detected on line(s) 5.6.7.8,xxx.
Could you please guide how to go to next step for benchmark?
Regards
Xiao Kang
Solved! Go to Solution.
2024-10-31 03:13 AM
Hello @XiaoKang ,
The binary file is to be flashed on your F401RE to be able to log data from serial. Here you tried to import code for microcontroller as an input file containing data.
You can find a tutorial here where everything is explained: https://wiki.st.com/stm32mcu/wiki/AI:How_to_create_a_multi-state_vibrations_classifier_using_NanoEdge_AI_studio
Basically, the steps are:
(example with a STPROTEUS)
Have a good day,
Julian
2024-10-31 03:13 AM
Hello @XiaoKang ,
The binary file is to be flashed on your F401RE to be able to log data from serial. Here you tried to import code for microcontroller as an input file containing data.
You can find a tutorial here where everything is explained: https://wiki.st.com/stm32mcu/wiki/AI:How_to_create_a_multi-state_vibrations_classifier_using_NanoEdge_AI_studio
Basically, the steps are:
(example with a STPROTEUS)
Have a good day,
Julian
2024-11-03 09:55 PM
Hi Julian
Thanks a lot for your explanation. That helps.
Regards
Xiaokang