Skip to main content
rbohluli
Associate
July 7, 2022
Question

Why doesn't the SensorTile show up when scanning with bluetooth?

  • July 7, 2022
  • 1 reply
  • 1599 views

Hi, I am developing a STM32L476JG using a STM32 Nucleo for analysis of raw accelerometer data. I wanted to use the ST BLE Sensor app to do some testing, but I am not able to get the device to show up on the list of Bluetooth devices on the app. The battery is charged, and I have tried to connect with my phone when the device is connected to the Nucleo (which is connected to my laptop) as well as on its own. Something that may point to the problem is that the orange LED on the device is a solid color and not blinking, like most guides say it should.

This topic has been closed for replies.

1 reply

Andrew Neil
Super User
July 8, 2022

Is the device actually advertising?

Is it seen by any other BLE "scanner" apps on the phone?

Is it seen by any other phones?

Are you sure it isn't connected to another phone?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
rbohluli
rbohluliAuthor
Associate
July 8, 2022

It is not detected by any of the BLE scanner apps on my phone or my coworker's, and it isn't showing up on the list of Bluetooth devices in the area. It definitely isn't connected to another phone, but it has been paired to one before.

Andrew Neil
Super User
July 8, 2022

sounds like it's not advertising, then.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.