-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck with this board #27
Comments
First, to put the QT into bootloader mode, press and hold the left button while you press and release the reset button. For working code, start here: https://github.com/Xinyuan-LilyGO/T-QT All the example programs work. |
PSRAM disabled? |
That would depend on which QT Pro you have. There's one with just 8MB Flash and another with 4MB Flash and 2MB PSRAM. Partition scheme can be default. Also make sure you enable USB CDC On Boot. |
I'm very glad you posted these suggestions above.. especially about " to put the QT into bootloader mode, press and hold the left button while you press and release the reset button." I just compiled and ran my 1st example "Rainbow" demo.. and tho there were several IDE warnings. related to the TFT_eSPI, it did load and run. Thanks again |
I have the same here buy on ali too, i done everything what it on git and nothing show on display and de serial monitor is in looping but i flash the firmware and this works but sketch none copile upload and nothing |
Have you selected the correct configuration according to the README? |
Yes, i did, i try all sketchs in this repository and nothing display, this is the serial monitor after flash the board with the firmware found in this link ESP-ROM:esp32s3-20210327 |
Any time I've had this happen it's one of three things:
|
What properly modification will need? copy the TFT_eSPI library from here |
When you update the TFT_eSPI library it overwrites what is there. So your User_Setup.h file goes back to the default, which is not specific to the QT. I suggest you update this library, then copy the /User_Setups/Setup211_LilyGo_T_QT_Pro_S3.h file to the root TFT_eSPI folder (one up) and then rename it to User_Setup.h. Otherwise your code won't know what display you're using. |
Thanks, Ok, i wil try that, but i dont update the library when the IDE ask i chose later |
It's a good idea to update the library, since bodmer has done a lot of work on it. He also includes a QT Pro specific setup file for us.. |
All right i trying get the things work but none of the examples are work even a "hello world" apears on the screen, the board is functional because the firmware flashs and work and i can see the logo os lilygo and them the round clock only that still work but nothing tha ia upload work .....sorry my poor english i am from brasil |
Your english is great. Don't worry about that. OK, if you're seeing the Liligo logo on the screen, then it's not the TFT library. Are you using the arduino IDE? Have you chosen the correct port on your computer that your QT is attached to? And have you allowed that port to access your computer (Mac will ask you to choose). |
Yes i using a arduino IDE and chose the correct port i am use a PC wih win 10 the compile and upload run fine them when reset the board nothing show up |
Well, I'm no longer stuck with this board, on an Arduino forum some information was very useful and functional, resolving all the problems, not using the latest version of Espressif board management, version 3 doesn't work, the one that was solved for me was 2.011, and using your informations combined with this everything worked perfectly |
I'm so glad everything is working now! Welcome to the QT family. It's a remarkable little board. |
Hi, I'm stucked with this board, any help would be appreciate.
I've just bought 2 of thie tiny display from Ali, I've downloadad this repo and just tried to compile any of the samples to no avail.
To focus in one I've tried to compila and download the Arduino_Life proyect.
I've tried in Arduino Ide and in Platform IO with same results (nothing)
In Arduino IDE I just open the Arduino_Life.ino in samples dir. Select "ESP32S3-DevModule" board, select the proper com port and click upload. Everything goes great compiles, upload but, nothing happens. I've reset the device, power cyclo but nothing
If I try the same with platformio. there is a sligth difference, I've copied the esp-32-s3-qt-pro.json file to my boards dir. Then I compila and upload and sometimes it works, somtimes it stops around 40% of the upload.
can someone give a clue or a a project (easy, just "Hello world..") that runs on this device. I must be doing something real wrong, but I'm stuckedd...
Thx on advenac
The text was updated successfully, but these errors were encountered: