Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. mustangproject
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    Posts made by mustangproject

    • TTGO RGB how to get more app memory

      There is 16MB of flash for the RGB but I using the Arduino IDE I can only select a max of 3MB / no OTA for the app. However the T-Watch also has 16MB of flash and I can select 2 X 6.5 MB of app. memory. Howe can I modify the partition to have 6.5 MB of app memory for the TTGO RGB just like on the T-Watch?

      Maybe someone has don this already?

      posted in Technical Discussion
      M
      mustangproject
    • RE: T-RGB Upload Problems

      @mustangproject Much better. So this is surprising. I now have good results if I do two things. 1) I put the board into download mode each time by holding down the reset button and then pressing the boot button. Then I release the reset button followed by the boot button. Now the board is in download mode. I am not sure why or what this is. But I also MUST have the little extender cable attached that comes with the board. There is a little cable that extends the SDA, SCL power and ground pins for I2C devices. Just attaching that cable with nothing on the other end makes it work now along with the button stuff. No idea at all why except some parasitic capacitance and perhaps the buzy code idea you mentioned above.

      posted in Technical Discussion
      M
      mustangproject
    • RE: T-RGB Upload Problems

      @teastain2 Thanks I will give that a try as well. Out of desperation, I have done a complete uninstall, file cleanout, and registry clean and reinstalled everything. Same results. Often I get this error below if the upload starts. Maybe someone will more suggestions.

      Writing at 0x0000e000... (100 %)
      Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.2 seconds (effective 338.2 kbit/s)...
      Hash of data verified.
      Compressed 962496 bytes to 640010...
      Writing at 0x00010000... (2 %)
      Writing at 0x00019eea... (5 %)
      Writing at 0x00025658... (7 %)
      Writing at 0x0002fbb3... (10 %)
      Writing at 0x0003b880... (12 %)
      Writing at 0x000412e0... (15 %)
      Writing at 0x000469c2... (17 %)
      Writing at 0x0004bfce... (20 %)
      Writing at 0x00050eb7... (22 %)
      Writing at 0x00055eec... (25 %)

      A serial exception error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
      Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
      For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
      Failed uploading: uploading error: exit status 1

      posted in Technical Discussion
      M
      mustangproject
    • RE: T-RGB Upload Problems

      @mustangproject Thank you for the response. I am using IDE 2.0.4. I have a powered USB hub I just bought because I thought that might help. I have several new cables I have tried. The RGB shows up on com4. The computer is a Acer laptop with 12 Gig of ram running Windows 11. It has a AMD 4 core processor 2.1 Ghz.

      I double checked the settings and they are as pasted. I would say about 1 of 5 or 7 attempts are successful.

      Sometimes I can reboot and it seems to help but other times not. The typical error message I get is this one:

      A fatal error occurred: The chip stopped responding.
      Failed uploading: uploading error: exit status 2

      Other times the programming will proceed to 50% or more and then fail.

      posted in Technical Discussion
      M
      mustangproject
    • T-RGB Upload Problems

      Only about 10% of the attempts to upload a program from flash using Arduino IDE to the T-RGB are working. I have all of the settings properly configured as per the GitHub instructions. Does anyone know if there is a trick to make the upload more reliable? I have two of the T-RGB units. Quite freqentely the upload stops part way through at 70 or 80% complete.

      Changing the speed to lower does not seem to help.

      posted in Technical Discussion
      M
      mustangproject