Receive data over Bluetooth and Split
-
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? -
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"? -
@ahsan737 See https://doc.qt.io/qt-5/qtbluetooth-index.html
What exactly do you mean by "split"? -
@jsulm As the app will receive values of 3 sensors separated with a comma i.e. (sensor 1, sensor 2, sensor 3). I want to receive this data and identify values corresponding to each sensor.
-
@ahsan737 See https://doc.qt.io/qt-5/qtbluetooth-index.html
What exactly do you mean by "split"? -
@jsulm But I am a beginner, so this Bluetooth documentation is apparently very complicated for me.