Sub Button1_Click
Dim pairedDevices As Map
pairedDevices = Serial1.GetPairedDevices ; <-this, application crash, and close. Not have log, or error result for debug.
if pairedDevices.Size > 0 then
Sub Button1_Click
Dim pairedDevices As Map
pairedDevices = Serial1.GetPairedDevices ; <-this, application crash, and close. Not have log, or error result for debug.
if pairedDevices.Size > 0 then
Hi all, just a couple projects using BLE BLE 700mts+, 24/7 for monitoring in fish farms, and now (in the video) adding(testing) control.. (the video is showing the first prototype) amplifiers, it connects automatic to those amplifiers simple test BLE+nRF Demo: Hello LAIRD BL653 using this...
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 &...
Hi all, just a couple projects using BLE BLE 700mts+, 24/7 for monitoring in fish farms, and now (in the video) adding(testing) control.. (the video is showing the first prototype) amplifiers, it connects automatic to those amplifiers simple test BLE+nRF Demo: Hello LAIRD BL653 using this...
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 &...
ESP WROOM 32. Board is WEMOS D1 R32 Error is in attach. I try and your exemple with test permision, but i dont now witch is rp variable. "
For Each per As String In Permissions
' rp.CheckAndRequest(per)
' Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean) "