Receive data over Bluetooth and Split
Solved
Mobile and Embedded
-
Greetings,
I am a beginner with Qt and android app development.
I want to receive sensors (a,b,c) data on the android app (developed in Qt) over the Bluetooth connection (Sender module: HC-05). I am able to send data to Arduino using this command (socket->write()), how can I receive data and split it? -
@ahsan737 See https://doc.qt.io/qt-5/qtbluetooth-index.html
What exactly do you mean by "split"? -