schreibfaul1 / ESP32-MiniWebRadio

Internetradio with ESP32, I2S DAC and SPI TFT Display with Touchpad
https://www.youtube.com/watch?v=6QbPee2583o
323 stars 78 forks source link

W5500 #440

Closed valera39 closed 2 months ago

valera39 commented 4 months ago

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!

TubaFonse commented 4 months ago

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

valera39 commented 4 months ago

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

schreibfaul1 commented 4 months ago

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?

valera39 commented 4 months ago

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)

schreibfaul1 commented 4 months ago

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.

github-actions[bot] commented 3 months ago

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

github-actions[bot] commented 2 months ago

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