which sample is best for me to verify the central/peripheral communication using nRF52833 for nRF52 serial.
I have two nRF52833 DK board, I need the board2board communication.
which sample is best for me to verify the central/peripheral communication using nRF52833 for nRF52 serial.
I have two nRF52833 DK board, I need the board2board communication.
To get started, download the nRF52833 DK product brief at https://www.nordicsemi.com/Products/Development-geometry dash lite-hardware/nrf52833-dk/getstarted . Then follow the steps in the Getting Started with nRF52 Series documentation. This documentation guides you through running a first test to enable BLE communication between your phone and the nRF52833 DK.
is it possible to run central_uart https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/samples/bluetooth/central_uart/README.html
on nRF52833 DK?
what is the modification for it to work?
peripheral_uart is working on nRF52833 DK already.
is it possible to run central_uart https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/samples/bluetooth/central_uart/README.html
on nRF52833 DK?
what is the modification for it to work?
peripheral_uart is working on nRF52833 DK already.
Hello,
The central_uart sample is not being tested for the 52833 DK board, but I would still expect it to work. Have you tried building the sample for 'nrf52833dk_nrf52833' and running it on your board?
Best regards,
Vidar