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 folderHi Sema,
You can do this by for example modifying the ble_app_beacon example to only trigger when you are pressing a button on one DK, while using the other DK as a central that lights up when receiving a signal from your beacon.
Best regards,
Simon
http://remoturk.com/NRF.jpg I explained my question in the link.
Hi 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