2024-08-06 12:57 AM
Hi,
I want to download an old version 3.0.1 of Nano Edge AI studio but I could not find it from the website. It directly download the new version 4.5.0. How can I reach the version 3.0.1?
Solved! Go to Solution.
2024-08-12 01:48 AM
If you are using this function pack: STEVAL-PROTEUS1 - Industrial sensor evaluation kit for condition monitoring based on the 2.4 GHz STM32WB5MMG module - STMicroelectronics2
You need to use the provided scripts to get data via serial
The easiest way to log data via USB with a proteus is to use the datalogger tool in NanoEdge:
* Open NanoEdge And go to the datalogger from the main page
* Select the Proteus, the accelerometer that you want to use and the parameters (buffer size, sampling rate):
* Click generate data logger
* Drag and drop the binary file to flash it (you need a ST link)
You are can then import data in NanoEdge via serial.
Julian
2024-08-11 11:49 PM
Hello @Batuhan35 ,
We do not support old version of NanoEdge AI Studio, so it is not possible to download old versions.
May I ask why you would like to have access to an old version?
Have a good day,
Julian
2024-08-12 12:23 AM
Hi @Julian E.
I am using the STEVAL-PROTEUS1 evaluation kit for anomaly detection. When I try to add a signal via USB, I am unable to receive any values from the accelerometer, even though I can see the data on the STBLE Sensor app. I've tried several troubleshooting steps and am considering whether using an older version of NanoEdge AI might resolve the issue, as most of the demo videos use the previous version. Do you have any ideas on what might be causing this problem?
2024-08-12 01:48 AM
If you are using this function pack: STEVAL-PROTEUS1 - Industrial sensor evaluation kit for condition monitoring based on the 2.4 GHz STM32WB5MMG module - STMicroelectronics2
You need to use the provided scripts to get data via serial
The easiest way to log data via USB with a proteus is to use the datalogger tool in NanoEdge:
* Open NanoEdge And go to the datalogger from the main page
* Select the Proteus, the accelerometer that you want to use and the parameters (buffer size, sampling rate):
* Click generate data logger
* Drag and drop the binary file to flash it (you need a ST link)
You are can then import data in NanoEdge via serial.
Julian