2022-11-08 22:54:05 -08:00
---
id: tbeam
title: LILYGO® TTGO T-Beam Devices
sidebar_label: LILYGO® T-Beam
2023-04-15 12:56:49 -07:00
sidebar_position: 2
2022-11-08 22:54:05 -08:00
---
2023-01-19 05:01:57 -08:00
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
2022-11-08 22:54:05 -08:00
2023-06-16 11:28:01 -07:00
All T-beam models (with the exception of the S3-Core) have an 18650 size battery holder on the rear of the device. This is designed to the original specification of the 18650 and only fits unprotected flat top 18650 cells. Button top and protected cells are typically longer than 65mm, often approaching 70mm.
2022-11-08 22:54:05 -08:00
Further information on the LILYGO® T-Beam devices can be found on LILYGO®'s [GitHub page](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series).
<Tabs
groupId="t-beam"
defaultValue="sx1262"
values={[
{label: 'T-Beam v0.7', value:'0.7'},
{label: 'T-Beam v1.1', value: '1.1'},
{label: 'T-Beam with M8N', value: 'm8n'},
2023-06-03 05:47:22 -07:00
{label: 'T-Beam with M8N & SX1262', value: 'sx1262'},
2023-07-28 16:01:44 -07:00
{label: 'T-Beam S3-Core', value: 's3core'},
{label: 'T-Beam Supreme', value: 'supreme'}
2022-11-08 22:54:05 -08:00
]}>
<TabItem value="0.7">
:::caution Firmware Version Notice
2022-11-29 01:32:25 -08:00
This is an earlier version of the T-Beam board. Due to changes in the design this board uses a specific firmware file different from the other T-Beam boards. This board is no longer in production and not recommended for new purchases.
2022-11-08 22:54:05 -08:00
:::
2023-01-19 05:01:57 -08:00
- **MCU**
2022-11-08 22:54:05 -08:00
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
- Semtech SX1276
- **Frequency options**
2023-01-19 05:01:57 -08:00
- 433 MHz
2022-11-08 22:54:05 -08:00
- 868 MHz
- 915 MHz
- **Navigation Module**
- NEO-6M (GPS receiver)
- **Connectors**
- Micro USB
- Antenna: SMA antenna connector
2023-01-19 05:01:57 -08:00
## Features
2022-11-08 22:54:05 -08:00
- Meshtastic preinstalled
- Power, Program and Reset switches
- Screen sold separately
- No GPS
2023-01-19 05:01:57 -08:00
## Resources
2022-11-08 22:54:05 -08:00
- Firmware file: `firmware-tbeam0.7-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4000469332610.html)
![T-Beam v0.7](/img/hardware/t-beam-v0.7.png)
![T-Beam v0.7 pin map](/img/hardware/t-beam_v0.7_pinmap.jpeg)
</TabItem>
<TabItem value="1.1">
2023-01-19 05:01:57 -08:00
- **MCU**
2022-11-08 22:54:05 -08:00
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
- Semtech SX1276
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- 923 MHz
- **Navigation Module**
- NEO-6M (GPS receiver)
- **Connectors**
- Micro USB
- Antenna: SMA antenna connector
2023-01-19 05:01:57 -08:00
## Features
2022-11-08 22:54:05 -08:00
- Meshtastic preinstalled
- Power, Program and Reset switches
- **Comes with 0.96 inch OLED display** (soldering required to assemble)
2023-01-19 05:01:57 -08:00
## Resources
2022-11-08 22:54:05 -08:00
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4001178678568.html)
2023-11-08 10:19:59 -08:00
- US Distributor - Purchase link: Rokland [No OLED](https://store.rokland.com/products/lilygo-ttgo-t-beam-v1-1-lora-esp32-development-board-wifi-bluetooth-module-gps-neo-6m-sx1276-915mhz-q219?ref=8Bb2mUO5i-jKwt), [OLED](https://store.rokland.com/products/lilygo-ttgo-meshtastic-t-beam-v1-1-esp32-lora-915-mhz-wireless-module-wifi-gps-neo-6m-with-oled-display-soldered-for-arduino-q349)
2022-11-08 22:54:05 -08:00
![TTGO T-Beam v1.1](/img/hardware/t-beam-v1.1.png)
![TTGO T-Beam v1.1 pinmap](/img/hardware/t-beam_v1.1_pinmap.webp)
</TabItem>
<TabItem value="m8n">
2023-01-19 05:01:57 -08:00
- **MCU**
2022-11-08 22:54:05 -08:00
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
- Semtech SX1276
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- 923 MHz
- **Navigation Module**
- **NEO-M8N - GNSS receiver (supports GPS, GLONASS, Galileo, BeiDou)** (better GPS sensitivity)
- **Connectors**
- Micro USB
- Antenna: U.FL antenna connector
2023-01-19 05:01:57 -08:00
## Features
2022-11-08 22:54:05 -08:00
- Meshtastic preinstalled
- Power, Program and Reset switches
- Screen sold separately
2023-01-19 05:01:57 -08:00
## Resources
2022-11-08 22:54:05 -08:00
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
2023-03-13 03:43:34 -07:00
- Purchase link: [AliExpress](https://www.aliexpress.com/item/32889583204.html)
2023-02-01 08:26:45 -08:00
- US Distributor - Purchase link: [Rokland](https://store.rokland.com/products/lilygo-ttgo-t-beam-v1-1-ipex-esp32-lora-915mhz-wifi-wireless-bluetooth-module-gps-neo-m8n-ipex-18650-battery-holder-q107?ref=8Bb2mUO5i-jKwt)
2022-11-08 22:54:05 -08:00
2022-11-09 10:21:08 -08:00
![TTGO T-Beam M8N](/img/hardware/t-beam-m8n.png)
2022-11-08 22:54:05 -08:00
</TabItem>
<TabItem value="sx1262">
2023-01-19 05:01:57 -08:00
- **MCU**
2022-11-08 22:54:05 -08:00
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
- **Semtech SX1262** (improved performance)
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- 923 MHz
- **Navigation Module**
- **NEO-M8N - GNSS receiver (supports GPS, GLONASS, Galileo, BeiDou)** (better GPS sensitivity)
- **Connectors**
- Micro USB
- Antenna: U.FL antenna connector
2023-01-19 05:01:57 -08:00
## Features
2022-11-08 22:54:05 -08:00
- Meshtastic preinstalled
- Power, Program and Reset switches
- Screen sold separately
2023-01-19 05:01:57 -08:00
## Resources
2022-11-08 22:54:05 -08:00
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4001287221970.html)
2023-02-01 08:26:45 -08:00
- US Distributor - Purchase link: [Rokland](https://store.rokland.com/products/lilygo-t-beam-v1-1-neo-m8n-gnss-ipex-lora-sx1262-915mhz-wireless-module-wifi-bluetooth-board-q215?ref=8Bb2mUO5i-jKwt)
2022-11-08 22:54:05 -08:00
2022-11-09 10:21:08 -08:00
![T-Beam M8N & SX1262](/img/hardware/t-beam-sx1262.png)
2022-11-08 22:54:05 -08:00
2023-06-02 11:25:57 -07:00
</TabItem>
2023-07-28 16:01:44 -07:00
<TabItem value = "s3core">
2023-06-02 11:25:57 -07:00
2023-12-12 09:25:28 -08:00
- **MCU**
- ESP32-S3 (WiFi & Bluetooth 5LE)
2023-06-03 05:47:22 -07:00
- **LoRa Transceiver**
- **Semtech SX1262** (improved performance)
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- **Navigation Module**
- **NEO-M10S - GNSS receiver (supports GPS, GLONASS, Galileo, BeiDou)** (better GPS sensitivity)
2023-06-03 05:48:53 -07:00
- **Quectel L76K - (supports GPS, Beidou, GLONASS)** (lower price)
2023-06-03 05:47:22 -07:00
- **Connectors**
- USB-C
- Antenna: U.FL antenna connector
2023-12-12 09:25:28 -08:00
2023-06-03 05:47:22 -07:00
## Features
2023-12-12 09:25:28 -08:00
2023-06-03 05:47:22 -07:00
- SoftRF preinstalled (flashing to Meshtastic required)
2023-07-28 16:01:44 -07:00
- Boot and Reset switches
- Can be used standalone without 'Supreme' daughterboard in a headless configuration
2023-12-12 09:25:28 -08:00
2023-06-03 05:47:22 -07:00
## Resources
2023-06-16 11:06:56 -07:00
2023-12-12 09:25:28 -08:00
- Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin`
- Purchase Link: [AliExpress](https://www.aliexpress.com/item/1005005418286231.html)
2023-06-03 07:35:26 -07:00
2023-07-28 16:01:44 -07:00
![T-Beam S3-Core](/img/hardware/T-BEAM-S3Core.jpg)
2023-06-03 07:35:26 -07:00
2023-06-03 05:47:22 -07:00
</TabItem>
2023-07-28 16:01:44 -07:00
<TabItem value = "supreme">
2023-06-03 05:47:22 -07:00
2023-12-12 09:25:28 -08:00
- **MCU**
- ESP32-S3 (WiFi & Bluetooth 5LE)
2023-06-02 11:25:57 -07:00
- **LoRa Transceiver**
- **Semtech SX1262** (improved performance)
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- **Navigation Module**
- **NEO-M10S - GNSS receiver (supports GPS, GLONASS, Galileo, BeiDou)** (better GPS sensitivity)
2023-06-03 05:48:53 -07:00
- **Quectel L76K - (supports GPS, Beidou, GLONASS)** (lower price)
2023-06-02 11:25:57 -07:00
- **Connectors**
- USB-C
- Antenna: U.FL antenna connector
2023-12-12 09:25:28 -08:00
2023-06-03 05:47:22 -07:00
## Features
2023-12-12 09:25:28 -08:00
2023-07-28 16:01:44 -07:00
- Includes T-Beam S3-Core Module
2023-06-03 05:47:22 -07:00
- SoftRF preinstalled (flashing to Meshtastic required)
2023-07-28 16:01:44 -07:00
- Power, Boot and Reset switches
- 1.3" OLED included
- BME280 Air pressure sensor
- QMI8658 IMU
- QMC6310 Magnetometer
- PCF8563 RTC
- Micro-SD reader (not implemented in Meshtastic)
2023-12-12 09:25:28 -08:00
## Flashing the T-Beam Supreme
If you are having issues flashing the T-Beam Supreme, especially if it's your first attempt, you may need to manually place the device into Espressif's Firmware Download mode. Please follow the process below to do so.
:::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. Unplug the device.
2. Press and hold the BOOT button.
3. Plug device in.
4. 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 "Tbeam S3 Core from the device drop-down.
2023-06-03 05:47:22 -07:00
## Resources
2023-06-16 11:06:56 -07:00
2023-11-23 09:58:38 -08:00
- Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin`
- Purchase links:
- LilyGO Store: [Meshtastic T-Beam 433/868/915/923Mhz](https://www.lilygo.cc/products/t-beam-v1-1-esp32-lora-module)
- AliExpress: [Meshtastic T-Beam 868/915MHz](https://www.aliexpress.com/item/1005005418286231.html)
2023-11-08 09:46:42 -08:00
- US Distributor - Purchase link: Rokland [NEO-M10S](https://store.rokland.com/products/lilygo-t-beam-supreme-esp32-s3-lora-development-board-sx1262-915mhz-gps-l76k-or-u-blox?variant=41051191378003), [Quectel L76K](https://store.rokland.com/products/lilygo-t-beam-supreme-esp32-s3-lora-development-board-sx1262-915mhz-gps-l76k-or-u-blox?variant=41051191345235)
2023-07-28 16:01:44 -07:00
![T-Beam Supreme](/img/hardware/T-BEAM-S3-Supreme.jpg)
2023-06-03 07:35:26 -07:00
2022-11-08 22:54:05 -08:00
</TabItem>
2023-07-28 16:01:44 -07:00
2022-11-10 05:30:22 -08:00
</Tabs>