The T-Watch series concentrates in a mini 20mm thick case an ESP32 development board powered by LiPo battery and a color touch screen (or not). The box accommodates a specialized expansion card (Lora, GPS, GPRS, etc.). The T-Watch 2020 is a real connected watch with a design reminiscent of the Apple Watch. As this is primarily an ESP32 development board, it can be fully programmed with Arduino code!
- T-Watch Hello World. Create your first ESP32 project with the LilyGoWatch library with the Arduino IDE or PlatformIO)
- Getting started with the TFT_eSPI library for TTGO T-Watch ESP32 portable development board
- Change screen orientation with reference
- How to convert bitmap to XBM format and display image on TTGO T-Watch ith TFT_eSPI library
- How to convert in C++ color image with LVGL and display on TTGO T-Watch
- Switch between LVGL and TFT_eSPI screen on a TTGO T-Watch. Landing page is created with LVGL library
- Switch between LVGL and TFT_eSPI screen on a TTGO T-Watch. Landing page is created with TFT_eSPI library
- Menu, pages, navigation between screens with TFT_eSPI
- Draw Mandelbrot or Julia fractals (LVGL + TFT_eSPI)
- Sleep and wake-up ESP32 with BMA423 accelerometer or AXP202 button
- Which T-Watch to choose?
- T-Watch and T-Block pinout
- T-Watch 2020 pinout
- Get started with LiLyGoWatch library with Arduino IDE and PlatformIO
- Model constants
- Expansion boards and peripheral constants
- Platformio.ini example
- Buy a T-Watch
- Buy T-Watch expansion board for T-Watch Touch, T-Watch-N or T-Block
- TFT_eSPI. Getting started with the library. Display text, shapes, touch detection
- How to display XBM (TFT_eSPI) and C ++ (LVGL) images
- Mix the LVGL and TFT_eSPI libraries in the same ESP32 project
- LilyGo official website
- Official LiLyGoWatch library
- LVGL
- TFT_eSPI
- AXP202, power controller datasheet
- NXP PCF8563 RTC clock
- Bosch Sensortec BMA423, 3-axis accelerometer
- BMA423 library developed by Bosch. Adaptation for T-Watch Step counter, orientation, movements
- Seeed Studio Air 530 GPS
- SIM800L, GRPS modem
- SIM868, GPRS modem
- AcSIP S76GXB Lora + GPS
It is easier and faster to develop Arduino code using PlatformIO. If you are new to programming, you can start by reading these articles
- Install PIO on VSCode on Windows, macOS or Linux
- Platformio.ini, tips and useful settings. data_dir, monitor_speed, upload_port ...
- Common problems and solutions
- Migrate Arduino code to a PlatformIO project
La série T-Watch concentre dans un mini boîtier de 20 mm d'épaisseur une carte de développement ESP32 alimentée par batterie LiPo et un écran couleur tactile (ou non). Le boitier accueille une carte d'extension spécialisée (Lora, GPS, GPRS…). La T-Watch 2020 est une véritable montre connectée au design rappelant l'Apple Watch. Comme il s'agit avant tout d'une carte de développement ESP32, elle peut être entièrement programmée avec du code Arduino!
- Créer votre 1er projet ESP32 avec la librairie LilyGoWatch sur l'IDE Arduino ou PlatformIO
- Débuter avec la librairie ESP32 TFT_eSPI pour les boitiers TTGO T-Watch
- Changer l'Orientation de l'écran de la T-Watch
- Comment convertir un bitmap au format XBM et afficher l'image sur TTGO T-Watch avec la bibliothèque TFT_eSPI
- Comment convertir une image couleur C ++ avec LVGL et afficher sur TTGO T-Watch
- Naviguer entre un écran LVGL et TFT_eSPI sur un TTGO T-Watch. La page principale est créée avec la bibliothèque LVGL
- Naviguer entre l'écran LVGL et TFT_eSPI sur un TTGO T-Watch. La page principale est créée avec la bibliothèque TFT_eSPI
- Menu, pages ett navigation entre écrans avec la librairie TFT_eSPI
- Dessiner des fractales de Mandelbrot ou Julia
- Mise en veille et réveil de l'ESP32 avec accéléromètre BMA423 ou le bouton principal connecté à l'AXP202
- Quelle T-Watch choisir ?
- Repérage des broches de la T-Watch et T-Block
- Repérage des broches de la T-Watch 2020
- Débuter avec la librairie LiLyGoWatch (IDE Arduino et PlatformIO)
- Constantes pour déclarer le modèle dans le code Arduino
- Constantes pour les périphériques et cartes d'extension
- Exemple de fichier platformio.ini
- Acheter une T-Watch
- Acheter une carte d'extension pour T-Watch, T-Watch-N, T-Block
- TFT_eSPI. Débuter avec la librairie. Afficher texte, formes, détection tactile
- Comment afficher des images XBM (TFT_eSPI) et C++ (LVGL)
- Mixer les librairies LVGL et TFT_eSPI dans un même projet ESP32
- Site officiel de LilyGo
- Dépot officiel de la librairie LiLyGoWatch
- LVGL
- TFT_eSPI
- Documentation technique de l'AXP202, contrôleur d'alimentation
- Documentation technique du NXP PCF8563, horloge RTC
- Bosch Sensortec BMA423, accélèromètre 3 axes. Compteur de pas, orientation, mouvement...
- Librairie BMA423 développée par Bosch. Adapation pour les T-Watch
- GPS Seeed Studio Air 530
- SIM800L, modem GPRS
- SIM868, modem GPRS
- AcSIP S76GXB, SiP Lora + GPS
Il est plus facile et rapide de développer le code Arduinoà l'aide de PlatformIO. Si vous débutez en programmation, vous pouvez commercer par lire ces articles
- Installer PIO sur VSCode sur Windows, macOS ou Linux
- Platformio.ini, astuces et paramètres utiles. data_dir, monitor_speed, upload_port...
- Problèmes et solutions courants
- Migrer du code Arduino vers un projet PlatformIO
A list of ready to use firmware you can install on your T-Watch 2020 or T-Watch Touch
- T-Watch 2020 firmaware from Dirk Broßwick aka sharandac. WiFi, Bluetooth, IR Remote, OsmAnd, Clock, Stop Watch, LVGL, Accelerometer wakeup, scroll, BMA 423 step counter...
- agoodWatch
- William F. Dudley aka wfdudley project