Very interesting thread that reflects my experiences...
https://www.reddit.com/r/esp32/comments ... em_have_a/
Search found 23 matches
- Wed Dec 30, 2020 7:39 am
- Forum: Hardware
- Topic: Variable Antenna performance
- Replies: 0
- Views: 2116
- Tue Dec 15, 2020 9:18 pm
- Forum: Hardware
- Topic: Upload code without pressing EN and Boot buttons
- Replies: 14
- Views: 33483
Re: Upload code without pressing EN and Boot buttons
I can recommend ElegantOTA and AElegantOTA
- Sun Dec 06, 2020 9:39 pm
- Forum: ESP32 Arduino
- Topic: Proper way to change ESP configuration for Arduino
- Replies: 4
- Views: 8292
- Thu Nov 19, 2020 9:54 pm
- Forum: ESP32 Arduino
- Topic: Wifi problems (can connect, but it is unreliable)
- Replies: 10
- Views: 18351
Re: Wifi problems (can connect, but it is unreliable)
I did notice different WiFi performance between two boards from different manufacturers. The removal of the white paint as described below did actually make a difference...
https://www.hackster.io/rayburne/esp32- ... one-7f4ff7
https://www.hackster.io/rayburne/esp32- ... one-7f4ff7
- Thu Nov 12, 2020 9:25 pm
- Forum: ESP32 Arduino
- Topic: HTTPS UPDATES
- Replies: 2
- Views: 3613
Re: HTTPS UPDATES
I use and can recommend ElegantOTA and ASyncElegantOTA
- Mon Nov 02, 2020 11:27 am
- Forum: ESP32 Arduino
- Topic: BasicOTA and OTAWebUpdater fails with "abort() was called at PC 0x40136e85 on core 1"
- Replies: 5
- Views: 8851
Re: BasicOTA and OTAWebUpdater fails with "abort() was called at PC 0x40136e85 on core 1"
I have used and can recommend ElegantOTA...
https://github.com/ayushsharma82/AsyncElegantOTA
https://github.com/ayushsharma82/ElegantOTA
https://github.com/ayushsharma82/AsyncElegantOTA
https://github.com/ayushsharma82/ElegantOTA
- Mon Nov 02, 2020 11:25 am
- Forum: ESP32 Arduino
- Topic: Can't connect to my home router
- Replies: 3
- Views: 4793
Re: Can't connect to my home router
Check your SSID is visible? I have found the wifi performance of some boards is below par... #include "WiFi.h" void setup(){ Serial.begin(115200); WiFi.mode(WIFI_STA); WiFi.disconnect(); delay(100); } void loop(){ Serial.println("Start scan"); int n = WiFi.scanNetworks(); if (n == 0) { Serial.printl...
- Thu Oct 29, 2020 9:32 pm
- Forum: ESP32 Arduino
- Topic: ESP-Prog with Arduino IDE :?:
- Replies: 2
- Views: 5172
- Thu Oct 29, 2020 7:40 am
- Forum: General Discussion
- Topic: What benefits do micropython and circuitpython have over C++ for esp32?
- Replies: 1
- Views: 3693
Re: What benefits do micropython and circuitpython have over C++ for esp32?
I use c+/Arduino because of the wealth of examples and it appears one of the most widely used with plenty of support sites.
- Tue Oct 27, 2020 7:31 pm
- Forum: Hardware
- Topic: Increase range of BLE
- Replies: 9
- Views: 9066
Re: Increase range of BLE
I found a big difference in Wi-fi performance between two "identical" boards which came from different sources.
I decided to investigate after reading this article:
https://www.hackster.io/rayburne/esp32- ... one-7f4ff7
I decided to investigate after reading this article:
https://www.hackster.io/rayburne/esp32- ... one-7f4ff7