-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ethernet instead of Wi-Fi (wESP32) #92
Comments
do u specifically need the POE? if no they have esp32s with external antenna also that are cheap as for the support of ethernet, you would want to check out this issue ticket reported in the EspMQTTClient library that I use... are you noticing if the esp32 is rebooting at all? you would see a status "boot" message on the main MQTT topic. Just wondering if you're issue is more related to POE power supply issue |
no the code doesn't work with an ethernet cable. The library (espmqttclient) doesn't support non-wifi yet |
Hi all, I would like to resurrect the topic. I want to use my Olimex ESP32 POE and its Ethernet connection. I am actually super new to this.
Is that still the case? At least there is a constructor for MQTT only (without wifi) @devWaves, is that realistic? Is the standard sketch already at its limits? Do you have a recommendation what I can safely remove, i.e. might be optional? |
Thanks for building and maintaining this great piece of software!
My wESP32 has become quite unreliable for some reason. The latency for Wi-Fi is all over the place making it impossible to send commands to my Switchbot devices. This is probally unrelated to your code.
I was wondering if it is possible to use the PoE ethernet port on my wESP32 instead of using Wi-Fi for network connectivity. Let me know if I can help you out with testing this!
The text was updated successfully, but these errors were encountered: