I have two nrf52 dkcards.
I want the LED on the second nrf52 dk board to first led light up when the button is pressed on the first nrf52 dk board
I have two nrf52 dkcards.
I want the LED on the second nrf52 dk board to first led light up when the button is pressed on the first nrf52 dk board
So have you had a look through the SDK examples to see if any of them does that - or something close ... ?
Yes. I pressed the button on a led to the single nrf52 dk. I want to communicate two nrf52 dk.
What is the sample file name in the nRF5_SDK_15.2.0_9412b96 folderYes. I pressed the button on a led to the single nrf52 dk. I want to communicate two nrf52 dk.
What is the sample file name in the nRF5_SDK_15.2.0_9412b96 folderHi Sema,
You can find the sample code for your peripheral device under nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral
The sample code for central devices can be found under nRF5_SDK_15.2.0_9412b96/examples/ble_central
Best regards
Simon