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

ble_app_uart_c problem using a WT51822-S4AT board

Hi,
 
I have a couple of WT51822-S4AT boards I would like to use to send data from a PC to one board via UART and then pass the data to a microcontroller connected to the other board via its UART.
So: PC --> n51822 --> n51822 --> microcontroller.
 
I managed to get the ble_app_uart peripheral example working by changing the RX/TX pins and changing the flash layout and compiling for BOARD_WT51822 instead of for example BOARD_PCA10028.
 
Using the nRF toolbox app on my phone I can send data to that peripheral board.
 
But, now I would like to use the other board as a central and I can't seem to get it working. I get stuck in the sd_ble_gap_scan_start function which returns the error code 0x00000007 and then the device is reset.
Do you have any clue why I'm getting this error?
 
 
Thanks in advance,
Samuel
Related