This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

mbed Bluetooth Example Fale

hi,

i'm new to bluetooth development so i have got a Tiny BLE. (wiki.seeedstudio.com/.../Tiny_BLE)

the Chip is: nRF51822 i use for the development at the moment the mBed web IDE.

i was trying to get the BLE on mBed code to work. (developer.mbed.org/.../ developer.mbed.org/.../Getting-Started-with-BLE-on-mbed)

at the moment i use a android phone for try to get the HRM Values but i can't find the Bluetooth device when i scan.

i have the feeling i need to change or add a config. when i debug i see that the BLE get's initialized but i can't find it. ble.hasInitialized() => 1 triggerSensorPolling => 1 ble.gap().getState() => 1

would be nice if somebody can give me some tips.

thank you

Related