I am working on a project where I need to transfer the data from nRF52832 to ESP8266 through UART. I made the connections RX to TX and TX to RX.
I am using ble_app_uart_c centrl, sdk 11. Here the central is not connected to any peripheral, it is just scanning data from beacons and the scanned data I want to send it to the ESP8266 through UART.
I am using tera term for observing nRF52 data and serial terminal for ESP8266. Initially few bytes of data is transferred from nRF52 to ESP, within a fraction of time nRF is stopping the scanning and no data is transferred.
I checked by closing the teraterm, but at that time nRF is scanning but not sending any data to ESP. When I open the teraterm again it sends a few bytes of data and stops scanning immediately.
Could anybody help me in solving this.