Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Can't flash ESP32C3 on T-PicoC3

    Technical Discussion
    3
    4
    665
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • U
      ulihuber last edited by

      Hi,
      I am trying to flash software to the ESP32C3 section of the T-PicoC3. No success. I am using Arduino and have no problems with other controllers like ESP32 Dev module. I can also build and flash Pico software on the T-PicoC3 but flashing of the ESP32C3 controller does not work.

      Traceback (most recent call last):
      esptool.py v3.3
      File "esptool.py", line 5387, in <module>
      Serial port COM13
      File "esptool.py", line 5380, in main
      File "esptool.py", line 4687, in main
      File "esptool.py", line 114, in get_default_connected_device
      File "esptool.py", line 320, in init
      File "serial_init
      .py", line 90, in serial_for_url
      File "serial\serialwin32.py", line 80, in open
      File "serial\serialwin32.py", line 222, in _reconfigure_port
      serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'Ein an das System angeschlossenes Ger�t funktioniert nicht.', None, 31)
      [7620] Failed to execute script 'esptool' due to unhandled exception!
      Der ausgewählte serielle Port [7620] Failed to execute script 'esptool' due to unhandled exception!
      ist nicht vorhanden oder das Board ist nicht angeschlossen

      I see in ports: COM13( ESP32S3 Dev Module)
      Why is this? Shouldn't it be ESP32C3???

      Anyone with the same problem? (Or solution...;-)
      Uli

      1 Reply Last reply Reply Quote 0
      • M
        Micky last edited by

        Steps:

        1. Use tweezers to short IO9 to GND (because ESP32C3 already has firmware by default, it needs to enter BOOT state)
        2. Link USB (note that the positive and negative plugs select ESP32C3)
        3. Normal upload procedure
        1 Reply Last reply Reply Quote 0
        • A
          ajlenze last edited by

          Has anyone been able to program the ESP32 using Arduino? I'm following the directions at https://github.com/Xinyuan-LilyGO/T-PicoC3, but when I enter the Arduino Boards Manager and type "EPS32C3 Dev" into the search box, nothing is returned.

          Thanks,

          A.J.

          M 1 Reply Last reply Reply Quote 0
          • M
            Micky @ajlenze last edited by

            @ajlenze Only ESP32 can be found in the Arduino Boards Manager. You need to install ESP32. And C3 is a derivative of ESP32. After installing ESP32, you can select the C3 subclass chip in the board

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB | Contributors