Your circuit looks good to me, but i've only had a casual look. I've used the Elimax boards for a couple of projects. Mostly works OK, but be warned if you use Ethernet and also hammer SPI or DMA/IO at the same time you may find the SPI will corrupt from time to time. In theory this is fixed but i'm not convinced either the current version of the IDF or the Arduino IDE (that takes is ESP base code from the same sources as the IDF) have this fix present. Espressifs back porting policy is unclear at best.
It is helpful to see/hear your approach to designing a real life project. Most videos just show how to implement a preconfigured design.
exactly what i want today for my project. You made the video. Thanks
you're welcome :D let me know if you find some errors. I shared the schematic on git:
github.com/playduino/ceiling-sensor-esp32-poe
Your circuit looks good to me, but i've only had a casual look. I've used the Elimax boards for a couple of projects. Mostly works OK, but be warned if you use Ethernet and also hammer SPI or DMA/IO at the same time you may find the SPI will corrupt from time to time. In theory this is fixed but i'm not convinced either the current version of the IDF or the Arduino IDE (that takes is ESP base code from the same sources as the IDF) have this fix present. Espressifs back porting policy is unclear at best.
Thank you very much for sharing your thoughts :)