esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

Sample ESP32 snippets and code fragments

Results 173 esp32-snippets issues
Sort by recently updated
recently updated
newest added

I am using ESP32 and arduino 2.0.4 IDE. My goal is to stop BLE for http request and than re initiate BLE again. I am performing these both in single...

I have a question. How to detect RSSI from BLE on ESP32 ? I want to know RSSI from ESP32. But I wasn`t able to understand a program. I am...

enhancement
study required

Hi everyone I discovered the existence of this thing in BLE called "Service Changed" characteristic. And I need it because I change the number of services (handles) runtime, and as...

I successfully built a simple dualRole BLEuart simple sketch allowing me to connect as Client to a server and simultaneously be connected from a Client to my esp32-s3 as server...

Hello, I am a beginner of developing the BLE interface with ESP32 dev. module. Recently, I am coding to get a measurement data from a Mitutoyo vernier calliper via BLE....

Hello! Thank you for the ESP32 BLE Arduino library! Huge help! But I have run in to an issue that I can't not seem to solve. I created a header...

Hi, I am working with ESP32-S3 module on Arduino IDE.I need to connect to multiple BLE servers to one client and able send and receive data from client to all...

It might be operator error, not sure, but I have been looking at for long enough I can't see the wood for the trees now. I'm trying to read the...

As simple as that, when i simulate it works good, but when i declare a pinMode and read it, the HID service doesnt work. Thanks in advance.

Hi, I'm making a fairly simple bluetooth relay. I want to turn this relay on and off with my phone. I have everything in order, but I have one last...