This board looks quite promising. However, there are quite differences between the prices. Are all if them same, or there are differences between the boards?
@@makersfunduck you could make a smart watch on your wrist. I would like to make one, but I don't even know what to make a volume 3D printer from, maybe it would be possible to print a bracelet.
@@O_KODEL_GI_NE I have that idea for a while, but I cant really conclude my mind for the requirements. Do you have any ideas for the requirements? What would you want from a smartwatch? especially what functionality you wish to have on a smart watch which is not on the market for sale?
@@makersfunduck you will want a very large screen, I was thinking of using the screen of the old touch phone, but I don't even know how to connect it with a microchip. and I think the functions are the same as the phone.
Hello and thank you for the cool video and app. Would it be possible for you to take summer and winter time into account? Since switching to winter time, the display shows the current time plus one hour, which was ok in summer.
I have a bit of a problem. I have a esp32s3 board using st7789 display same size as the lilygo s3 1.9" 170x320, and when uploaded the screen stays lit up and nothing happens. I think that the problem i from the file pin_config.h. Because my display has only GND, VCC, SCL, SDA, DC,CS,BLK. I will be very happy if you share any experience or advice :) :)
Hi great video. This is a fantastic little board but official documentation is pretty scarce. In your fridge magnet example what type of battery did you use?
Hi there Thanks for the video. I downloaded all the files, but can’t get the code to compile. I loaded the 2 zip files directly via the Ardino app, but the compiler fails because it can’t find the first file Any ideas? Many thanks
Hi. did you added the board to arduino IDE? In Arduino Preferences, on the Settings tab, enter the raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json URL in the Additional boards manager URLs input box. Click OK and the software will install. Search for ESP32 in Tools → Board Manager and install esp32 (Arduino-ESP32) Copy everything from this repository lib folder to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries) Select the correct settings in the Tools menu as shown below. Setting Value USB CDC On Boot Enabled CPU Frequency 240MHz (WiFi) Core Debug Level None USB DFU On Boot Enabled Events Run On Core 1 Flash Mode QIO 80MHz Flash Size 16MB (128Mb) JTAG Adapter Integrated USB JTAG Arduino Runs On Core 1 USB Firmware MSC On Boot Disabled Partition Scheme Huge APP (3MB No OTA/1MB SPIFFS) PSRAM OPI PSRAM USB Mode Hardware CDC and JTAG PlatformIO PlatformIO plug-in installation: click on the extension on the left column → search platformIO → install the first plug-in Click Platforms → Embedded → search Espressif 32 in the input box → select the corresponding firmware installation
Don't forget to watch the last part where I made a flip clock fridge magnet out of it 😁
Last part of the video is the most interesting part. Making a fridge magnet. lol
I know, right?
This board looks quite promising.
However, there are quite differences between the prices. Are all if them same, or there are differences between the boards?
No they are all the same. Only difference is the profit margin for the sellers. Just buy the cheapest one
Hi,
The code can work with the T-Display-S3 amoled?
Thanks
Super video
Thanks
@@makersfunduck you could make a smart watch on your wrist. I would like to make one, but I don't even know what to make a volume 3D printer from, maybe it would be possible to print a bracelet.
@@O_KODEL_GI_NE I have that idea for a while, but I cant really conclude my mind for the requirements. Do you have any ideas for the requirements? What would you want from a smartwatch? especially what functionality you wish to have on a smart watch which is not on the market for sale?
@@makersfunduck you will want a very large screen, I was thinking of using the screen of the old touch phone, but I don't even know how to connect it with a microchip. and I think the functions are the same as the phone.
Hello and thank you for the cool video and app. Would it be possible for you to take summer and winter time into account? Since switching to winter time, the display shows the current time plus one hour, which was ok in summer.
I like the idea of making a GameBoy...I will try! Thanks!
Forgot to ask...do you recommend the controller pub you showed? If yes, can you put a link to it? Thanks!
Thanks. That keyboard is quite cheap, and easy to use. I put the link in the description if you want to check it out.
Have fun!
Hey, making a GameBoy idea is pretty awesome. I would like to see the video after you make it.
I have a bit of a problem. I have a esp32s3 board using st7789 display same size as the lilygo s3 1.9" 170x320, and when uploaded the screen stays lit up and nothing happens. I think that the problem i from the file pin_config.h. Because my display has only GND, VCC, SCL, SDA, DC,CS,BLK. I will be very happy if you share any experience or advice :) :)
to me, it feels like a wrong board configuration.
did you follow this guide?
github.com/Xinyuan-LilyGO/T-Display-S3
@makersfunduck yes, followed the guide. Step by step not only once. I will keep trying if I have any results I will post
great. The same code compiling failed on S3 but compiling passed on original ESP32, why? Thanks.
Did you download the files from the link?
Where can I find the sketch for the moving eyes?
The background music seems to be inspired/taken from "Disco Elysium" :) nice
nvm, I found out there were 2 sketches about this on the sketch examples :0
@@fabryz I don't there is a eyes code for this board. I can olny find it for the TTGO display.
What battery did you use for it?
Hi great video. This is a fantastic little board but official documentation is pretty scarce. In your fridge magnet example what type of battery did you use?
I used a lion battery from a disposable e-cigarette :) here: ruclips.net/video/9tVSPmzGGRM/видео.html
Hi, I'm new to this,where would I add my WiFi details to your flip clock sketch.cant get it to connect.tia.
You go to and edit it in pin_config.h file :)
How long did the fridge magnet worked ":)😅
with a 400mAh battery, it only worked a few hours :)
Hi there
Thanks for the video.
I downloaded all the files, but can’t get the code to compile.
I loaded the 2 zip files directly via the Ardino app, but the compiler fails because it can’t find the first file
Any ideas?
Many thanks
Hi. did you added the board to arduino IDE?
In Arduino Preferences, on the Settings tab, enter the raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json URL in the Additional boards manager URLs input box.
Click OK and the software will install.
Search for ESP32 in Tools → Board Manager and install esp32 (Arduino-ESP32)
Copy everything from this repository lib folder to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)
Select the correct settings in the Tools menu as shown below.
Setting Value
USB CDC On Boot Enabled
CPU Frequency 240MHz (WiFi)
Core Debug Level None
USB DFU On Boot Enabled
Events Run On Core 1
Flash Mode QIO 80MHz
Flash Size 16MB (128Mb)
JTAG Adapter Integrated USB JTAG
Arduino
Runs On Core 1
USB Firmware MSC On Boot Disabled
Partition Scheme Huge APP (3MB No OTA/1MB SPIFFS)
PSRAM OPI PSRAM
USB Mode Hardware CDC and JTAG
PlatformIO
PlatformIO plug-in installation: click on the extension on the left column → search platformIO → install the first plug-in
Click Platforms → Embedded → search Espressif 32 in the input box → select the corresponding firmware installation
@@makersfunduck Many thanks, I added the wrong board!!
Working now, thanks very much
tem codigo dos olhos?
Danke für den code
Bitte :)