mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-03 18:07:48 -08:00
4c0b8a95ad
commit86bc3c93e5
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 commitcfec3e8eac
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 commit6cabd5fe95
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 commit6c40c2e555
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 commit59d71321e3
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 commit9cbea09e5c
Author: rcarteraz <robert.l.carter2@gmail.com> Date: Tue Jun 18 13:53:25 2024 -0700 formatting and minor changes commitfad3a940d1
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 commitf3523b72f5
Merge:b2fcaa55
70638582
Author: geeksville <kevinh@geeksville.com> Date: Sun Jun 16 21:11:52 2024 -0700 Merge branch 'master' into pr-nrf52-guide commitb2fcaa5530
Author: geeksville <kevinh@geeksville.com> Date: Sun Jun 16 15:16:37 2024 -0700 Add basic nrf52 guide
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
---
|
|
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
|
|
|
|
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.
|
|
|
|
:::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)
|
|
|
|
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`
|
|
- 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)
|