Skip to content

Add TTGO T8 ESP32-S2 #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions _board/lilygo_ttgo_t8_s2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
layout: download
board_id: "lilygo_ttgo_t8_s2"
title: "TTGO T8 ESP32-S2 Download"
name: "TTGO T8 ESP32-S2"
manufacturer: "LILYGO"
board_url: "http://www.lilygo.cn/prod_view.aspx?TypeId=50033&Id=1321"
board_image: "lilygo_ttgo_t8_s2.jpg"
date_added:
family: esp32s2
features:
- Wi-Fi
- Battery Charging
- USB-C
- Breadboard-Friendly
---

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.

## Technical details

- ESP32-S2 240 MHz Tensilica processor
- Wi-Fi 802.11 b/g/n 2.4 GHz
- 4 MB FLASH
- 8 MB PSRAM
- microSD card slot
- built in battery charging, 2-pin 1.25 mm JST connector
- on/off power switch
- reset and boot button
- onboard 32.768 kHz crystal oscillator
- USB-C connector

## Schematic

- [LILYGO Github repository](https://github.com/Xinyuan-LilyGO/ESP32_S2)

## Setup

To flash this image use this command:

```sh
esptool.py --chip esp32s2 --port (COMPORT) \
--baud 115200 write_flash 0x000 \
adafruit-circuitpython-lilygo_ttgo_t8_s2-xx_XX-X.Y.Z.bin
```

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.

```text
USB OTG

On On
o o o o
o o o o
1 2 3 4 1 2 3 4
```

## Purchase

* [Aliexpress](https://www.aliexpress.com/item/4001080714038.html?spm=a2g0o.store_pc_groupList.8148356.43.2de336fcINy4O7)
Binary file added assets/images/boards/large/lilygo_ttgo_t8_s2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/boards/small/lilygo_ttgo_t8_s2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.