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 need the BLE to scan and re-scan in less than 1 second interval. i tried to change the data type of duration from uint32_t to float. it can be...

Hi All I am using the example of the client collecting data from a BLE server. Works fine a couple of times. After 5 till 25 times. It stops. Here...

I use the BLE_notify example without changes and try to connect to it using the BLE_Client example. The only changes I did there was to copy the two UUID strings...

Hi I've tried to set upp a BLE communcation between a flutter app and ESP32 using Arduino library. Cant get it to work,, so I think I am missing out...

Hello dear contributor. currently i am using BLE_uart example in a project. but it is crashes when i use Serial2 together. it is working perfectly with Serial and Serial1 but...

Hi there! i'm trying to connect esp32 to a ble server - i'm able to find the devices, uuid, services, descriptors,... (btw - using esp32_ble_arduino) now i need to send...

waiting

couldnt find a solution for my problem im trying to communicate with 2 esp32s over BLE using notify, but unable to send data over 20 bytes long ive read that...

I use a standard BLE client example. After a successful connection, a program example sends some data to a server. In case of disconnection of the server, the client detects...

A couple of years ago I fell in love with ESP32. Loved it, loved it, loved it (still do). I tinkered, I created a repo for snippets for samples ......

Hello, I'm trying to read a value from my Inkbird BLE temperature sensor using an esp32. I'm using the BLEClient code, however, the problem is that I get the following...