-
```
/*
Based on:
BLE_MIDI Example by neilbags
https://github.com/neilbags/arduino-esp32-BLE-MIDI
Based on BLE_notify example by Evandro Copercini.
Creates a BLE MIDI ser…
-
I am using the BLE notify example. I want to deep sleep the ESP32 but it seems like it never goes to deep sleep (current consumption 60 ma). Is there a way to deinitialize the ble server ?
```
esp_b…
-
Hello,
although this repository seems to be "out of service" I post my question here hoping that someone can point me to the right approach.
I would like to setup something similar to SPP in classic…
-
Hello Neil,
First thank you for your great work.
I am using esp32 for accurate frequency counter and sending the result with ble.
My problem is that I need a high speed counter, I calculate the f…
-
Sorry another question.
AnalogRead value does not be change(like 4095) when I use BLE same time.
Do you have any idea?
```
#include
#include
#include
#include
BLECharacteristic *pCha…
-
I'm trying to improve Client example, the ESP 32 discover devices but it doesn't seems the Services and the Characteristics, anyone have this problem?
Thank you so much.
-
Google just published an open source beacon format for android & ios - interesting?
http://googledevelopers.blogspot.de/2015/07/lighting-way-with-ble-beacons.html
-
https://github.com/resin-io-playground/wifi-connect-ble
-
### The problem
Previously i've scripted esp to be a proxy between home assistant and two am43 blind drivers. To reduce am43's batteries consumption i've used the switches of ble_client to initiate b…
-
I am trying to change the ble channel of my device, I am creating a custom user module but I get this error:
I am building with
esp idf commit:
5bb59b00e72f8f91eb24d8c65bf9a7ea2b8a4f5f
Microp…