Arduino-HardwareBLESerial
Arduino-HardwareBLESerial copied to clipboard
An Arduino library for BLE Serial/UART using ArduinoBLE.
Hi! Could you please provide a license for this project? See also https://docs.github.com/de/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository Thanks!
Hi, I'm new in the arduino/esp32 world and I need a server that allows multiple connections from clients, is it possible with this library? when I connect one client then...
i wanted to use this nice library for a project using an STM32WB55, which only took a few lines ('STM32duinoBLE library) then i decided to implement the Arduino Print class...
Since the buffer size can be overridden, this could help cases where someone needs to send a small chunk of data without breaking it up across multiple messages. I needed...
Thank you for the excellent code! BLE on arduino can be such a a hassle, this makes it better. I am having some issues sending numbers. In particular I am...
I have a TinyS3 board from Adafruit (ESP32-S3). Most Bluetooth / BLE libraries don't work at this time, including this one. The only one I've gotten to work properly is...
Thank you for this awesome software truely. First i use exclusivly linux and since no ble uart kernel drivers exist i use ble-serial which connects and creates a char dev...
After experiencing problems connecting Arduino MKR WiFi 1010 to the Serial Bluetooth Terminal application on Android using the SerialPassthrough example, I did some research. It turns out that the properties...
I'm getting a system crash when receiving data from Android BLE serial connection using SerialPassthrough example. It is easily reproducible as follows: Load SerialPassthrough example in Arduino IDE. To get...