ESP32 - pin requirements and strange behavior you need to know

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 5

  • @jeffschroeder4805
    @jeffschroeder4805 3 หลายเดือนก่อน

    It is helpful to see/hear your approach to designing a real life project. Most videos just show how to implement a preconfigured design.

  • @Sekhar_Home
    @Sekhar_Home 3 หลายเดือนก่อน

    exactly what i want today for my project. You made the video. Thanks

    • @playduino
      @playduino  3 หลายเดือนก่อน +1

      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

  • @jonshouse1
    @jonshouse1 3 หลายเดือนก่อน

    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.

    • @playduino
      @playduino  3 หลายเดือนก่อน

      Thank you very much for sharing your thoughts :)