-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support for the LilyGO-T-ETH-POE #144
Comments
You can try the attached binary. This is untested, since I don't have the device. I took their parameter set and implemented a new device type for this. You have to go to network settings and select the lilygo device first. |
Didn't expect you to be that fast :), the boards are still in the post I'll give them a go as soon as they arrive. Kudos for supporting this. |
Hi, can confirm that the firmware is working, mind including it in your regular builds? I'll leave it running if it encounters any issues |
Check Release 8.19. |
For me (Lilygo POE v1.1) even if I select Network hardware: LilyGO T-ETH-POE in the info page i see that its stilll using WIFI: Network device: Built-in Wifi. I tried the latest built and the build linked in your comment. ps. Or should I create a new Issue? |
That should do it. If LAN doesn't work, it falls back to Wifi. Can you try some other device on the LAN cable and see if it works? Also please post the content of the system information page (click the firmware version). |
|
It's strange it should just work. Can you check if it works if you power via USB? I didn't have POE equipment at the time for testing. |
Connecting it to USB first doesn't change anything. On the POE switch I can see the power led lighting up, but the LINK led never lights up, so there I can verify that the LAN connection never is initiated. |
I can't really tell what's going wrong. From the code side, I'm using the driver for the LAN interface and configuring it accordingly to how it's wired. If that doesn't work, I'd need to have the actual module to debug it. Can you rule out broken hardware, for example by flashing some other firmware that uses the LilyGO LAN? |
I can't seem to flash a new firmware, so maybe it is a hardware failure. Maybe I damaged the Lilygo while desoldering the TTL flasher. I ordered a new TTL flasher to make sure that isn't the broken component, I also ordered a Olimex ESP32-PoE-ISO to try that one. For now I will assume the Lilygo is damaged, if it turns out otherwise I will update here. Anyway thank you very much for your work done on this awesome project! |
Olimex is very solid hardware. Expensive but well built. |
Hey,
loving your project, working great so far with 2 of my locks. I've setup two esp32 "mini" style modules, but sadly the location close to the locks (to get the best BT signal) is in a poor wifi coverage area.
As I do have a rj45 jack close by and a poe switch would it be possible to support the https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-POE board?
No idea how close to the setup of the Olimex ESP32-POE it is, but hoping it isn't to hard to support it.
The text was updated successfully, but these errors were encountered: