Search found 2 matches

by zingzog
Fri Jan 16, 2026 2:19 pm
Forum: ESP32 Arduino
Topic: ESP32-WROOM-S3 WiFi Connection issues
Replies: 4
Views: 1000

Re: ESP32-WROOM-S3 WiFi Connection issues

You say, "What is odd is that this exact code "used" to work every time"

Have you updated ESP or other supporting software in the mean time? If so, can you go back to the earlier software to see if anything has changed?

I had some network issues that were relieved by preventing the ESP WiFi ...
by zingzog
Wed Dec 18, 2024 7:09 pm
Forum: ESP32 Arduino
Topic: ESPAsyncWebServer : how to send a file ?
Replies: 8
Views: 9013

Re: ESPAsyncWebServer : how to send a file ?

I am working on a project that requires sending large files, .png, css, javascript, etc. from an ESP32 server to a client browser.

I extract the file content as bytes, store it as constant arrays in flash, and simply use the constant array as the data source in the server's send command, no RAM ...

Go to advanced search