-
The documentation states that all features are only available if PSRAM is present. So which modules are really recommended for PoE based on the current status? I don't understand this statement either, since the S3 is also available with Ethernet?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As long as you don't use encryption, the Olimex boards works just fine. I use myself. |
Beta Was this translation helpful? Give feedback.
-
The ESP32-P4 is not supported yet and we don't have a timeline for support atm. The GL-S10 should have PSRAM support but a user who has it reported that it doesn't show up. I wasn't aware of the T-ETH-Lite ESP32 S3 but that should work. The only other S3 with PSRAM with (semi) builtin ethernet and poe that I am aware of is the Atom S3R with PoE/Ethernet module. Otherwise a run of the mill ESP32-S3 devkit with PSRAM and a wired up W5500 module and PoE splitter works fine, but is a little more DIY. HTTPS server support is the first functionality of NukiHub that is only supported on PSRAM devices, but more will probably follow. I don't recommend any old ESP32 without PSRAM and thus that includes almost all of the more purpose built devices with Ethernet and PoE from the likes of OLIMEX and LilyGo |
Beta Was this translation helpful? Give feedback.
The ESP32-P4 is not supported yet and we don't have a timeline for support atm.
The GL-S10 should have PSRAM support but a user who has it reported that it doesn't show up.
I wasn't aware of the T-ETH-Lite ESP32 S3 but that should work.
The only other S3 with PSRAM with (semi) builtin ethernet and poe that I am aware of is the Atom S3R with PoE/Ethernet module.
Otherwise a run of the mill ESP32-S3 devkit with PSRAM and a wired up W5500 module and PoE splitter works fine, but is a little more DIY.
HTTPS server support is the first functionality of NukiHub that is only supported on PSRAM devices, but more will probably follow.
I don't recommend any old ESP32 without PSRAM and thus that incl…