[ESP32 TTGO] Getting Started!

  Рет қаралды 28,156

That Project

That Project

Күн бұрын

Пікірлер: 68
4 жыл бұрын
You're on a roll man 😉 Producing interesting content frequently. Thank you for sharing 👍
@ThatProject
@ThatProject 4 жыл бұрын
Thank you, sir!
@PatrickRankin
@PatrickRankin 4 жыл бұрын
I kept trying to just use the GIF but I never thought about showing the jpgs instead, great idea, very smooth looking.
@ThatProject
@ThatProject 4 жыл бұрын
I've tried it, but it's hard to use the gif file directly.
@ThatProject
@ThatProject 4 жыл бұрын
That Project's Channel - kzbin.info Join FB Group - facebook.com/groups/138965931539175
@akumal5819
@akumal5819 3 жыл бұрын
Anyone can teach me how to do this with micro SC card reader module. I want to do longer animation which couldn't fit esp32 memory.
@ugetridofit
@ugetridofit 4 жыл бұрын
Thanks for sharing!
@ThatProject
@ThatProject 4 жыл бұрын
Thanks!
@ShawankumarParida
@ShawankumarParida Жыл бұрын
Can you tell me how to add blur or glow effect to FillRoundRect() in TTGO T-Display
@tofuakuma
@tofuakuma 3 жыл бұрын
Keep getting this error.. In file included from C:\Users\lachl\Desktop\eee\11\11.ino:2:0: C:\Users\lachl\Documents\Arduino\libraries\TJpg_Decoder\src/TJpg_Decoder.h:31:30: fatal error: LITTLEFS.h: No such file or directory compilation terminated. exit status 1 Error compiling for board TTGO T1.
@ThatProject
@ThatProject 3 жыл бұрын
This is an error unrelated to the TTGO T1 board. Please use SPIFFS.h instead of LITTLEFS.h in TJPG_Decoder.
@straticah2865
@straticah2865 2 жыл бұрын
@@ThatProject i have the same error eventho i have no line in code that directs to littlefs.h - i followed every step
@ThatProject
@ThatProject 2 жыл бұрын
@@straticah2865 I don't know where the problem is coming from. What version of your ESP are you using? In this project, I was using ESP 1.0.6, not ESP 2.x.
@JamesT65
@JamesT65 2 жыл бұрын
@@ThatProject I too have found this problm with Arduino 1.18 and esp 1.06
@ThatProject
@ThatProject 2 жыл бұрын
@@JamesT65 To use LittleFS, you must use ESP version 2.0.x or higher and TJpeg_Decoder version 1.0.3. Please check the two versions.
@jeffvenqueleir2036
@jeffvenqueleir2036 3 жыл бұрын
Nice waiting for your nex project
@deanstarman1694
@deanstarman1694 4 жыл бұрын
I love this 😀
@kaesmedia
@kaesmedia Жыл бұрын
I can't figure out how to implement the Sketch Data Upload :( wich tools folder do you mean? I tried in libraries, but nothing appears afterwards.... please help :)
@ThatProject
@ThatProject Жыл бұрын
Unfortunately SPIFFS is no longer available. You can use LittleFS to add your image files to Flash in the same way. Check this out. github.com/lorol/arduino-esp32fs-plugin
@jameszahary
@jameszahary 4 жыл бұрын
Is there a program to transfer files from the spiffs (or littlefs) back to the computer? ... for files that you created on the esp32?
@ThatProject
@ThatProject 4 жыл бұрын
As far as I know, there is only one way to copy files from SPIFFS back to your computer. This is how to download using the Web Server to ESP32. In this project, files stored in SPIFFS are being saved to my computer via Web Server. Please refer to it. kzbin.info/www/bejne/p57VpoGBmq6BY9E
@jameszahary
@jameszahary 4 жыл бұрын
@@ThatProject Thanks!
@summerfun6114
@summerfun6114 2 жыл бұрын
Good job. seems the button moving kind of slow? any improvement will be?
@ThatProject
@ThatProject 2 жыл бұрын
No problem with the button. There was a problem with the way the button was tested. It's the same as the normal button operation method. Sorry for the confusion.
@SuperbonyTheCat
@SuperbonyTheCat 3 жыл бұрын
😺 cool ! 😺
@omraniachref9062
@omraniachref9062 10 ай бұрын
Hi thanks for this really good tutorial, i have a quick question i m working on a project with a navigation animated menu the gifs going to take a lot of space and 4 Mb ain't enough so is possible to load all the needs gifs to SD card and make the esp32 read the needed gifs from it, i appreciate your help , i have the same setup as you the same T display Esp32
@ThatProject
@ThatProject 10 ай бұрын
Do you use GIF files as is? Or are you planning to separate it into JPEG like I did? Anyway, you can load an image via SD card in the same way and draw it on the screen. (After SD initialization and path change)
@omraniachref9062
@omraniachref9062 10 ай бұрын
@@ThatProject i m planning to do them just like you did but they are many of them and im using 32gigs sd card for that
@ThatProject
@ThatProject 10 ай бұрын
@@omraniachref9062 Using an SD card, you should have no problem handling as many images as you want.
@edwardsolomonkwekugyimah4340
@edwardsolomonkwekugyimah4340 3 жыл бұрын
Worked 100%... How do I end the animation then display other images?
@ThatProject
@ThatProject 3 жыл бұрын
The easiest way is to display another image when the image number reaches the end for the current animation.
@djokinac
@djokinac 2 жыл бұрын
Hello I have a problem with this ttgo module is there any say bin fail for factory reset or reset to all factory settings diplay works for me only with a sketch from the factory with those 4 colored cubes on which it says ttgo when i install any other sketch the module itself works I see it on the serial monitor but the display doesn't work at all I return the sketch to the factory the display works normally can you help me with some advice I don't know much about these things, so if there is a simpler solution, I would be grateful Greetings from Serbia
@ThatProject
@ThatProject 2 жыл бұрын
Did you set the graphics driver (TFT_eSPI) for your TTGO?
@djokinac
@djokinac 2 жыл бұрын
@@ThatProject uh I haven't adjusted anything before and I don't even know that there is anything to adjust and where it is set
@ThatProject
@ThatProject 2 жыл бұрын
​@@djokinac Please check it again here. kzbin.info/www/bejne/eJ2UdGqMmdFmfaM
@djokinac
@djokinac 2 жыл бұрын
@@ThatProject Hello let me tell you that I found how to display the display on this ttgo module and now he is doing everything as before thank you so much for your help I wish you all the best
@moesiomful
@moesiomful 2 жыл бұрын
@@djokinac How to solve the problem?
@paintcob
@paintcob 2 жыл бұрын
Greetings, I find your channel fascinating, one more subscriber here!... Hey, I wanted to know if you could help me, I have a TTGO module identical to yours and I have followed all the steps you indicate, only I have encountered a problem when load the example code of TFT_eSPI Pong_V3 and it is not shown correctly on the display, I only see the ping pong board rotated and small on the right side of the display, although it does its game function it only presents this display error, which do you think it could happen?
@paintcob
@paintcob 2 жыл бұрын
Sorry, it was an error on my part, I forgot to delete the default configuration by placing // 😅👍
@Abbici
@Abbici 3 жыл бұрын
Hi... It's me again??? Can I ask you two more stupid questions, please? Is there a way to turn off the tft completely? Even the blue LED?
@ThatProject
@ThatProject 3 жыл бұрын
Unfortunately, I cannot find the built-in led pin from its pinout. I'll let you know if I find it. Also, you can find this link to get the answer for turning off the display. github.com/Bodmer/TFT_eSPI/issues/497#issuecomment-567210204
@miniaturascastillo-minic6564
@miniaturascastillo-minic6564 8 ай бұрын
SALUDOS SE PUEDEN REPRODUCIR VIDEOS CON MEMORIA ( MICRO SD ) ?????
@ThatProject
@ThatProject 8 ай бұрын
Please check this for video playback from SD card. kzbin.info/www/bejne/aIWyh6Keorqkhac&pp=ygUNZXNwMzIgbWluaSB0dg%3D%3D
@Haulakulara
@Haulakulara 2 жыл бұрын
hello, can I mount this ESP32 TTGO to base board NodeMCU ESP32 38pin?
@ThatProject
@ThatProject 2 жыл бұрын
I don't get it. How to mount them with??? Are you trying to connect two devices by serial communication (RX, TX)?
@Haulakulara
@Haulakulara 2 жыл бұрын
@@ThatProject no , sorry my mistake. what i mean, is there any base board or shield for esp32 ttgo? or any board that compatible with it?
@ThatProject
@ThatProject 2 жыл бұрын
@@Haulakulara As far as I know, there is nothing like that you want. Sorry.
@NielsNL68
@NielsNL68 3 жыл бұрын
sorry i was just hoping to see you made it draw that using tft_spi itself instead of those images :D
@ThatProject
@ThatProject 3 жыл бұрын
Haha. I'm sorry, too.
@dbdbdb233
@dbdbdb233 Жыл бұрын
맙소사 이제 사용할 수 없다니
@ThatProject
@ThatProject Жыл бұрын
I believe you can still use it.
@dongletreehenley9744
@dongletreehenley9744 3 жыл бұрын
Great job,but you go through the explanation of the tutorial way to fast,very hard to understand the steps,maybe you can slow down a bit!..lol
@ThatProject
@ThatProject 3 жыл бұрын
Sorry. I'm not used to making videos for KZbin yet. I believe it will get better gradually.
@jhow3214
@jhow3214 8 ай бұрын
peso
@apiariodosol
@apiariodosol 4 ай бұрын
Keep getting this error.. In file included from c:\Users\Lucas e Mateus\Documents\Arduino\libraries\TFT_eSPI\TFT_eSPI.cpp:24: c:\Users\Lucas e Mateus\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c: In member function 'void TFT_eSPI::begin_SDA_Read()': c:\Users\Lucas e Mateus\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c:72:3: error: 'gpio_set_direction' was not declared in this scope 72 | gpio_set_direction((gpio_num_t)TFT_MOSI, GPIO_MODE_INPUT); | ^~~~~~~~~~~~~~~~~~ c:\Users\Lucas e Mateus\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c: In member function 'void TFT_eSPI::end_SDA_Read()': c:\Users\Lucas e Mateus\Documents\Arduino\libraries\TFT_eSPI\Processors/TFT_eSPI_ESP32.c:87:3: error: 'gpio_set_direction' was not declared in this scope 87 | gpio_set_direction((gpio_num_t)TFT_MOSI, GPIO_MODE_OUTPUT); | ^~~~~~~~~~~~~~~~~~ exit status 1 Compilation error: exit status 1
@ThatProject
@ThatProject 4 ай бұрын
Usually, this issue is caused by incorrect TFT_eSPI settings. Try using only #include in User_Setup_Select.h in the TFT_eSPI library. Comment //#include // Default setup is root library folder Uncommment #include // Setup file for ESP32 and TTGO T-Display ST7789V SPI bus TFT
@michealmorrow1481
@michealmorrow1481 3 жыл бұрын
I am getting "Jpeg file not found" on every file load. I changed the clear screen to GREEN so I know I am talking to the screen. They are there in the listing Initialisation done. Listing SPIFFS files: ================================================= File name Size ================================================= /image_0.jpg 1763 bytes /image_1.jpg 2103 bytes /image_10.jpg 1959 bytes /image_11.jpg 1451 bytes /image_12.jpg 1806 bytes
@ThatProject
@ThatProject 3 жыл бұрын
Forgive me for being late. I don't know why, but your comment was in spam. Do you still have the issue? Seems like the jpeg files are in SPIFFS well. But the path of the file is wrong when it draws. Did you add the "/" in front of the file name? It should be like this TJpgDec.drawFsJpg(0, 0, "/image_0.jpg");
@subahashsuman9183
@subahashsuman9183 Жыл бұрын
@@ThatProject i have facing same problem ,they are in the listing but not displaying on the screen
@subahashsuman9183
@subahashsuman9183 Жыл бұрын
plz help
@michealmorrow1481
@michealmorrow1481 Жыл бұрын
I have not tried it since a year ago. If I get back to it, I will try the leading / idea. Thanks.
Getting started with ESP32 development using the TTGO T-DISPLAY
16:08
Retro Tech & Electronics
Рет қаралды 117 М.
Digital Rain Effect(a.k.a. Matrix Effect) for TFT_eSPI
5:49
That Project
Рет қаралды 6 М.
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Ask me Anything - SBI Life Presents Hack-AI-Thon
59:55
Hack2skill
Рет қаралды 535
How to Install and Setup  TTGO T-Display ( Getting Started tutorial)
11:18
I just can't work for angry customers. Had to quit this one!!
28:34
Bondo Built
Рет қаралды 6 МЛН
How to use and why to use Sprites  (TFT_espi Programing tutorial)
13:30
Making a WiFi Connected Audio Spectrum Analyzer with ESP32
13:46
element14 presents
Рет қаралды 20 М.
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Рет қаралды 595 М.
Is this Best ESP32 board? New T-Display S3 ESP32S3
10:17
Volos Projects
Рет қаралды 353 М.
YOU can Learn the ESP32 in 15 Minutes:  Hello World!
22:52
Dave's Garage
Рет қаралды 341 М.
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН