B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE 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 &....BLUETOOTH_SCAN) AddPermission(android.permission.BLUETOOTH_CONNECT) And requesting at runtime: Dim...("android.permission.BLUETOOTH_SCAN", "android.permission.BLUETOOTH_CONNECT", rp... B4A Tutorial [B4XPages] Bluetooth Chat Example - Erel    Jun 22, 2023   (27 reactions) 95662 Updated implementation, based on B4XPages of https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/#content. The code is much simpler compared to... with targetSdkVersion 33. Note the new method to enable Bluetooth if needed. - Example updated....permission.ACCESS_FINE_LOCATION) AddPermission(android.permission.BLUETOOTH_ADVERTISE) AddPermission(android.permission.BLUETOOTH_CONNECT) AddPermission(android.permission.BLUETOOTH_SCAN) These are runtime... B4A Tutorial Android Bluetooth / BluetoothAdmin Tutorial - Erel    Aug 31, 2020   (17 reactions) Better implementation based on B4XPages: https://www.b4x.com/android/forum/threads/b4xpages-bluetooth-chat-example.119014/#content Tutorial was rewritten in April 2018. We will create a chat example between two Android devices. All the non-UI code is implemented in a class named BluetoothManager. It is initialized in Service_Create of the starter service. It is always better to implement communication related code in a service or a class initialized from a service. This way the communication... B4R Tutorial HC 05 Classic Bluetooth - Erel    Apr 8, 2019   (10 reactions) https://www.b4x.com/basic4android/images/SS-2016-05-08_17.39.25.jpg https://www.b4x.com/basic4android/images/SS-2016-05-08_17.39.57.png In this example we will connect an Android device to an Arduino using class Bluetooth with the HC 05 module. Working with this module is simple. Connect the power and gnd pins and connect the HC05 RX pin to an Arduino TX pin and the HC05 TX pin to an Arduino...://www.martyncurrey.com/arduino-with-hc-05-bluetooth-module-in-slave-mode/ You can use... B4i Library BLE (Bluetooth Low Energy) library - Erel    May 6, 2021   (3 reactions) /key><string>Bluetooth used to connect to ...</string> You should change the description as needed. B4XPages example: https://www.b4x.com/android/forum/threads/b4x-ble-2-bluetooth-low... B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Star-Dust    Apr 20, 2025   (20 reactions) This library allows you to print with thermal printers compatible with the ESC POS language in 4 different communication channels (USB, Bluetooth SPP, BLE, LAN) you can download the ble3 library from here The DEMO version prints one minute every 2. The full version of the library will be issued to... version, such as LAN, USB, NFC please contact me privately. OS Bluetooth SPP BLE (Beacon) USB...: BluetoothIsDisabled ConnectedToPrint (Success As Boolean) DataReceived (Buffer() As Byte) DisconnectToPrint (Mac... B4J Library [PyBridge] Bleak - Bluetooth BLE - Erel    Mar 9, 2025   (17 reactions) Bleak is a Python BLE library: https://bleak.readthedocs.io/en/latest/index.html The attached project wraps this library and allows scanning for BLE peripherals, connecting, reading, subscribing and writing. The example project allows connecting to multiple devices at once. https://www.b4x.com/basic4android/images/java_vzc4t2s7Yj.gif Python dependencies: pip install bleak Depends on B4J 10.2 ... Italian Creare Un Box o linea con Stampante bluetooth - Xfood    Jun 14, 2022 Buongiorno A tutti, sto utilizzando questa classe, https://www.b4x.com/android/forum/threads/bluetooth-esc-pos-printer-class.106553/ e nonostante nel codice ci sono diverse funzioni per creare triangoli, box ecc, non riesco a creare un box, un cerchio oppure un tringolo ho cercato e non ho trovato nessun esempio per realizzarerlo, vorrei stampare una cosa del genere 130392 qualcuno puo indicarmi con un esempio come stampare una cosa del genere? Grazie mille a tutti... B4A Question How to parse incoming bluetooth data - Beja    Jan 6, 2025 Hi all! Terminal App is receiving the data as per attached screenshot. But I couldn't receive it in B4A app. The numbers in green color are the ones I want to parse. Any help appreciated. 160448... B4J Library jBluetooth library - Erel    Aug 2, 2020   (28 reactions)   tags: Erel This library allows you to discover and connect to Bluetooth devices. It is similar to B4A Serial... a Bluetooth adapter to a virtual com and then use jSerial to connect with a Bluetooth device....facebook.com/130066193752502/videos/941113055981141/ The steps required to connect to a Bluetooth device: 1. Check that Bluetooth.IsEnabled returns true. 2. Start a discovery process. 3. Once... with the BluetoothConnection object. 5. Use AsyncStreams with the input and output streams. You can also listen to... Page: 1   2   3   4   5   6   7   |