This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send Data from nrf52-dk to Esp8266

Hi, I have some data which i want to send from nrf51-dk to ESP8266. i have tried Ble UART central example to write data serially but doesn't achieve any result. I have also tried serially writing data by assigning pin 22 and 23 as rx and tx of serial port and trying to send data, but is seems there is some issue. The baud rate is correctly selected. Is there any sample example or any related program to write data serially to a device connected with nrf52-dk . Already tried: Ble Central - app_UART example Serial library

Related