Search found 23 matches

by Spile2
Wed Dec 30, 2020 7:39 am
Forum: Hardware
Topic: Variable Antenna performance
Replies: 0
Views: 1797

Variable Antenna performance

Very interesting thread that reflects my experiences...
https://www.reddit.com/r/esp32/comments ... em_have_a/
by Spile2
Tue Dec 15, 2020 9:18 pm
Forum: Hardware
Topic: Upload code without pressing EN and Boot buttons
Replies: 14
Views: 28641

Re: Upload code without pressing EN and Boot buttons

I can recommend ElegantOTA and AElegantOTA
by Spile2
Thu Nov 19, 2020 9:54 pm
Forum: ESP32 Arduino
Topic: Wifi problems (can connect, but it is unreliable)
Replies: 10
Views: 15927

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
by Spile2
Thu Nov 12, 2020 9:25 pm
Forum: ESP32 Arduino
Topic: HTTPS UPDATES
Replies: 2
Views: 3162

Re: HTTPS UPDATES

I use and can recommend ElegantOTA and ASyncElegantOTA
by Spile2
Mon Nov 02, 2020 11:25 am
Forum: ESP32 Arduino
Topic: Can't connect to my home router
Replies: 3
Views: 4141

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...
by Spile2
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: 3285

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.
by Spile2
Tue Oct 27, 2020 7:31 pm
Forum: Hardware
Topic: Increase range of BLE
Replies: 9
Views: 7688

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