meshtastic/docs/hardware/devices/twatch/index.mdx

68 lines
2.3 KiB
Plaintext
Raw Normal View History

---
id: twatch
title: LILYGO® T-Watch
sidebar_label: LILYGO® T-Watch
sidebar_position: 6
---
The T-Watch S3 is a compact wearable device featuring a 1.54-inch IPS LCD touch screen with a resolution of 240x240 pixels. It includes haptic feedback, an integrated microphone, speaker, real-time clock, and a three-axis accelerometer.
## Specifications
- **MCU**
- ESP32-S3 (WiFi & Bluetooth 5 LE)
- **LoRa Transceiver**
- Semtech SX1262
- **Frequency options**
- 915 MHz
- 868 MHz
- 433 MHz
- **Antenna**
- U.FL/IPEX antenna connector for LoRa
- **Connectors**
- Micro-USB
## Features
- 1.54 inch ST7789V TFT LCD (Resolution: 240 x 240)
- DRV2605 Haptic Driver
- I2S Speaker/Microphone & MAX98357 I2S Amp
- AXP2101 PMU and 400mAh battery.
- BMA423 Three Axis accelerometer
- Real-Time Clock
## Flashing
2023-12-12 17:59:27 -08:00
Squashed commit of the following: commit 86bc3c93e5fac8dfb5eb023f1aa6d405bb9d9ffe Merge: 6cabd5fe cfec3e8e Author: rcarteraz <robert.l.carter2@gmail.com> Date: Wed Jun 19 18:48:14 2024 -0700 Merge pull request #1301 from rcarteraz/1200bps-reset-button Add mention of 1200bps reset button in web flasher commit cfec3e8eace1719736a5a6cd4f0093385f0bdad8 Merge: 59d71321 6cabd5fe Author: rcarteraz <robert.l.carter2@gmail.com> Date: Wed Jun 19 17:59:09 2024 -0700 Merge branch 'master' into 1200bps-reset-button commit 6cabd5fe955461798f90dc7cebd98928c5d6578e Merge: f6a97b28 6c40c2e5 Author: rcarteraz <robert.l.carter2@gmail.com> Date: Wed Jun 19 17:58:54 2024 -0700 Merge pull request #1295 from geeksville/pr-nrf52-guide Add basic nrf52 guide commit 6c40c2e5558b7270646319a91123843c8671edbc Merge: 9cbea09e f6a97b28 Author: rcarteraz <robert.l.carter2@gmail.com> Date: Wed Jun 19 17:56:57 2024 -0700 Merge branch 'master' into pr-nrf52-guide commit 59d71321e380836c75d5b32401e2a8647933dd43 Author: rcarteraz <robert.l.carter2@gmail.com> Date: Wed Jun 19 17:52:06 2024 -0700 Add mention of 1200bps reset button in web flasher commit 9cbea09e5cb459853f9bcee2b8b206c19966d1f5 Author: rcarteraz <robert.l.carter2@gmail.com> Date: Tue Jun 18 13:53:25 2024 -0700 formatting and minor changes commit fad3a940d142558d7cc9dd59553af0b83d8c5d7c Merge: f3523b72 f95a398c Author: rcarteraz <robert.l.carter2@gmail.com> Date: Tue Jun 18 13:01:01 2024 -0700 Merge branch 'master' into pr-nrf52-guide commit f3523b72f5c24b338cc20acc2ba73b74dd73babb Merge: b2fcaa55 70638582 Author: geeksville <kevinh@geeksville.com> Date: Sun Jun 16 21:11:52 2024 -0700 Merge branch 'master' into pr-nrf52-guide commit b2fcaa55300ad339bf8994f1c89c52cb1aedfc1a Author: geeksville <kevinh@geeksville.com> Date: Sun Jun 16 15:16:37 2024 -0700 Add basic nrf52 guide
2024-06-19 18:50:33 -07:00
To flash ESP32-S3 devices like the T-Watch, you typically need to place them in Espressif's firmware download mode. Use the "1200bps reset" button in the web flasher to do this. If this method does not work for any reason, you can follow the manual process below.
2023-12-12 17:59:27 -08:00
:::warning
Do not proceed unless an antenna is connected to avoid possible damage to the device's radio.
:::
The following process will manually place the device into the Espressif Firmware Download mode:
1. Ensure the device is powered off by pressing and holding the crown button.
2. Remove the device's back cover.
3. Locate and press and hold the boot button.
![T Watch S3 Boot Button](/img/hardware/T-Watch-S3-BUTTON.webp)
2023-12-12 17:59:27 -08:00
4. While holding the boot button, press the crown button once to turn the device on.
5. After 2-3 seconds, release the BOOT button.
With the device now in the Espressif Firmware Download mode, you can proceed with flashing using one of the supported flashing methods. It's generally recommended to use the [Web Flasher](https://flasher.meshtastic.org/). You can select "T Watch S3" from the device drop-down.
## Resources
- Firmware file: `firmware-t-watch-X.X.X.xxxxxxx.bin`
2024-01-29 06:08:36 -08:00
- Purchase Links:
- US
- [Rokland](https://store.rokland.com/products/lilygo-t-watch-s3-open-source-smartwatch-with-lora-and-esp32)
- International
- [LilyGO](https://www.lilygo.cc/products/t-watch-s3)
- [AliExpress](https://www.aliexpress.us/item/3256805456685117.html)
![T-Watch](/img/hardware/LILYGO-T-Watch-S3.webp)