Skip to main content
Visitor II
September 29, 2020
Solved

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

  • September 29, 2020
  • 2 replies
  • 4517 views

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.

    This topic has been closed for replies.
    Best answer by niccolò

    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?

    2 replies

    ST Employee
    September 29, 2020

    Hi @YYu.2​ ,

    please check this post on Sensortile.box reboot, if it can be of any help.

    It describes a procedure for the device recovery in case of some kind of firmware issue.

    You can use the BLE Sensor.bin instead of the attached file.

    Please note that you may have trouble if you are using a Huawei smartphone.

    -Eleon

    YYu.2Author
    Visitor II
    September 29, 2020

    Hi Eleon, have tried the USR button method but doesn't work also, not sure is it because I am using Xiaomi. My model also only come with USR,PWR, and Reset button, no Boot button. Thanks.

    ST Employee
    September 29, 2020

    Hi @YYu.2​ ,

    what are you using to program the SensorTile?

    are you using STM32CubeProgrammer? ( https://www.st.com/en/development-tools/stm32cubeprog.html)

    YYu.2Author
    Visitor II
    September 29, 2020

    Hi Niccolo, yes I am using STM32CubeProgrammer.

    ST Employee
    September 29, 2020

    Hi @YYu.2​ ,

    thanks for confirming that.

    you may have written the wrong part of memory, could you read your device memory from 0x8000000 to 0x8008000 and post the hex file, so I can have a look at it?