I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
I want to save data sent by the Nordic UART/Serial Port Emulation over BLE to the phone.
Can the Nordic UART app save received UART data sent over BLE to the phone?
Hi Tim
In the nRF_UART_v2.0 app the received data is stored into the txValue byte array in MainActivity line 235. You can store that value whereever you like. I do not comment on how to store into Android non-volatile memory, if that is what you are asking about, as this would be something you should find on Android developer site.
You can find the source code for the nRF_UART_V2.0 here
Hi Tim
In the nRF_UART_v2.0 app the received data is stored into the txValue byte array in MainActivity line 235. You can store that value whereever you like. I do not comment on how to store into Android non-volatile memory, if that is what you are asking about, as this would be something you should find on Android developer site.
You can find the source code for the nRF_UART_V2.0 here