Get Started with ESP32: Comparing ESP32 Board Versions - Usage Differences

Sdílet
Vložit
  • čas přidán 22. 06. 2024
  • This video is a dedicated ESP32 course for beginners, utilizing the Elecrow CrowPanel ESP32 Display board, guiding you from setting up your ESP32 development environment to completing all the exciting projects on the Arduino IDE.
    ⭐ Get Elecrow CrowPanel ESP32 HMI Display Series here 👇
    www.elecrow.com/display/esp-h...
    ⭐ Course File 👇
    github.com/Elecrow-RD/CrowPan...
    For any technical inquiries or assistance, please feel free to reach out to us at techsupport@elecrow.com. We are here to help and will respond to your request promptly.
    📌Let's subscribe and follow us to keep updated with the latest news and perks:
    Facebook: / elecrow.openhardware
    Twitter: / elecrow1
    Instagram: / elecrow_official
    Linkedin: / elecrow-limited
    Tiktok: / elecrow
    #CrowPanel #ESP32 #Elecrow #LVGL

Komentáře • 6

  • @jeffpalmer9468

    According to this video and other materials, I have Version 2.0 of the 5.0" display, but contrary to what this video states, I have to manually put it into download mode any time I want to program it. So I believe there is an error in the statement made in this video.

  • @SergioSena

    I'am using LVGL on a 5 inch Elecrow Panel display with ESP32. The "gfx_config.h" file, provided in the series, uses GPIO_NUM_19 and GPIO_NUM_20 for the Touch. But, when I use Wire LIB it got conflict with comunicate with another ESP32. I'm using address 0x08 for the ESP32 and LGFX uses 0x14. Can anyone know how to solve it? Thanks.