Skip to content
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

Open
DjordjeMandic opened this issue Jan 16, 2021 · 16 comments
Open

Ethernet support? ESP32 port? #427

DjordjeMandic opened this issue Jan 16, 2021 · 16 comments

Comments

@DjordjeMandic
Copy link

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.

@evazzoler
Copy link

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...

@evazzoler
Copy link

evazzoler commented Apr 5, 2021

Please, add the possibilty to disable wireless and connect a cheap W5100 interface to the board.

@sinclairfr
Copy link

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

@mkrasselt1
Copy link

I am currently in the works to port this to ttgo esp32-poe board and build a custom pcb head for it

https://github.com/mkrasselt1/esp-rfid

@matjack1
Copy link
Collaborator

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
Copy link

Are you planning to keep also the ESP8266 compatibility?
If by coincidence I own the right Chip to test it against, I could do it but it would be a different software. Which chip are you planing to use?

@matjack1
Copy link
Collaborator

@mkrasselt1 I have a NodeMCU and a Wemos D1 at hand, but I think they are all very very similar.

@mkrasselt1
Copy link

No, I mean which Ethernet module are you planning to use?

@matjack1
Copy link
Collaborator

Ah, no I have no idea about ethernet modules yet :) If you have recommendations that would be interesting

@t0bse
Copy link

t0bse commented Aug 30, 2022

any news on this?

@DjordjeMandic
Copy link
Author

Ah, no I have no idea about ethernet modules yet :) If you have recommendations that would be interesting

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

@mkrasselt1
Copy link

So for all of you, yes I am still working on it - but I plan to update the PCB as well :))

@DjordjeMandic
Copy link
Author

Any progress by anyone?

@M4rkoV2
Copy link

M4rkoV2 commented Aug 10, 2023

@DjordjeMandic did you manage to do it somehow?

@DjordjeMandic
Copy link
Author

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)

@mkrasselt1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants