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

NRF51822 with GPIO PROGRAMMING??????

Hi All, I want to connect NRF51822 with touch sensor. it's possible or not? how to get GPIO example for NRF51822?

Parents Reply
  • FIRMWARE V1.1.1 i m using this firmware (ABOVE link) in that nRF51822 Beacon v1.1.1/sourcecode/Nrf51_beacon/ble_app_beacon/pca20006/s110/arm/ble_app_beacon_s110_pca20006 open a Ble_app_beacon example in Keil5 and modify in main.c

    "#define APP_CONFIG_MODE_LED_MSK (LED_R_MSK | LED_G_MSK)"

    instead of that (LED_R_MSK | LED_G_MSK) i put only (LED_R_MSK)

    after that compilation is successfully done n generate a hex file n upload that hex file in NRF51822 Beacon. it shows application programmed successfully. but it's not effect on NRF51822 Beacon.

Children
No Data
Related