Hello everybody,
i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the loaded board or the S140 softdevice insecure and flashed via Visual Studio Code and Jlink via the programming socket on the 10 pin dongle board.
This is the result on the terminal:
*** Booting Zephyr OS build v3.0.99-ncs1 *** Starting Bluetooth Central UART example [Disconnected] [Connected]
on JlinkRTTView:
00> [00:00:32.617,645] <inf> central_uart: Disconnected: D4:F0:2B:4E:B1:6D (random) (reason 8) 00> [00:00:34.202,667] <inf> central_uart: Filters matched. Address: D4:F0:2B:4E:B1:6D (random) connectable: 0 00> [00:00:35.208,679] <inf> central_uart: Connected: D4:F0:2B:4E:B1:6D (random) 00> [00:00:35.409,942] <inf> central_uart: MTU exchange done
so everything seems ok, however, the strings that I send from the peripheral via BLE do not arrive (I do not see) on the uart terminal or on the RTT; what am I doing wrong ?
Obviously the connection takes place and if I do it from a smartphone with nrftool I see the incoming strings and transmit.
(if I do the same thing using a nrf52840DK everything works and there is the transmission but I should use it on the dongle ...)
thank you
Silvio