I would like to port the Bluetooth Android app I wrote on App Inventor 2 over to B4A.
It connects very easily to SPP modules in transparent serial mode.
Does B4A have the ability to connect to these modules (e.g. BT04-A, JDY-10, etc), or is there only BLE capability?
Edit: Forgive me for the premature question. I have now found some more SPP info in the forum. Rookie mistake.
Upon further experimenting, I found that I could connect using the HC05 Datalogger example project if the input variable is changed to type String instead of Byte thus allowing parsing. I feel that this example project could be customised and used as the basis to build on.
Thank you for such a powerful development environment. Now to buckle down and do some serious learning.
This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips &...
www.b4x.com
yes, we have been using BLE with Android and iOS devices.
Hi guys, I'm trying to read enviroment data from a module called thingy52, the log below mean the module is not sending any data Found: AntuTech, FF:B0:19:AF:F0:9F, RSSI = -45, (MyMap) {1=[B@42a20ab8, 6=[B@42a20b20, 8=[B@42a20b70, -1=[B@42a20bb8, 0=[B@42a20660} Este = 1: 06 Este = 6...
hi guys, What do i have to do to make the Bluetooth example can work with this code Arduino I added two buttons to test, nothing happen Sub Button1_Click Dim b As Byte b = 1 CallSub2(Starter, "SendMessage", Array As Byte(0, b)) End Sub Thanks Sub Switch1_CheckedChange(Checked As...