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

Sample ESP32 snippets and code fragments

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

Hi, I have a question regarding the scanning code provided in the examples tab. May I know is it possible for me to just obtain the MAC address of the...

Hello, I'm trying to display the RSSI of any client connected to the ESP32 BLE Server in the Serial Monitor using your BLE_Server Example. This is easily possible while scanning...

sir when i try to deploy the code to esp32 bord error coming lke this, wt can i do for this

ESP32, arduino platform. I have a task blocked on connect and a different task (watchdog) that would kill the connect one after time out. Basically something like the example [here](https://stackoverflow.com/questions/60030996/ble-connect-timeout)...

Just a copy/past error. Discovered while playing with the code. Thanks for this sample! and the book!. __Retrieve___ -> __Store___ https://github.com/nkolban/esp32-snippets/blob/fe3d318acddf87c6918944f24e8b899d63c816dd/networking/FTPServer/FTPServer.cpp#L645 https://github.com/nkolban/esp32-snippets/blob/fe3d318acddf87c6918944f24e8b899d63c816dd/networking/FTPServer/FTPServer.cpp#L652

Hello. I have a simple issue. I have an ESP32-C3 and am using Arduino IDE. I have to transmit some data from a weighing machine periodically. I have connections working...

Hello, I've been trying to use my ESP32 as a WiFi remote for my GoPro MAX to automate bracketed photos. Unfortunately, GoPro implemented something causing WiFi to be shut off...

I have an ESP32 -based board an d am developing code for it via Arduino IDE. I would like to change the connection interval on the connection between my ESP32...

hello I'm trying to read continuous RSSI values from the BLEClient example but I keep getting the same value over and over again. is there any way I can fix...

Hi, Not sure I understand topic enough, so stupid questions coming. Is it possible to use BLE to receive data from android device while being used as keyboard? I want...