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

How to make a led blink when the Iphone or Android phone rings?

More precisely on nrf52

Parents
  • I'm not really sure exactly what you want to know, but as far as I can see we don't have a led blinky app for the nRF52. However you can start with the nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_uart example.

    Note that you have to program the dk with the softdevice first.

    This example can be used with the UART part of nRF toolbox for iPhone or Android. To blink a led you will then have to modify the UART example to do so when you receive a certain command over BLE UART.

    Note that there are some tutorials available for the nRF51 series that might interest you. There is also the getting started guide for the nRF52.

Reply
  • I'm not really sure exactly what you want to know, but as far as I can see we don't have a led blinky app for the nRF52. However you can start with the nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_uart example.

    Note that you have to program the dk with the softdevice first.

    This example can be used with the UART part of nRF toolbox for iPhone or Android. To blink a led you will then have to modify the UART example to do so when you receive a certain command over BLE UART.

    Note that there are some tutorials available for the nRF51 series that might interest you. There is also the getting started guide for the nRF52.

Children
No Data
Related