Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending raw beacon data from nrf52832 to external device esp8266 via UART

Hello everyone,

I'm currently working on a project that requires a nrf52832 chip to relay raw beacon data over UART to an esp-12F module. I am having a difficult time figuring out why it is not working. When running the program the esp module does not receive anything on it's input buffer. I am using an off the shelf device with the schematic showing connecting UART terminals. This example was created using the ble_app_uart_c example from the NRF5 SDK 15.3, also using the s132 soft device and my development environment of choice is keil µvision. Everything builds and compiles just fine and I only run into visible problems when I use a debugger.

When I try to debug the code with the NRF52 DK I am getting stuck in this while loop. Is there a problem with the way I #defined DEBUG?

Here is the code I am using right now.

Can anyone possibly help and see what I'm doing wrong?

Thank you so much in advance.

Parents Reply Children
No Data