cancel
Showing results for 
Search instead for 
Did you mean: 

SensorTile cannot be detected on ST BLE Sensor App even flashed using BLE Sensor.bin .

YYu.2
Associate III

I am new to STM32. My problem is that the BLE Sensor App not showing my SensorTile , I have tried to erase the STM32 and load it with the BLE Sensor.bin. PWR button seems not working, tried fit in power, result is same. Appreciate for any type of advices or suggestion.

20 REPLIES 20

Hi @YYu.2​ ,

would you confirm if the board you are using is this one: https://www.st.com/en/evaluation-tools/steval-mksbox1v1.html

YYu.2
Associate III

@niccolo.ruffini​ , Hi I am using STEVAL-STWINKT1

Hi @YYu.2​ ,

I'm sorry I gave you the wrong answers, but I thought you were using the SensorTile.

If you are using the STWIN, you should refer to this page to download the firmware you need: https://www.st.com/en/evaluation-tools/steval-stwinkt1.html#tools-software

here I attach the example bin for the BLE sample App.

Let me know if this works.

YYu.2
Associate III

@niccolo.ruffini​ ,

My bad giving wrong name. I downloaded and try the firmware already. The sample BLE works. But sample BLE doesn't come with accelerator function, will try again with BLE sensor file again. Thanks

Hi @YYu.2​ ,

sorry, here is the binary attachment.

YYu.2
Associate III

@niccolo.ruffini​ , The BLE sample works , but if I using the BLE Sensor bin from STM32CubeFunctionPack_STBOX1_V1.3.0, it doesn't work? Do you have any suggestion, because I only need the accelerator and fft function. Thanks

Hi @YYu.2​ ,

that is because the function pack STBOX1 is developed to run on SensorTile.box, not on STWIN.

The SensorTIle.box is the only board that is able to be programmed via ST BLE Sensor App, like (I hope I got it right) you would like to do.

If you want to continue working with the STWIN, you should download the function pack STWINKT01 at this link: https://www.st.com/content/st_com/en/products/embedded-software/evaluation-tool-software/stsw-stwinkt01.html

Inside this function pack you can find the projects compiled using different IDEs, and you can modify them to show and log only the data you need.

Do you think this is a good solution?

YYu.2
Associate III

@niccolo.ruffini​ , When first time I connect to STWINKT1 using ST BLE APP , its node name is PM1V210, I not sure is it BLE Sensor. Thanks for help, much appreciated.

Hi @YYu.2​ ,

I'm sorry, I think I did not understand completely your aim, now.

the name PM1V210 is linked to the firmware, you are right, but it does not always change when changing firmware.

If the firmware you uploaded is STWINKT1, I think the name of the board is right.

You can't upload the firmware BLESensors.bin, because this was developed to run on SensorTile.box (this one: https://www.st.com/en/evaluation-tools/steval-mksbox1v1.html)

You have different ways of facing this issue:

  1. change your development board
  2. download the function pack for STWIN (at this link: https://www.st.com/content/st_com/en/products/embedded-software/evaluation-tool-software/stsw-stwinkt01.html) and modify it to reach your objective

I would suggest option number 2, because you can also use the project you want (BLESensors) as a reference, to know which part you should add or leave out from the STWINKT1.

Are you familiar with C language?

YYu.2
Associate III

@niccolo.ruffini​ ,

Sorry for confusing you.

Intermediate level for C language.

Thanks for the suggestion , will go and try that during free time.

Hope you have a nice day.:D