Board: nRF52833 DK
Version: 1.0.0 PCA10100
SD: s140
Env: Segger v4.52 (installed on 5/10 via Toolchain Manager)
Hello all...
I'm running into a problem with the peripheral_uart sample for the nRF52833. I have ran the same example on the nRF840 DK with no issues. Both trials were with the s140 soft device loaded.
I'm using nRF connect mobile and a COM terminal to see how the units are reacting. Both units boot up with Zephyr and the blue-tooth begins and allows me to connect with the phone. The difference appears when a message is sent to the DK using the 'Nordic UART Service'. On the 840, the message is echoed to the terminal like it should, and therefor, the bt_receive_cb is entered and executed. On the 833, the callback is never entered and nothing shows up on the terminal after the BLE connection message is displayed on the logger.
In the README, it says that the 833 isn't supported for this example, but the s140 is, so I'm not sure why this isn't working. I was wondering if anyone has had this problem with this example. Is there a port for this? Is it a hardware difference between the two DKs?
Thanks in advance,
josh