-
I'm using a custom board designed around nRF52832. Basic blinky works but the following code which used BLE as a serial port, doesn't.
```
[env:my_env]
platform = nordicnrf52
framework = arduino…
-
Hello, I'm using the esp32-h2-devkitm-1 and I'm trying to use the 'ESP32 BLE Arduino' library but the inclusion of it causes errors i was just wondering if this library:
1. Supports Bluetooth using…
-
Hello. Thanks for the awesome library.
I have encountered such a problem. My device (ble client) connects to the ble server once every 5 seconds, the rest of the time it sleeps. Each time before goin…
-
### Board
ESP32 DEV KIT C
### Device Description
Just esp32 dev kit c and wifi connection
### Hardware Configuration
no connections
### Version
v3.0.4
### IDE Name
ECLIPSE
### Operating Syst…
-
Hi guys,
Trying to compile code and upload to my TTGO Lora32 T3_1.6.1. I can compile the source (firmware) without problems and it uploads to my device but when I run the pio monitor command I see I…
-
When compiling for the B board I get the following error about converting BLEScanResults* to a non-scalar type BLEScanResults.
**ERROR Output:**
```
Arduino: 1.8.19 (Linux), Board: "ESP32 Dev M…
-
As a first step, we should ensure that it is possible to dump the stock firmware of the device.
-
The ADC driver API currently only supports ADC1 channels,but if I want to use ADC2 channels , how should I do?
-
`Firmata.begin` pushes the protocol and firmware version on the Stream regardless of its connected state. With USB powered devices using a serial host link this is no problem because booting Firmata a…
-
hey Arun and thanks for your awesome library :+1:
I'm not sure I'm doing things properly, but I'm experiencing problems creating db files when using LittleFS as a substitute to SPIFFS
```C
#…