rscheel Well-Known Member Licensed User Longtime User Apr 25, 2017 #1 It turns out that I send tilts as text from arduino through bluetooth, as I can receive them from an android application connected to arduino bluetooth.
It turns out that I send tilts as text from arduino through bluetooth, as I can receive them from an android application connected to arduino bluetooth.
Erel B4X founder Staff member Licensed User Longtime User Apr 25, 2017 #2 I don't understand the question. Example of Bluetooth communication between Arduino and Android: https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content Note that this is an old example. It is recommended to use B4RSerializator and AsyncStreams in prefix mode: https://www.b4x.com/android/forum/threads/72404/#content Upvote 0
I don't understand the question. Example of Bluetooth communication between Arduino and Android: https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content Note that this is an old example. It is recommended to use B4RSerializator and AsyncStreams in prefix mode: https://www.b4x.com/android/forum/threads/72404/#content
rscheel Well-Known Member Licensed User Longtime User Apr 25, 2017 #3 Erel said: I don't understand the question. Example of Bluetooth communication between Arduino and Android: https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content Note that this is an old example. It is recommended to use B4RSerializator and AsyncStreams in prefix mode: https://www.b4x.com/android/forum/threads/72404/#content Click to expand... I need to read with b4a data sent from a bluetooth module Upvote 0
Erel said: I don't understand the question. Example of Bluetooth communication between Arduino and Android: https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content Note that this is an old example. It is recommended to use B4RSerializator and AsyncStreams in prefix mode: https://www.b4x.com/android/forum/threads/72404/#content Click to expand... I need to read with b4a data sent from a bluetooth module