hello there i have two nrf51 dk kits. now i want that one act as central and other act as server. i want to communicate between two. can you tell me how to do it?? i think i should create custom characteristic for UART.
hello there i have two nrf51 dk kits. now i want that one act as central and other act as server. i want to communicate between two. can you tell me how to do it?? i think i should create custom characteristic for UART.
hello i have one question can we do like that central and peripheral connects automatically??
You can use directed advertising and whitelisting, see one set of paired devices. The peripheral and the central must add each other to the whitelist on first connect, or the whitelist must be preprogrammed.
For the UART, have you read and understood the documentation for UART/Serial Port Emulation over BLE?