2024-11-20 05:27 PM - last edited on 2024-11-26 10:16 AM by Tesla DeLorean
When I select the library in the [Validation] tab of NANOEDGE AI STUDIO and run [Serial emulator], I get the error message "No data are being received. Please ensure the correct COM port is selected."
However, I am able to obtain data if I select the same COM port using TeraTerm (terminal emulator).
Incidentally, the same error occurs whether the baud rate is 9600 or 115200.
The board I am using is B-L475E-IOT01A2.
Does anyone have any information on the cause of this?
2024-11-27 08:44 PM
Hello Julian
Thank you for your reply.
In NANOEDGE AI STUDIO, I tried to execute serial communication by clicking [ADD SIGNAL] in 2. Signals.No error occurs, but I cannot receive data.I have attached the log file from this time.By the way, I was able to receive data via serial communication using Putty.
Also,for the B-L475E-IOT01A2 that I am using, which board in the github repository that contains examples of data logging code should I refer to?
2024-11-28 12:28 AM
Hello @hashimoto_m ,
No datalogger example in the github has your accelerometer (LSM6DSL), but you can take a look at any example using an accelerometer. The idea here is for you to simply look at the logging function to make sure you kind of have the same format.
Can you send me the exported .csv from putty? Around 1 minute of logging.
Thanks
Julian