-
### Board
ESP32-C3
### Device Description
ESP32-C3 DevKitM-1
### Hardware Configuration
GPIO 19 as a test for Logic Analyzer software
### Version
latest master (checkout manually)…
-
Hi,
I’m using PlatformIO for developing a project whit an RP2040 and an ESP01 connected to it.
So I’ve created multiple environments for differentiating sources, such functionality testing files a…
-
Had this error building synman/BME280 for an Arduino Nano ESP32 on PlatformIO.
lib/TelnetSpy/TelnetSpy.cpp:43:13: error: cannot convert 'USBCDC*' to 'HardwareSerial*' in assignment
Google suggeste…
-
When I try to start the webserver, I always get the following message on a ESP32 using MicroPython (LoBo version)
Traceback (most recent call last):
File "main.py", line 2, in
File "webServe…
-
First off... Great work on this project!!!
Senario:
- Running WS server on ESP32
- Broadcasting data to all clients
- Data sent : "0,0,0,0,0,0" - Zero's are decimal values
- Refresh interval i…
-
Hi hope you're doing well
Thank you for your work.
As a newbie i'm a little sad to see absolutely ZERO instructions. :(
my board is :
https://www.wemos.cc/en/latest/s2/s2_mini.html
my…
-
this is the program the same autoconnect program
void setup() {
Serial.begin(115200);
WiFiManager wifiManager;
wifiManager.autoConnect("AutoConnectAP");
Serial.println("connecte…
-
What am I missing? "and visualize the app on with a Web" what app ? the app on the esp32 or an app on the phone? what is being visualised? Where does "serial" come in - this seems to be just a webser…
-
### Related area
esp32
### Hardware specification
DevkitC
### Is your feature request related to a problem?
this might be something that was well known but i am not able to justify on any informa…
-
使用ADF时,请问怎么嵌入html,我移植了以前IDF下的webserver到ADF的工程中,嵌入的html好像不起作用,访问ESP32的webserver时没法进入,麻烦帮忙看一下,谢谢