Have you tried SDWebServer? https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer/examples/SDWebServer
Latest posts made by lewis
-
RE: TTGO SIM7000G wont connect
The signal value of 20 is very normal. In my case, it is about 19~23.
-
RE: T-OI plus ESP32-C3 Deep Sleep
This may not be possible on the existing basis, and part of the current consumption should come from the power consumption itself
-
RE: TFT T-PicoC3
I have an example using MicroPython before, but using ESP32, they are all driven by the built-in SPI module of MicroPython, you should modify the pins slightly and it should work fine
-
RE: Problem to connect on LTE network
Please change the network mode to automatic to see if you can connect to the network correctly
modem.setNetworkMode(2);
-
RE: I can't send SMS with Lilygo TCALL SIM00L 1.4 version
Have you set SMS_TARGET correctly?
Set SMS_TARGET to the object you need to send, and your SIM card needs to support sending messages -
RE: [Lilygo TTGO] From T-Display to T8
T-DISPLAY uses ESP32
T-DISPLAY-S2 uses ESP32-S2
As shown in the figure below, in addition to the already used IO ports, you can freely allocate available IO ports