Hi,
Can anyone suggest me an example program to control LED connected to nRF51822 with a mobile app?
Hi,
Can anyone suggest me an example program to control LED connected to nRF51822 with a mobile app?
The easiest way is to take the ble_app_blinky application and control the LED using the nRF blinky app.
It may be best if you just download a fresh copy of SDK again as it will have the correct settings, but if you want to try this is the correct ROM and RAM start address and size (for 256KB flash and 32KB ram version of the chip):
IROM1:
Start: 0x1B000
Size: 0x25000
IRAM1:
Start: 0x20002080
Size: 0x5F80
It may be best if you just download a fresh copy of SDK again as it will have the correct settings, but if you want to try this is the correct ROM and RAM start address and size (for 256KB flash and 32KB ram version of the chip):
IROM1:
Start: 0x1B000
Size: 0x25000
IRAM1:
Start: 0x20002080
Size: 0x5F80