2025-03-08 5:49 AM
Hi everyone,
I’m currently working on a project involving predictive maintenance and anomaly detection using the STWINBX1 (STEVAL-STWINBX1) board. I’ve successfully configured the board and flashed it using STM32CubeIDE, ensuring everything is set up as expected. I’ve also downloaded the NanoEdge Datalogger and flashed it using STM32 ST-Link Utility, but despite everything being correctly configured, NanoEdge AI Studio is not receiving any data from the board.
Here’s what I’ve checked so far:
Despite these steps, the data is not being received in NanoEdge AI Studio. I’ve also ensured that no other processes are using the COM port, and I’ve checked that all configurations are aligned with the expected setup.
Can anyone suggest what could be causing this issue or guide me on where I might be going wrong? I need to collect data for training my model, and this issue is blocking my progress.
Thanks in advance!
2025-03-10 2:00 AM - edited 2025-03-10 2:02 AM
Hello @Mahdouch ,
You need both a ST Link to flash the firmware and to connect the board via USB C to send data.
You need to make sure to have data cable in both cases.
If you forgot to use the second cable, the COM port that you were using is probably the one from the ST Link, so don't forget to change it in the emulator.
Can you test to retrieve data in the "SIGNAL STEP" via serial. The behavior should be the same.
But if you can log data in Signals but not in the emulator, then the issue may be different.
Have a good day,
Julian