2021-04-30 03:05 AM
Hello,
I programmed the sensorTile with ALLMEMS1 end I used STM32CubeIDE. After compiling the orange light comes on and I can connect to bluetooth with the IOs app, however as soon as I disconnect the NUCLEO the bluetooth stops working. What can I do ?
Thaks,
Chiara
Solved! Go to Solution.
2021-04-30 05:32 AM
Hi Chiara,
you probably missed the bootloader part: in this case, the code run as well but when you restart the board it doesn't work any more.
This because you are overwriting a section of the code that prevents the board to working.
You can find the details in the user manual UM2059, p.8:
It should be convenient for you to flash the binary file that already contains the Bootloader section: you can find it in the Utilities\BootLoader folder.
-Eleon
2021-04-30 03:35 AM
Hi Chiara @CRoma.1 ,
did you followed all the instruction of the user manual UM2101, described in p.17, or in this other presentation?
In particular, did you removed the CN2 jumpers?
If so, can you explain a little better the error that the SMT32CubeIDe returns?
-Eleon
2021-04-30 03:53 AM
yes, I followed the instructions and removed the jumpers from the NUCLEO. My problem is that i can only connect the sensorTile to the bluetooth the first time. after turning it off, the orange led no longer turns on and i can no longer connect. i have to reload the code to make it work.
2021-04-30 04:07 AM
2021-04-30 05:32 AM
Hi Chiara,
you probably missed the bootloader part: in this case, the code run as well but when you restart the board it doesn't work any more.
This because you are overwriting a section of the code that prevents the board to working.
You can find the details in the user manual UM2059, p.8:
It should be convenient for you to flash the binary file that already contains the Bootloader section: you can find it in the Utilities\BootLoader folder.
-Eleon
2021-05-01 04:46 AM
Thank you very much for your reply. My sensorTile now works.
How can i change the data sampling frequency?
2021-05-02 11:23 PM
Hi Chiara,
If the issue is now solved, you can mark my last answer as best by clicking Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
For the ODR change on SensorTile, I suggest you to post a new question on MEMS&Sensors.
-Eleon