-
Notifications
You must be signed in to change notification settings - Fork 424
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
Ethernet support? ESP32 port? #427
Comments
I agree! And ethernet is more stable, almost a must when you use MQTT in a full 2.4 GHz band like when you are in a building in the city center... |
Please, add the possibilty to disable wireless and connect a cheap W5100 interface to the board. |
I support this request. Ethernet would be so much more stable. Also, do you guys know how hard (or how easy) it would be to port this project to a raspberry pi ? Thanks |
I am currently in the works to port this to ttgo esp32-poe board and build a custom pcb head for it |
That's great @mkrasselt1! Are you planning to keep also the ESP8266 compatibility? If you would like to contribute back to this repo I'm happy to review your code. |
|
@mkrasselt1 I have a NodeMCU and a Wemos D1 at hand, but I think they are all very very similar. |
No, I mean which Ethernet module are you planning to use? |
Ah, no I have no idea about ethernet modules yet :) If you have recommendations that would be interesting |
any news on this? |
You can use either the SPI ones like W5500 W5100 ENC28J60 with ESP8266 or utilize hardware eth mac of ESP32 and just add eth phy module like LAN8720. Keep in mind that LAN8720 is just physical layer that can be used with ESP32's intergrated ethernet mac. For ESP8266 you must use SPI modules like W5500 W5100 ENC28J60 |
So for all of you, yes I am still working on it - but I plan to update the PCB as well :)) |
Any progress by anyone? |
@DjordjeMandic did you manage to do it somehow? |
Nope, didnt even try yet, i was looking into other solutions with home assistant. Might do it one day but i dont have ESP32 eth dev enviroment (ethernet hardware) |
for now, i am using esphome to achive my goals - so far i wont be of much help to this project :/ cant say whenever i will have time reason to look into this as well |
Did someone port this to esp32 with ethernet? Is it possible to add ethernet to this project? It would suit it more, poe + ethernet perfect combination. Wifi comm. can be easily jammed.
The text was updated successfully, but these errors were encountered: