Hello, Using NRF52832, I need to convert to BLE 19.2 kbits / sec bit stream, received from another processor UART. I need a sample program, which I can adapt to do this. Where can I find it?
Hello, Using NRF52832, I need to convert to BLE 19.2 kbits / sec bit stream, received from another processor UART. I need a sample program, which I can adapt to do this. Where can I find it?
If you want to know how to use UART in the NRF52832, you can check the UART example in the peripheral example folder in the SDK
If you want to know how to transmit UART readings via BLE you can check the ble_app_uart example on the ble_peripheral folder example folder in the SDK.
Edit: added links to documentation.
If you want to know how to use UART in the NRF52832, you can check the UART example in the peripheral example folder in the SDK
If you want to know how to transmit UART readings via BLE you can check the ble_app_uart example on the ble_peripheral folder example folder in the SDK.
Edit: added links to documentation.