logo elektroda
logo elektroda
X
logo elektroda

[Solved] ESP32-CAM from Aliexpress - problem with programming and UART communication

bardabowski 192 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 21446838
    bardabowski
    Level 4  
    I recently bought an esp32 cam module on aliexpress and have a dedicated esp32 cam mb programmer with no problem programming the boards from batland but with this one there is a proplem on the serial port it sends the phrase app task running but the board does not connect it cannot be programmed the seller from aliexpress sent me this link https://drive.google.com/drive/u/0/folders/1A...o?spm=a2g0s.imconversation.0.0.1a703e5fvfVZod
    Screenshot of an error during program upload to ESP32. .
    Screen fragment with app task running... message.
  • ADVERTISEMENT
  • Helpful post
    #2 21447077
    inot
    Level 37  
    To program the ESP32-Cam, the IO0 pin must additionally be bridged to GND.
    Link .
  • ADVERTISEMENT
  • Helpful post
    #3 21447130
    p.kaczmarek2
    Moderator Smart Home
    More specifically, IO0 must be connected to ground during boot. If you turn on the ESP and it's already walking, then bridging IO0 to ground won't do anything. I usually:
    - I either bridge IO0 to ground before connecting it to the power supply
    - or I bridge IO0 to GND and then perform a reset by short-circuiting RESET to GND for a while

    Added after 41 [seconds]:

    By the way, here's the footage:
    ESP32-Cam, how to start and operate the camera with ESP32 in PlatformIO? .
    Helpful post? Buy me a coffee.
  • #4 21451057
    bardabowski
    Level 4  
    during programming, connect a jumper to IO0 GND
ADVERTISEMENT