esp32-snippets
esp32-snippets copied to clipboard
Sample ESP32 snippets and code fragments
Hi, due the limitation with other library I have to stick with version 1.0.6, and when I compile my code with this version I facing the following issue: https://ayunts.com/att/mtu.png the...
Hi, i found this library very useful and very well done. I am trying to get notification from one or two BLE server that are capable to notify at 64Hz....
Hi, I'm trying to create a simple project with the u8g2 library, an ST7920 LCD and the ESP32 using eclipse and the ESP-IDF but I can't get the LCD to...
I'm using an ESP32 WROOM32 DEVKIT board, a 128x64 display with ST7920 chip. My development environment is ESP-IDF in VSCode. I created a project from scratch, added only the U8G2...
As the nrf article says: [https://jimmywongiot.com/2021/05/14/how-to-configure-the-number-of-packets-per-every-ble-connection-interval/](https://jimmywongiot.com/2021/05/14/how-to-configure-the-number-of-packets-per-every-ble-connection-interval) There should be something as "number of packets per every BLE connection interval". I also checked Arduino_BLE. Which also doesn't have this param. I'm...
Hi everyone, I'm getting the following firmware crash when sending a char string over BLE to my ESP32 S3 device. I'm using Arduino Studio 2.1 and esptool 4.5.1 ``` Guru...
Hello, I'm trying to make a kitchen top weighing scale wireless capable and I successfully connected the salvaged body with load cells to HX711 based sensor which I have connected...
Hey folks, The following code worked perfectly well when the library was separate from the Arduino base libraries, however it now throws the above error. The device is an ESP32Dev-C1,...
I am working with ESP32 BLE on a board with an ESP32-C3-WROOM-02 chip, I use the card to send data from a sensor that I have connected via serial communication...
The board keep getting force restart whenever BLEDevice::init() and ETH.begin() are called together.