Page 1 of 1

Streaming UBX packets over BLE

Posted: Sun Jun 06, 2021 9:58 am
by hardware_boss
Hi all
I am stuck, how do I stream my UBX binary data over BLE to device?

I have tried, but that's not right I believe.
tx_pCharacteristic->setValue( SerialGPS.read());
tx_pCharacteristic->notify();