B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE ://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... B4A Library SD EscPos Printer (Lan,USB, Bluetooth SPP, BLE) - Star-Dust    Oct 7, 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... 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 Tutorial [B4X] [PyBridge] Desktop - Mobile Communication based on BLE (Bluetooth Low Energy) - Erel    Mar 9, 2025   (9 reactions) : https://www.b4x.com/android/forum/threads/pybridge-bleak-bluetooth-ble.165982 And B4J v10.2 beta #4... B4A Class Bluetooth ESC/POS Printer Class - agraham    Jun 12, 2019   (42 reactions) For the last couple of weeks I have been playing with an 80mm Bluetooth ESC/POS thermal printer... wide range of prices.
Here then is a Printer class that will connect by Bluetooth to the printer... B4A Tutorial Walkie Talkie - Audio streaming over Wifi or Bluetooth - Erel    Jun 30, 2013   (21 reactions)   tags: Walkie Talkie, B4A This example implements a simple "walkie talkie". http://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Wikipedia_images_011.jpg/270px-Wikipedia_images_011.jpg (src: wikipedia) http://www.b4x.com/basic4android/images/SS-2013-06-30_16.26.21.png Once the two devices are connected, either over Bluetooth or over the local network, you can press on the activity and talk. The audio captured from the microphone will be sent to the other device and played. Note that this is a half... B4A Question BLE2 - How to read a Bluetooth characteristic descriptor? - emexes    Feb 9, 2019 The 0x2902 descriptor is written to by SetNotify, and that is working beautifully. But there are other descriptors (per https://www.bluetooth.com/specifications/gatt/descriptors ) and I cannot work out how to read descriptor 0x2904 aka "Characteristic Presentation Format". The descriptor shows up in a BLE Analyser app, alongside the 0x2902 notify descriptor for the same characteristic... currently, it is a pressure measurement in PSI, ie 0x27a5 per https://www.bluetooth.com/specifications... B4A Question Bluetooth BLE Difference between Android 7.1.1 vs 10.0?? - air cover    Mar 24, 2021 I've got a customer in the field who has Android 10. His Bluetooth is turned on and he can access BLE devices via apps. On each app screen at the very top his Bluetooth icon is displayed.... On those 2 test phones I clearly see the Bluetooth icon displayed on the upper status bar as shown here... left & right mechanically. His Android 10 phone, however, shows that bluetooth icon on every app except for mine. So my customer in the field gets no Bluetooth signal from my app to my control... Page: 1   2   3   4   5   6   7   |