06-13-2022, 10:29 AM
Hey,
unfortunately sending data from phyphox to the arduino with bluetooth is not very easy right now. Currently there is no "offset" paramter in the bluetooth-output available, which makes is difficult to send more than one value in one characteristic. However, if you build up the bluetoothserver by your own (and not using phyphoxBLE) you could use multiple characteristics (one for each value) to send the sendor data.
Cheers,
Dominik
unfortunately sending data from phyphox to the arduino with bluetooth is not very easy right now. Currently there is no "offset" paramter in the bluetooth-output available, which makes is difficult to send more than one value in one characteristic. However, if you build up the bluetoothserver by your own (and not using phyphoxBLE) you could use multiple characteristics (one for each value) to send the sendor data.
Cheers,
Dominik