Hi,
We've a custom board which has NRF52832 and Maxime. They are connected over UART. ( I'm using ble_app_uart)
What I want is transfer binary data between Phone and nRF52 over BLE. Is there any application example?
After receiving binary data from Phone, we will store it to external EEPROM on our custom board, and doing Maxmie update further.
The binary data actually is for Maxime update.
I've tried using UART for transferring binary.
As I googled, TX characteristic of UART service(ble_app_uart) on Phone has 20 bytes payload, our binary file has about 4xx kbytes.
It takes too much time when nRF52 receive from Phone over UART and send binary over UART between 52832 soc and Maxime soc.
So maybe the better way is using BLE from Phone to nRF52.
I've read https://devzone.nordicsemi.com/f/nordic-q-a/29028/download-firmware-over-ble-for-another-mcu. Still confusing.
Is there application sample or guide for receiving data over BLE from Phone? Once nRF52 receives binary data, how to send binary packet over UART to Maxime.
Thanks.
Vick