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

in esp32 we cannot transmit data more than 20 bytes from esp32 to mobile while esp in server and mobile in client .is there any function available to change the...

The MFRC522Debug.cpp file in the cpp_utils folder has been incorrectly written as MRFC522Debug.cpp.

You can find my code block in attachment. [bleClient.txt](https://github.com/nkolban/esp32-snippets/files/5709894/bleClient.txt) 1)Power on esp32 2)"We are now connected to the BLE Server." It seems product open and this code shows.(Connection succesfull) 3)Reboot...

library update to work on ESP32 C3

library update to work on ESP32 C3

hello dear I admire you a lot and I speak from Brazil, know that. include in your project an example that uses CMakeLists.txt it was a difficulty that I had...

Hi everyone, I started a project in Eclipse IDE version 19-03 who works together with ESP-IDF. I want to work with the libraries u8g2 (https://github.com/olikraus/u8g2) and i follow the steps...

fatal error: u8g2_esp32_hal.h: No such file or directory 19 | #include "u8g2_esp32_hal.h" | ^~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.

I don't want to scan the device before every pairing.Can Bluetooth pairing skip the scanning phase and directly hardcode the address and other relevant data obtained through scanning into the...

Hello, i'm working on an ESP32 in the arduino IDE environement. This is my code, i'm trying to connect an nRF5340 to my ESP32. #include #include #include #include /********* Rui...