Running openHASP over Ethernet or PoE #430
Replies: 2 comments
-
|
There is the I don't own the ESP32-POE or ESP32-POE-ISO so I can't say much about these... My gripe with most POE boards is that they have minimal flash and no PSram. It's okay for basic UIs, but custom fonts and images will be an issue. A notable exception being the POE-FeathingWing that could theoretically be paired with a more capable ESP32. (not tested) The Lanbon L8 MOD also uses an Ethernet SPI adapter, but that might be slow. What display and size are you planning to use? Ehternet takes up a fair amount of pins, so you are limited to SPI displays. I don't see a reason why it can't work. There just hasn't been much demand for POE or any users that can test/maintain the configs. |
Beta Was this translation helpful? Give feedback.
-
|
I tested the SPI ethernet (W5500) on a WT32-SC01 Plus and it works with no need of any hardware mod on the main board. I just soldered a small LDO board (AMS1117) on the W5500 Lite to get 3.3V from the 5V pin of the WT32 I/O connector. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm designing a pretty extensive re-wire of my house, and i'm looking to install a bunch of sensors, devices, speakers, rhasspy node and openHASP plates in each room.
I don't trust wifi in my house at all due to big thick walls and a flagrantly unreliable ISP, so i'm investing in using PoE and ZigBee as much as possible in order to reduce noise on the network, and mitigate from any wifi-based flakiness on the devices themselves in order to achieve the all important Partner Approval Factor.
I'm wiring in PoE network for my security system and NVR, as well as for using esp32 rhasspy - which streams audio over the network so i want it to be PoE/ethernet based to avoid noisy networks.
Anyway, that's only context.
I would like to use PoE to provide power and network to the plates. In my researches i have looked at the ESP32-POE and ESP32-POE-ISO as potential candidates with the screens.
But mostly what i'm looking for is any advice about what i may be (probably naively) getting wrong and what i might need to do to enable ethernet rather than wifi networking. Even a place to start with modifying the code.
Beta Was this translation helpful? Give feedback.
All reactions