-
Hi, I'm trying to setup a webserver through a module simcom 7080, but this is not supported right now in the library. Is there any plan on the future to include this feature?
Thanks.
-
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…
-
Hy,
thank you for your work, I am trying to get it to work for me.
I can run the esp32-test.yaml and found my watermeter id
But I don't get the esp32.yaml to work?!
`INFO ESPHome 2024.10.3
IN…
-
![image](https://github.com/user-attachments/assets/e05b458c-7d33-45a0-8217-c9e7ff15494e)
要實現這個功能,你需要設計一個HTML頁面和一個PHP腳本,並在ESP32上運行一個Web服務來處理請求。以下是實現這個功能的步驟:
## **步驟 1:設計HTML頁面**
首先,設計一個簡單的HTML頁…
-
Trying to build the project (v4.4) i'm getting error messages:
Version 4.3 worked for me and could be installed on esp32-dev
`Processing esp32-dev (platform: espressif32@~6.8.1; board: esp32dev; f…
-
X:\ArduinoSketch\ESP32Cam-Prusa\Prusa-Firmware-ESP32-Cam-master\ESP32_PrusaConnectCam\WebServer.cpp: In lambda function:
X:\ArduinoSketch\ESP32Cam-Prusa\Prusa-Firmware-ESP32-Cam-master\ESP32_PrusaCon…
-
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…
-
Until last night my ESP32 code was working properly, but today when I opened the Arduino IDE I got the message that there are new versions specifically of the WebServer by Me-No-Dev library, before th…
-
I'm getting the errors below. If I remove `#include ` and other related code, the compile becomes successful. What did I do someting wrong?
```
/home/rcamara/Arduino/libraries/ESP_Async_WebServer/…
-
How do I start a web server after Wifi Connect? I have rewritten several skits from the esp8266. But they do not work. Does anyone have an example for me?
Thanks