ESP32-MiniWebRadio icon indicating copy to clipboard operation
ESP32-MiniWebRadio copied to clipboard

W5500

Open valera39 opened this issue 1 year ago • 6 comments

Hi Dear Wolle! Is it possible to add support for a module like the W5500 https://www.amazon.de/-/en/AZDelivery-Ethernet-Network-Internet-Arduino/dp/B07ZRF96Y1 and, for example, provide in the settings the option to choose between LAN and WiFi. This may seem irrelevant, but for me and hopefully for some other users it would be necessary. Thanks!

valera39 avatar May 30 '24 12:05 valera39

Hi Valera39, Hi Wolle, good idea! I'm also interested to connect the MWR-V3 direct to Ethernet. I have the LAN8720 Ethernet Board. Best regards, Alfons. grafik

TubaFonse avatar May 30 '24 14:05 TubaFonse

TubaFonse, Very interesting, I didn't know such a board existed.

valera39 avatar May 30 '24 15:05 valera39

I don't have any experience with the network components, nor do I have this HW.

To come back to the poor WiFi reception quality: if I'm interpreting this correctly, was it better in previous versions? Then it can probably only be something deep under the surface. You could go back to January in platformio.ini with:


;platform = https://github.com/platformio/platform-espressif32.git#v6.7.0
;platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.16
;framework = arduino, espidf

platform = https://github.com/platformio/platform-espressif32.git#v6.4.0
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.14
framework = arduino, espidf

Would that help? We have three access points in our house. The ESP32 sometimes connects to the AP that is furthest away. I have added a scanNetworks, an autoReconnect and MDS.addService to the connectToWiFi(). What happens if this is deleted?

schreibfaul1 avatar May 31 '24 12:05 schreibfaul1

Hi Dear Wolle! I tried your tips with changes to platformio.ini. You are a genius!!! I'm afraid to jinx it, but it seems to be working. The signal strength has increased a bit, it has become stable and does not fluctuate, drops in the flow at the problem station have almost stopped. Stable operation with bluetooth module and fiwi is now possible. I didn't touch scanNetworks, autoReconnect and MDS.addService that you added to connectToWiFi(). Special thanks for the sleep mode clock. Only if possible, is it possible to remove all the extra information from the screen and leave only the clock?

Translated with DeepL.com (free version)

valera39 avatar May 31 '24 15:05 valera39

That's great. I now wonder what the actual cause is, the IDF version is now 4.4.5 and was previously 4.4.7. The header and footer in clock sleep mode is now hidden.

schreibfaul1 avatar May 31 '24 18:05 schreibfaul1

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 01 '24 02:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 16 '24 02:07 github-actions[bot]