Skip to content

Commit 1ce6a8d

Browse files
committed
Add TTGO T8 ESP32-S2
1 parent 798ef4b commit 1ce6a8d

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

_board/lilygo_ttgo_t8_s2.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: download
3+
board_id: "lilygo_ttgo_t8_s2"
4+
title: "TTGO T8 ESP32-S2 Download"
5+
name: "TTGO T8 ESP32-S2"
6+
manufacturer: "LILYGO"
7+
board_url: "http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1321"
8+
board_image: "lilygo_ttgo_t8_s2.jpg"
9+
date_added:
10+
family: esp32s2
11+
features:
12+
- Wi-Fi
13+
- Battery Charging
14+
- USB-C
15+
- Breadboard-Friendly
16+
---
17+
18+
The TTGO T8 ESP32-S2 development board has useful features like the microSD card slot or the option to run the board with battery power. This board is very similar to the TTGO T8 ESP32-S2 ST7789 just without the display.
19+
20+
## Technical details
21+
22+
- ESP32-S2 240 MHz Tensilica processor
23+
- Wi-Fi 802.11 b/g/n 2.4 GHz
24+
- 4 MB FLASH
25+
- 8 MB PSRAM
26+
- microSD card slot
27+
- built in battery charging, 2-pin 1.25 mm JST connector
28+
- on/off power switch
29+
- reset and boot button
30+
- onboard 32.768 kHz crystal oscillator
31+
- USB-C connector
32+
33+
## Schematic
34+
35+
- [LILYGO Github repository](https://github.com/Xinyuan-LilyGO/ESP32_S2)
36+
37+
## Setup
38+
39+
To flash this image use this command:
40+
41+
```sh
42+
esptool.py --chip esp32s2 --port (COMPORT) \
43+
--baud 115200 write_flash 0x000 \
44+
adafruit-circuitpython-lilygo_ttgo_t8_s2-xx_XX-X.Y.Z.bin
45+
```
46+
47+
After flashing change the DIP switches (the ones closer to the USB-C connector) to OTG mode, when reconnected you should see the `CIRCUITPY` drive.
48+
49+
```text
50+
USB OTG
51+
52+
On On
53+
o o o o
54+
o o o o
55+
1 2 3 4 1 2 3 4
56+
```
57+
58+
## Purchase
59+
60+
* [Aliexpress](https://www.aliexpress.com/item/4001080714038.html?spm=a2g0o.store_pc_groupList.8148356.43.2de336fcINy4O7)
Loading
Loading
63.4 KB
Loading

0 commit comments

Comments
 (0)