Search found 6 matches
- Wed Aug 14, 2019 8:53 pm
- Forum: ESP32 Arduino
- Topic: ESPAsyncWebServer Fails When Serving Large Files
- Replies: 9
- Views: 21621
Re: ESPAsyncWebServer Fails When Serving Large Files
I have test my AsybcWebServer using Chrome on iPhone and no issues, it work without any problems.
- Tue Aug 13, 2019 3:05 pm
- Forum: ESP32 Arduino
- Topic: ESPAsyncWebServer Fails When Serving Large Files
- Replies: 9
- Views: 21621
Re: ESPAsyncWebServer Fails When Serving Large Files
I had a similar problem, I was using ESPAsyncWebServer and have a web page that draws graphs and has buttons that allow a user to download raw data in the form of large (up to 1 MB) text files. When I first tried implementing the server only about 98% of a text files would make it to the client. I f...
- Mon Aug 12, 2019 8:11 pm
- Forum: ESP32 Arduino
- Topic: ESP32 External 32 KHz External Crystal How to Enable it
- Replies: 0
- Views: 3015
ESP32 External 32 KHz External Crystal How to Enable it
I have a "Sparkfun ESP32 Thing" and a "Adafruit ESP32 Huzza" both have a external 32 KHz crystal available and I am using Arduino IDE for programming. To see if the external crystal is enabled I checked the "sdkconfig" file and it shows the following. CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y CONF...
- Fri Jul 19, 2019 5:42 pm
- Forum: ESP32 Arduino
- Topic: Measured RSSI Does Not Change
- Replies: 3
- Views: 7760
Re: Measured RSSI Does Not Change
Another update from previous post.... Did another experiment using two different ESP32's each connected to their own display screen. Code was written to display the RSSI in a graph. Code in both was the same except for the differences in writing to the displays because two different different displa...
- Wed Jul 17, 2019 9:49 pm
- Forum: ESP32 Arduino
- Topic: Measured RSSI Does Not Change
- Replies: 3
- Views: 7760
Re: Measured RSSI Does Not Change
Since my previous post did some more experimenting.... The next day after the original post the freezing RSSI was much more consistent and would last for 5 to 15 minutes and then would update as expected for a short time (5 to 20 seconds) before freezing again, this pattern lasted throughout the day...
- Mon Jul 15, 2019 12:42 am
- Forum: ESP32 Arduino
- Topic: Measured RSSI Does Not Change
- Replies: 3
- Views: 7760
Measured RSSI Does Not Change
Using Arduino IDE and Adafruit HUZZAH32-ESP32 Feather Board connected to a battery I wrote code to do the following. 1. ESP32 connects to WiFi network. 2. Once connected it stays in a loop and measures RSSI and displays the results to a LCD graph. The idea of the code is to be able to walk around an...