Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 6 months ago.
BLE examples are for some reasons not working for me
Hi
I have a 'Seeed Micro BLE Module' which is, if I'm not completely wrong, kind of compatible with the nRF51822-mKIT (same SoC, LF crystal, Ram/Flash, etc). But if I compile the Button or Heartrate demo, none of them work on the module. Also my own offline build doesn't work. The module itself works as the preinstalled app worked and also a offline built test program based on s110, v7.1 works (unfortunately I can't remember the specific version of the used mbed, ble api, nrf51822 repos at that time).
Now I'm wondering if there's a general problem with the s130 softdevice (just to mention, I also tried the s110 from the 8.1 sdk) or am I doing something wrong loading it onto the target (but why did it work earlier)
the steps I do:
erase chip using jlink
w4 4001e504 2 w4 4001e50c 1 w4 4001e514 1 sleep 100 r exit
flashing the hex, again using jlink
w4 4001e504 1 loadhex FILENAME.hex r g exit
any ideas?