Code Monkey home page Code Monkey logo

Comments (3)

werty1st avatar werty1st commented on July 29, 2024

For me the factory code is working oob with platformio. With the Arduino IDE I was not able to build it.

from t-dongle-s3.

sergey1369 avatar sergey1369 commented on July 29, 2024

Versions: Arduino 2.1.0.
OS: Ubuntu 22.04.
I've found way to compile examples/factory and examples/TFT.

  1. Copy T-Dongle-S3/lib to ~/my-sketchbook-path/libraries and do not allow to upgrade it.
  2. When flashing ALWAYS choose device "ESP32s3 Dev Module" and port "/dev/ACM0". It shows something different by default.
  3. After flashing factory dongle freezes, so I need to take out and insert it again every time.

I hope this helps.

from t-dongle-s3.

esp32beans avatar esp32beans commented on July 29, 2024

Arduino IDE: 1.8.19
OS: Ubuntu 22.04

TFT_eSPI has added support for the T-Dongle-S3 but the change has not been released yet so use the latest code from github. This removes dependency on platformio.

  1. Change to the Arduino IDE library directory.
  2. git clone https://github.com/Bodmer/TFT_eSPI
  3. Change to the TFT_eSPI directory.
  4. Modify User_Setup_Select.h. Comment out the User_Setup.h line and uncomment the Setup209_LilyGo_T_Dongle_S3.h line.
  5. The TFT example should build and run.
  6. Install the OneButton, FastLED, and lvgl libraries using the IDE Library manager.
  7. Copy lv_conf.h to the IDE library directory.
  8. The Factory example should build and run.

After upload, ESP32S3 seems to be stuck in bootloader so it must be power cycled to make it run the new code. This so annoying I now use a USB hub with a power button on each port.

from t-dongle-s3.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.