Lilygo rework (#1682)
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled

* rework TLora boards, reorder and add deprecation notes
* update GPIO section. The pre-allocated Pin 12 is phased out.
add T-Lora C6
* add devices to omnibus index
* mention epaper
This commit is contained in:
Thomas Göttgens 2025-01-18 19:30:56 +01:00 committed by GitHub
parent 1d1eafb41c
commit 1f11331ab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 99 additions and 12 deletions

View file

@ -99,7 +99,8 @@ Inexpensive basic ESP32-based boards.
| [LoRa32 V2.0](./lilygo/lora/?t-lora=v2.0) | ESP32 | SX127x | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 V2.1-1.6](./lilygo/lora/?t-lora=v2.1) | ESP32 | SX127x | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 V2.1-1.8](./lilygo/lora/?t-lora=v2.1-1.8) | ESP32 | SX1280 | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 T3-S3 V1.0](./lilygo/lora/?t-lora=S3-v1) | ESP32-S3 | SX1262<br/>SX1276<br/>SX1280 | 2.4GHz b/g/n | 5.0 | NO |
| [LoRa32 V3.0](./lilygo/lora/?t-lora=v3.0) | ESP32 | SX127x | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 T3-S3 V1.0](./lilygo/lora/?t-lora=S3-v1) | ESP32-S3 | SX1262<br/>SX1276<br/>SX1280<br/>LR1121 | 2.4GHz b/g/n | 5.0 | NO |
### [T-Deck](./lilygo/tdeck/)
@ -115,6 +116,14 @@ Standalone device with screen and keyboard
| :----------------------------- | :------- | :----- | :--: | :-: | :-: |
| [T-Watch S3](./lilygo/twatch/) | ESP32-S3 | SX1262 | YES | 5.0 | NO |
### [T-Lora C6](./lilygo/tlorac6/)
| Name | MCU | Radio | WiFi | BT | GPS |
| :---------------------- | :------- | :----- | :--: | :-: | :-: |
| [T-Lora C6](./lilygo/tlorac6/) | ESP32-C6 | SX1262 | YES | 5.0* | NO |
\* Support for Bluetooth in the ESP32-C6 modules is not yet available in the Meshtastic firmware.
## HELTEC®
### [LoRa 32](./heltec-automation/lora32/)

View file

@ -36,7 +36,8 @@ Inexpensive basic ESP32-based boards.
| [LoRa32 V2.0](./lora/?t-lora=v2.0) | ESP32 | SX127x | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 V2.1-1.6](./lora/?t-lora=v2.1) | ESP32 | SX127x | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 V2.1-1.8](./lora/?t-lora=v2.1-1.8) | ESP32 | SX1280 | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 T3-S3 V1.0](./lora/?t-lora=S3-v1) | ESP32-S3 | SX1262<br/>SX1276<br/>SX1280 | 2.4GHz b/g/n | 5.0 | NO |
| [LoRa32 V3.0](./lora/?t-lora=v3.0) | ESP32 | SX127x + TCXO | 2.4GHz b/g/n | 4.2 | NO |
| [LoRa32 T3-S3](./lora/?t-lora=S3-v1) | ESP32-S3 | SX1262<br/>SX1276<br/>SX1280<br/>LR1121 | 2.4GHz b/g/n | 5.0 | NO |
## [T-Deck](./tdeck/)
@ -52,3 +53,11 @@ Standalone device with screen and keyboard.
| Name | MCU | Radio | WiFi | BT | GPS |
| :---------------------- | :------- | :----- | :--: | :-: | :-: |
| [T-Watch S3](./twatch/) | ESP32-S3 | SX1262 | YES | 5.0 | NO |
## [T-Lora C6](./tlorac6/)
| Name | MCU | Radio | WiFi | BT | GPS |
| :---------------------- | :------- | :----- | :--: | :-: | :-: |
| [T-Lora C6](./tlorac6/) | ESP32-C6 | SX1262 | YES | 5.0* | NO |
\* Support for Bluetooth in the ESP32-C6 modules is not yet available in the Meshtastic firmware.

View file

@ -7,7 +7,7 @@ sidebar_position: 2
## GPIO IO12
For the Lora V2.1-1.6 and V2.1-1.8, Shorting IO12 to ground will progress through the screen pages and/or wake up the device. A simple push switch can be added for this purpose.
For the Lora V2.1-1.8, Shorting IO12 to ground will progress through the screen pages and/or wake up the device. A simple push switch can be added for this purpose.
<img src="/img/hardware/lora32-v2-1.6-button.webp" width="400" align="left" />

View file

@ -13,14 +13,15 @@ Further information on the LILYGO® LoRa devices can be found on LILYGO®'s [Git
<Tabs
groupId="t-lora"
queryString="t-lora"
defaultValue="v1"
defaultValue="S3-v1"
values={[
{label: 'Lora V1', value: 'v1'},
{label: 'Lora V1.3', value: 'v1.3'},
{label: 'Lora V2.0', value: 'v2.0'},
{label: 'Lora T3S3', value:'S3-v1'},
{label: 'Lora V3.0', value:'v3.0'},
{label: 'Lora V2.1-1.6', value:'v2.1'},
{label: 'Lora V2.1-1.8', value:'v2.1-1.8'},
{label: 'Lora T3S3-V1.0', value:'S3-v1'}
{label: 'Lora V2.0', value: 'v2.0'},
{label: 'Lora V1.3', value: 'v1.3'},
{label: 'Lora V1', value: 'v1'}
]}>
<TabItem value="v1">
@ -31,7 +32,7 @@ Not recommended with a battery! These boards contain the wrong component in the
:::
:::caution
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora V2.1-1.6 or Lora T3S3 board.
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
@ -71,7 +72,7 @@ Not recommended with a battery! These boards contain the wrong component in the
:::
:::caution
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora V2.1-1.6 or Lora T3S3 board.
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
@ -109,7 +110,7 @@ Not recommended with a battery! These boards contain the wrong component in the
:::
:::caution
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora V2.1-1.6 or Lora T3S3 board.
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
@ -149,6 +150,10 @@ This board is still in production but for various reasons not recommended for ne
Early versions of these boards contained the wrong component in the LiPo battery charging circuit allowing the battery to be overcharged. Boards purchased after 2021, unless the version is T3_v1.6 20180606, should not have this issue.
:::
:::caution
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
@ -157,6 +162,7 @@ Early versions of these boards contained the wrong component in the LiPo battery
- 433 MHz
- 868 MHz
- 915 MHz
- a variant of this board has a Temperature controlled oscillator (labelled TCXO) for improved frequency stability
- **Connectors**
- Micro USB
- Antenna: SMA antenna connector
@ -193,6 +199,10 @@ Early versions of these boards contained the wrong component in the LiPo battery
## Lora v2.1-1.8
:::caution
This board is still in production but for various reasons not recommended for new purchases or for unattended installations. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
@ -218,15 +228,47 @@ Early versions of these boards contained the wrong component in the LiPo battery
</TabItem>
<TabItem value="v3.0">
## Lora v3.0
:::caution
This board is using a first generation Semtech chip and is therefore not recommended for new purchases. Firmware support is phased out. If in doubt, choose the Lora T3S3 board.
:::
- **MCU**
- ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver**
- Semtech SX127x with TCXO for improved frequency stability
- **Frequency options**
- 433 MHz
- 868 MHz
- 915 MHz
- **Connectors**
- USB-C
- Antenna: IPEX antenna connector
### Features
- Built in 0.96 inch OLED or 2.13 inch E-Paper display
- Power and Reset switches, User Button
- microSD connector
- Solar panel and battery connector, includes solar charging circuit (CN3065)
- QUIIC for UART and I2C each
- No GPS
</TabItem>
<TabItem value="S3-v1">
## Lora T3S3 v1.0
## Lora T3S3 v1.0, v1.1 and v1.2
- **MCU**
- ESP32-S3 (WiFi & Bluetooth)
- **LoRa Transceiver**
- Semtech SX1262
- Semtech SX1276
- Semtach LR1121 (Sub-GHz and LORA_24 dual band)
- Semtech SX1280 with PA (Region LORA_24 worldwide use)
- **Frequency options**
- 868 MHz

View file

@ -0,0 +1,27 @@
---
id: lora
title: LILYGO® T-Lora C6
sidebar_label: T-Lora C6
sidebar_position: 6
---
The T-Lora C6 is a compact, low-cost, and easy-to-use LoRa device. It is based on the ESP32-C6 and SX1262 LoRa transceiver.
## Specifications
- **MCU**
- ESP32-C6 (WiFi & Bluetooth 5 LE)
- **LoRa Transceiver**
- Semtech SX1262
- **Frequency options**
- 915 MHz
- 868 MHz
- **Connectors**
- USB-C
- Antenna: Internal PCB antenna
## Features
- User button and Reset switch
- 3D-printed lid
- no GPS