standardize t-beam headings and shorten tab names

This commit is contained in:
thomas.ekstrand 2024-01-25 17:41:36 -06:00
parent 0d802c6e80
commit 5fd4f04524

View file

@ -17,16 +17,18 @@ groupId="t-beam"
queryString="t-beam" queryString="t-beam"
defaultValue="sx1262" defaultValue="sx1262"
values={[ values={[
{label: 'T-Beam v0.7', value:'0.7'}, {label: 'v0.7', value:'0.7'},
{label: 'T-Beam v1.1', value: '1.1'}, {label: 'v1.1', value: '1.1'},
{label: 'T-Beam with M8N', value: 'm8n'}, {label: 'M8N', value: 'm8n'},
{label: 'T-Beam with M8N & SX1262', value: 'sx1262'}, {label: 'M8N & SX1262', value: 'sx1262'},
{label: 'T-Beam S3-Core', value: 's3core'}, {label: 'S3-Core', value: 's3core'},
{label: 'T-Beam Supreme', value: 'supreme'} {label: 'Supreme', value: 'supreme'}
]}> ]}>
<TabItem value="0.7"> <TabItem value="0.7">
## T-Beam v0.7
:::caution Firmware Version Notice :::caution Firmware Version Notice
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. 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.
::: :::
@ -45,14 +47,14 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Micro USB - Micro USB
- Antenna: SMA antenna connector - Antenna: SMA antenna connector
## Features ### Features
- Meshtastic preinstalled - Meshtastic preinstalled
- Power, Program and Reset switches - Power, Program and Reset switches
- Screen sold separately - Screen sold separately
- No GPS - No GPS
## Resources ### Resources
- Firmware file: `firmware-tbeam0.7-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam0.7-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4000469332610.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/4000469332610.html)
@ -61,8 +63,11 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
![T-Beam v0.7 pin map](/img/hardware/t-beam_v0.7_pinmap.jpeg) ![T-Beam v0.7 pin map](/img/hardware/t-beam_v0.7_pinmap.jpeg)
</TabItem> </TabItem>
<TabItem value="1.1"> <TabItem value="1.1">
## T-Beam v1.1
- **MCU** - **MCU**
- ESP32 (WiFi & Bluetooth) - ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -78,13 +83,13 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Micro USB - Micro USB
- Antenna: SMA antenna connector - Antenna: SMA antenna connector
## Features ### Features
- Meshtastic preinstalled - Meshtastic preinstalled
- Power, Program and Reset switches - Power, Program and Reset switches
- **Comes with 0.96 inch OLED display** (soldering required to assemble) - **Comes with 0.96 inch OLED display** (soldering required to assemble)
## Resources ### Resources
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4001178678568.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/4001178678568.html)
@ -97,6 +102,8 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
<TabItem value="m8n"> <TabItem value="m8n">
## T-Beam with M8N and 1276
- **MCU** - **MCU**
- ESP32 (WiFi & Bluetooth) - ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -112,13 +119,13 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Micro USB - Micro USB
- Antenna: U.FL antenna connector - Antenna: U.FL antenna connector
## Features ### Features
- Meshtastic preinstalled - Meshtastic preinstalled
- Power, Program and Reset switches - Power, Program and Reset switches
- Screen sold separately - Screen sold separately
## Resources ### Resources
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/32889583204.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/32889583204.html)
@ -127,8 +134,11 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
![TTGO T-Beam M8N](/img/hardware/t-beam-m8n.png) ![TTGO T-Beam M8N](/img/hardware/t-beam-m8n.png)
</TabItem> </TabItem>
<TabItem value="sx1262"> <TabItem value="sx1262">
## T-Beam with M8N and sx1262
- **MCU** - **MCU**
- ESP32 (WiFi & Bluetooth) - ESP32 (WiFi & Bluetooth)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -144,13 +154,13 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- Micro USB - Micro USB
- Antenna: U.FL antenna connector - Antenna: U.FL antenna connector
## Features ### Features
- Meshtastic preinstalled - Meshtastic preinstalled
- Power, Program and Reset switches - Power, Program and Reset switches
- Screen sold separately - Screen sold separately
## Resources ### Resources
- Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-X.X.X.xxxxxxx.bin`
- Purchase link: [AliExpress](https://www.aliexpress.com/item/4001287221970.html) - Purchase link: [AliExpress](https://www.aliexpress.com/item/4001287221970.html)
@ -159,8 +169,11 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
![T-Beam M8N & SX1262](/img/hardware/t-beam-sx1262.png) ![T-Beam M8N & SX1262](/img/hardware/t-beam-sx1262.png)
</TabItem> </TabItem>
<TabItem value = "s3core"> <TabItem value = "s3core">
## T-Beam S3 Core
- **MCU** - **MCU**
- ESP32-S3 (WiFi & Bluetooth 5LE) - ESP32-S3 (WiFi & Bluetooth 5LE)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -176,13 +189,13 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- USB-C - USB-C
- Antenna: U.FL antenna connector - Antenna: U.FL antenna connector
## Features ### Features
- SoftRF preinstalled (flashing to Meshtastic required) - SoftRF preinstalled (flashing to Meshtastic required)
- Boot and Reset switches - Boot and Reset switches
- Can be used standalone without 'Supreme' daughterboard in a headless configuration - Can be used standalone without 'Supreme' daughterboard in a headless configuration
## Resources ### Resources
- Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin`
- Purchase Link: [AliExpress](https://www.aliexpress.com/item/1005005418286231.html) - Purchase Link: [AliExpress](https://www.aliexpress.com/item/1005005418286231.html)
@ -190,8 +203,11 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
![T-Beam S3-Core](/img/hardware/T-BEAM-S3Core.jpg) ![T-Beam S3-Core](/img/hardware/T-BEAM-S3Core.jpg)
</TabItem> </TabItem>
<TabItem value = "supreme"> <TabItem value = "supreme">
## T-Beam Supreme
- **MCU** - **MCU**
- ESP32-S3 (WiFi & Bluetooth 5LE) - ESP32-S3 (WiFi & Bluetooth 5LE)
- **LoRa Transceiver** - **LoRa Transceiver**
@ -207,7 +223,7 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- USB-C - USB-C
- Antenna: U.FL antenna connector - Antenna: U.FL antenna connector
## Features ### Features
- Includes T-Beam S3-Core Module - Includes T-Beam S3-Core Module
- SoftRF preinstalled (flashing to Meshtastic required) - SoftRF preinstalled (flashing to Meshtastic required)
@ -219,7 +235,7 @@ This is an earlier version of the T-Beam board. Due to changes in the design thi
- PCF8563 RTC - PCF8563 RTC
- Micro-SD reader (not implemented in Meshtastic) - Micro-SD reader (not implemented in Meshtastic)
## Flashing the T-Beam Supreme ### Flashing
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. 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.
@ -238,7 +254,7 @@ The following process will manually place the device into the Espressif Firmware
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. 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.
## Resources ### Resources
- Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin` - Firmware file: `firmware-tbeam-s3-core-X.X.X.xxxxxxx.bin`
- Purchase links: - Purchase links: