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.
i have one silly question in BLE uart application.how communication take place between central and peripheral in BLE uart application??
Have you seen Nordic Uart Service (NUS) example application?
You can use "uart" service from that app then, do you?
yes i understand it. but i have one question. how uart data is copied into tx characteristic??