-
Happens when I try to send around 6 requests per second. Using ASYNCHttpReqs library. I'm so frustrated I thought async requests will work. Like everything works fine until it crashes couple of minute…
-
### Board
ESP32-WROOM-32 on Wemos D1 R32
### Device Description
NIL
### Hardware Configuration
NIL
### Version
v3.0.4
### IDE Name
Arduino IDE 2.3.3
### Operating System
Ubuntu 22.04
### F…
-
### Board
XIAO ESP32C6
### Device Description
Using a XIAO ESP32C6 with a battery.
Using the brownout to generate a application interrupt to notify of low battery.
Application will reduce consump…
-
There is a discussion on the Discord channel about the Neopixel led on the ESP32-xx boards.
Espressif provides a function for the onboard Neopixel led when Arduino code is used, but also a common Neo…
-
I am trying to run two BLDC gimbal motors on ESP32-C6.
When using only one of the motors everything works fine.
The problem is with MCPWM setup when using second motor - error log:
```
=====…
-
just found this project and wanted to put it on a spare ESP32 board i have, however i'm running into this compilation error in the arduino IDE (latest version of code, libraries and IDE - fresh instal…
wx4cb updated
2 weeks ago
-
Why is there long delay (around 12 seconds) when Alvik.begin() called? Looking at the code it seems doing version compatibility check only. I used the code below.
```
import time
from arduino_alvik …
-
It was mentioned in the Discord channel that the Firefox browser stops the build process after 30 seconds.
At that time it was not consistent for me, but now it is. Every ESP32 (or variant) with Ardu…
-
Hi,
trying to update my project to your TTGO version .
there was alot of problems while compiling with lines :
#86 //ledcSetup(ledChannel, freq, resolution);
#89 //ledcAttachPin(tftEnable, ledC…
-
I am using WebServer_ESP32_SC_W5500 library over a custom board based on ESP32-S3 ( and another on -C3) with attached SPI TFT display, a LoRa RTX attached to the SPI bus and a W5500 for having the…