B4R Tutorial BLE (HM-10 module) - Broadcasting a single byte - Erel    Apr 13, 2016   (4 reactions) https://www.b4x.com/basic4android/images/SS-2016-04-13_17.54.33.jpg
In this example I'm using a BLE shield to broadcast the state of a connected button.
The byte is sent as part of the advertising data so there is no need for a connection. Any device that scans for BLE peripherals will be able to B4R Library rConceptinetics - rwblinn (first post)    Jun 13, 2024   (2 reactions) Update 20240612 - Example DMX Controller BLE Purpose To control DMX LED lights from a desktop application sending commands via Bluetooth Low Energy (BLE). Concept An ESP32-WROOM-32 (ESP32) runs a B4R program as the DMX BLE Controller (with identifier DMXBLECONTROLLER). The ESP32 waits for BLE clie B4R Question Bluetooth (BLE) data transfer - janderkan (first post)    Feb 19, 2022 Maybee it would be better to ask your question in an Arduino forum ? B4R Question BLE with B4R, B4A and B4RSerializer & B4XPages - rwblinn (first post)    Jan 17, 2022   (7 reactions) Thanks for the steer.
Implemented serialized data, i.e. objects, sent from B4A to B4R via BLE = Working fine.
The other way around, i.e. B4R to B4A using asyncstream write is also working =requires manager.setnotify.
Background
Working on a LEGO Showcase to remote control LEGO trains (via B4A) and B4R Tutorial AES256 encrypted BLE (ESP32 & B4A) example - KMatle    Feb 02, 2023   (3 reactions) Encryption library: https://www.b4x.-and-encryption-library.6839/ B4R Question BLE Chat with ESP32 - Humberto    Dec 07, 2019 length() > 0) {
Serial.println("*********");
Serial.print("Received Value: ");
for (int i = 0; i < rxValue.length(); i++){
Serial.print(rxValue);
}
Serial.println();
Serial.println("*********");
}
}
};
void setup() {
B4R Library rThermal_Printer a wrapper Thermal Printer under BLE - candide    Nov 04, 2023   (5 reactions) it is a wrapper for Thermal Printer connected by BLE from https://github.com/bitbank2/Thermal_Printer
external fonts used must be added in library directory
short summary of Features available
=========================
- Supports the GOOJPRT PT-210, MTP-3, PeriPage+ and 'cat' printers (so far)
- B4R Tutorial Connecting to Arduino with BLE (Bluetooth Low Energy) - dilettante (first post)    Apr 16, 2016   (1 reaction) In case anyone got this far down without moving on in frustration...
BLE = Bluetooth Low Energy, and requires some sort of (BLE) Shield. B4R Question How to scan and BLE devices currently In Range Using HM10 BLE - Erel (first post)    Sep 19, 2022   (1 reaction) You need to write the AT+DISI? command and then wait for incoming data.
It requires some configuration. See the command description here: https://people.ece.cornell.%20TECH%20HM-10%20datasheet.pdf B4R Library rLegoinoBoost - rwblinn (first post)    Oct 27, 2021   (6 reactions) FYI
Based on the rLegoinoBoost library, developed a B4A Class to direct control, without the ESP32 B4R Bridge, the BoostRCCar via a B4A App using the BLE2 library.
The B4A B4XPages app writes, after connecting, data direct to the hub via the BLEManager2 and handled hub response in the manager data a Page: 1   2   3   4   5   6   7   Powered by ColBERT |