2025-02-15 01:35 AM
Hello ST Community,
I'm working on a Predictive Maintenance project using FP-SNS-DATALOG2 to capture real-time sensor data from my STWINBX1 (STEVAL-STWBXCS1A). Here’s my workflow so far:
Has anyone encountered this issue before? Could it be a driver issue, a missing configuration, or something else? Any help would be greatly appreciated!
Thanks in advance!
Solved! Go to Solution.
2025-02-17 02:40 AM
Hello @Mahdouch,
I would suggest you to follow this tutorial:
The board used in this case is the STEVAL PROTEUS, but you can use yours as it is also available in the NanoEdge Datalogger generator.
This tuto goes from logging data to deploying the model on the board, so you will find everything needed.
Have a good day,
Julian
2025-02-15 01:48 AM
Open STM32CubeIDE, select ST-LINK, and check if your STWINBX1 is detected. Open NanoEdge AI Studio and check if it is set to detect devices on the right COM port. Try switching to a different USB port on your PC. Restart NanoEdge AI Studio after plugging in the board.
2025-02-15 02:03 AM
Thanks for your response! I’ve already tried that method.
It seems like the board is recognized for flashing/debugging but not for serial communication or NanoEdge AI Studio. Could this be a firmware or driver issue? Any ideas on what else to check?
2025-02-17 01:06 AM
Hello @Mahdouch
FP-SNS-DATALOG2 and NanoEdge AI Studio aren’t working in the same way:
Notice that the two firmwares are different and not compatible with each other: by using FP-SNS-DATALOG2 firmware, you can't live logging data with NanoEdge AI Studio and viceversa.
Step 1-3 you described seems ok. Which firmware are you using for your step 4?
Best regards,
Simone
2025-02-17 02:03 AM
Hello @SimonePradolini
I'm currently using the "DATALOG2_release.bin" found in "FP-SNS-DATALOG2-V2.3.0\STM32CubeFunctionPack_DATALOG2_V2.3.0\Projects\STM32U585AI-STWIN.box\Applications\DATALOG2\Binary"
should i use another firmware for NanoEdge AI studio detection (so i can't train my model using my real time data coming from the board ?) , if so can you provide me with that firmware so i can flash it on my board .
Thank you Very much.
2025-02-17 02:40 AM
Hello @Mahdouch,
I would suggest you to follow this tutorial:
The board used in this case is the STEVAL PROTEUS, but you can use yours as it is also available in the NanoEdge Datalogger generator.
This tuto goes from logging data to deploying the model on the board, so you will find everything needed.
Have a good day,
Julian
2025-02-17 02:44 AM
THANKS , @SimonePradolini
Have a good day !