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

Please help me, I do scanning for Bluetooth device with my esp32, as seen in the picture there are 2 devices founded but why the "device found" count still 0?...

Currently when i try to connect to one ble server while wifi is connected it hangs after "

Hello guy's since last week, i tested the BLE - function on the ESP32 board. I tried the BLEScan - example and modified it with the posibillity to scan the...

Hi, and Thank you for your great work! I'm trying to create a gamepad for the [UNITY](https://unity3d.com). Everything works perfectly. The code works. But when ESP connect to a computer,...

How to achieve Bluetooth low energy consumption? Now that Bluetooth is 50ma when it is started, how can it be achieved below 10ma?

Currently the connect function is blocking. Is it possible to allow asynchronous connection opening?

Dear all, I have been reading extensively all the documentation I could find regarding my issue and could not find a solution so I will expose my problem here. Setup...

I tried getting the rssi of a connected device form the sever but it only returns zeros. please how can i go about this here is the code: ```void loop()...

I'm looking at using your BLE libs in the ESP32 for scanning and getting major and minor values from a BLE hydrometer (Tilt) According to the Apple Ibeacon spec: "The...

question
waiting

Hello Neil, how are you? I am working with ESP32 2 for MIDI protocol data transport. I have the ESP Server and ESP client. What is the best way to...