13. T-Watch Game¶
13.1. Description¶
The T-Watch Game is an ESP32-based programmable watch kit consisting of a Core PCB and Game backplane. You can even program the T-Watch Game with Arduino, ESP-IDF or MicroPython.
13.2. Feature¶
- Main chip: ESP32, dual core MCU (integrated dual mode Bluetooth/wifi), PMU power management
- Display: 1.54 inch LCD capacitive touch screen
- Sensor: BMA423 three-axis accelerometer, built-in step counting algorithm, activity recognition / tracking, advanced gesture recognition, etc.
- Combination kit: lithium battery, design open mold, and thick strap, and black and white
- Development platform: ESP-IDF (native SDK), Arduino, Lua, MicroPython, Scratch
- Support for expandable module use
13.3. Pin details¶
13.3.1. Display¶
ESP32 | Attribute | Description |
---|---|---|
GPIO05 | CS | TFT_CS |
GPIO18 | SCLK | TFT_SCLK |
GPIO19 | MOSI | TFT_MOSI |
GPIO27 | DC | TFT_DC |
GPIO12 | BL | TFT_BL |
13.3.2. Button¶
ESP32 | Attribute | Description |
---|---|---|
GPIO25 | 1-Wire | Button1 |
GPIO26 | 1-Wire | Button2 |
GPIO13 | 1-Wire | Button3 |
GPIO14 | 1-Wire | Button4 |
13.3.3. Joystick¶
ESP32 | Attribute | Description |
---|---|---|
GPIO33 | PWM | Joystick_X |
GPIO34 | PWM | Joystick_Y |
GPIO15 | 1-Wire | Joystick_Button |