mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
08391be685
The custom.css changes have changed the behaviour of list items, removing the top & bottom margins, so hopefully looking more like a list and less like a group of items spread across the page.
128 lines
3.7 KiB
Plaintext
128 lines
3.7 KiB
Plaintext
---
|
|
id: tbeam
|
|
title: LILYGO® TTGO T-Beam devices
|
|
sidebar_label: LILYGO® T-Beam
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
There are several versions of the T-Beam
|
|
|
|
<Tabs
|
|
groupId="t-beam"
|
|
defaultValue="1.1"
|
|
values={[
|
|
{label: 'T-Beam v1.1', value: '1.1'},
|
|
{label: 'T-Beam with M8N', value: 'm8n'},
|
|
{label: 'T-Beam with M8N & SX1262', value: 'sx1262'},
|
|
{label: 'T-Beam v0.7', value:'0.7'}
|
|
]}>
|
|
<TabItem value="1.1">
|
|
|
|
- Meshtastic pre-installed
|
|
- ESP32 - Wifi & Bluetooth
|
|
- SX1276 - LoRa Transceiver
|
|
- Frequency options:
|
|
- 433 MHz
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- 923 MHz
|
|
- NEO-6M - GPS receiver
|
|
- SMA antenna connector
|
|
- Power, Program and Reset switches
|
|
- **Comes with 0.96 inch OLED display (some soldering required to assemble)**
|
|
|
|
|
|
- Firmware file: `firmware-tbeam-1.x.x.bin`
|
|
- [Purchase link](https://www.aliexpress.com/item/4001178678568.html)
|
|
|
|
[<img alt="LILYGO® TTGO T-Beam Meshtastic" src="/img/hardware/t-beam-meshtastic.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-meshtastic.png)
|
|
<!--[<img alt="LILYGO® TTGO T-Beam v1.1" src="/img/hardware/t-beam-v1.1.png" style={{zoom:'35%'}} />](/img/hardware/t-beam-v1.1.png)-->
|
|
[<img alt="LILYGO® TTGO T-Beam v1.1 pinmap" src="/img/hardware/t-beam_v1.1_pinmap.webp" style={{zoom:'35%'}} />](/img/hardware/t-beam_v1.1_pinmap.webp)
|
|
|
|
|
|
</TabItem>
|
|
<TabItem value="m8n">
|
|
|
|
- ESP32 - Wifi & Bluetooth
|
|
- SX1276 - LoRa Transceiver
|
|
- Frequency options:
|
|
- 433 MHz
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- 923 MHz
|
|
- **NEO-M8N - GPS receiver - better GPS sensitivity**
|
|
- U.FL antenna connector
|
|
- Power, Program and Reset switches
|
|
- Screen sold separately
|
|
|
|
|
|
- Firmware file: `firmware-tbeam-1.x.x.bin`
|
|
- [Purchase link](https://www.aliexpress.com/item/33047631119.html)
|
|
|
|
[<img alt="LILYGO® TTGO T-Beam M8N" src="/img/hardware/t-beam-m8n.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-m8n.png)
|
|
|
|
|
|
</TabItem>
|
|
<TabItem value="sx1262">
|
|
|
|
- ESP32 - Wifi & Bluetooth
|
|
- **SX1262 - LoRa Transceiver - improved performance**
|
|
- Frequency options:
|
|
- 433 MHz
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- 923 MHz
|
|
- **NEO-M8N - GPS receiver - better GPS sensitivity**
|
|
- U.FL antenna connector
|
|
- Power, Program and Reset switches
|
|
- Screen sold separately
|
|
|
|
|
|
- Firmware file: `firmware-tbeam-1.x.x.bin`
|
|
- [Purchase link](https://www.aliexpress.com/item/4001287221970.html)
|
|
|
|
[<img alt="LILYGO® TTGO T-Beam M8N & SX1262" src="/img/hardware/t-beam-sx1262.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-sx1262.png)
|
|
|
|
|
|
</TabItem>
|
|
<TabItem value="0.7">
|
|
|
|
:::note
|
|
This is an earlier version of the T-Beam board, and due to changes in the design in subsequent iterations this board uses a specific firmware file different from the other T-Beam boards.
|
|
|
|
`firmware-tbeam0.7-1.x.x.bin` is the correct firmware. `firmware-tbeam-1.x.x.bin` is incompatible. For all other T-Beam boards `firmware-tbeam-1.x.x.bin` is the correct selection.
|
|
:::
|
|
|
|
- ESP32 - Wifi & Bluetooth
|
|
- SX1276 - LoRa Transceiver
|
|
- Frequency options:
|
|
- 433 MHz
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- NEO-6M - GPS receiver
|
|
- SMA antenna connector
|
|
- Power, Program and Reset switches
|
|
- No GPS
|
|
- Screen sold separately
|
|
|
|
|
|
- Firmware file: `firmware-tbeam0.7-1.x.x.bin`
|
|
- [Purchase link](https://www.aliexpress.com/item/4000469332610.html)
|
|
|
|
[<img alt="LILYGO TTGO T-Beam v0.7" src="/img/hardware/t-beam-v0.7.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-v0.7.png)
|
|
[<img alt="LILYGO TTGO T-Beam v0.7 pinmap" src="/img/hardware/t-beam_v0.7_pinmap.jpeg" style={{zoom:'25%'}} />](/img/hardware/t-beam_v0.7_pinmap.jpeg)
|
|
|
|
</TabItem>
|
|
</Tabs>
|
|
|
|
## Screen
|
|
|
|
- 0.96 inch OLED i<sup>2</sup>c display
|
|
- [Purchase link](https://www.aliexpress.com/item/32922106384.html)
|
|
|
|
|
|
[<img alt="0.96 inch OLED display" src="/img/hardware/screen.png" style={{zoom:'25%'}} />](/img/hardware/screen.png)
|