-
### Board
ESP32-S3-WROOM-1-N8
### Device Description
Custom hardware based on ESP32-S3-WROOM-1-N8 (240Mhz CPU set).
### Hardware Configuration
GPIO 18, 19 allocated to HardwareSerial 1
Onewire B…
-
### Board
LilyGo ESP32 T-SIM7080G
### Device Description
No additional hardware
### Hardware Configuration
No
### Version
v3.0.6
### IDE Name
Arduino IDE 2.3.3
### Operat…
-
### Board
ESP32 wt32-s3-wrover (wt32sc01 plus)
### Device Description
https://en.wireless-tag.com/product-item-26.html
### Hardware Configuration
https://en.wireless-tag.com/product-item-26.html
…
-
I have a HTTP server set up like this:
```
let mut server = EspHttpServer::new(Configuration::default())?;
server.fn_handler("/index.html", Method::Get, move |request| {
info!("GET /index.htm…
-
### Related area
ESP32
### Hardware specification
ESP32 Adafruit Feather
### Is your feature request related to a problem?
based on
https://github.com/espressif/arduino-esp32/blob/mas…
-
Thanks for creating this great tutorial! Very well explained and easy to follow.
Line `lib_deps = ESP Async WebServer` in `platform.ini` results in a build error:
```bash
Linking .pio/build/esp…
-
chip: https://github.com/espressif/arduino-esp32/tree/master
mb: ch340
https://github.com/easytarget/esp32-cam-webserver
https://github.com/RuiSantosdotme/arduino-esp32-CameraWebServer
htt…
-
Give me this error:
In file included from C:\Users\Gianni\Documents\Arduino\libraries\WiFiManager-ESP32\examples\AutoConnect\AutoConnect.ino:14:0:
C:\Users\Gianni\Documents\Arduino\libraries\WiF…
-
Hi
I've been trying to compile the code to work with seeed XIAO ESP32-C3 board. But it's showing an error as shown below.
I'm trying to load `flash_samd21_from_web_browser.ino` sketch. and getti…
-
#### Hardware
WiFimanager Branch/Release: Development
Esp32:
WROOM32
### Description
Hello there,
I'm facing really weird issue and I'm not sure what is it related to.
When WiFi is no…