Hi All, I want to connect NRF51822 with touch sensor. it's possible or not? how to get GPIO example for NRF51822?
Hi All, I want to connect NRF51822 with touch sensor. it's possible or not? how to get GPIO example for NRF51822?
Hi,
This depends on which type of touch sensor you want to use.
About GPIO example, have a look at this answer.
Best regards,
Jørgen
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.
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.