diff --git a/docs/hardware/devices/lora/enclosures.mdx b/docs/hardware/devices/lora/enclosures.mdx index 5034c8a3..3013df40 100644 --- a/docs/hardware/devices/lora/enclosures.mdx +++ b/docs/hardware/devices/lora/enclosures.mdx @@ -9,7 +9,7 @@ import Tropho from '/img/enclosures/3dp-tropho-lora32.png'; ## Created by tropho/TonyG -### TTGO LoRa32 v2.1.1.6 Case +### TTGO LoRa32 v2.1.1.6 Case (will also fit the SX1280/v2.1.1.8 variety) Download from [Printables](https://www.printables.com/model/131389-ttgo-lora32-v2116-case-for-meshtastic) or purchase from the creator's [Etsy Store](https://www.etsy.com/listing/1285837219/ttgo-lora-21-16-case). diff --git a/docs/hardware/devices/lora/gpio.mdx b/docs/hardware/devices/lora/gpio.mdx index 54660467..fa1009ff 100644 --- a/docs/hardware/devices/lora/gpio.mdx +++ b/docs/hardware/devices/lora/gpio.mdx @@ -7,7 +7,7 @@ sidebar_position: 4 ## GPIO IO12 -For the Lora V2.1-1.6, 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.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. diff --git a/docs/hardware/devices/lora/index.mdx b/docs/hardware/devices/lora/index.mdx index 99130ba3..01b91105 100644 --- a/docs/hardware/devices/lora/index.mdx +++ b/docs/hardware/devices/lora/index.mdx @@ -17,7 +17,9 @@ values={[ {label: 'Lora V1', value: 'v1'}, {label: 'Lora V1.3', value: 'v1.3'}, {label: 'Lora V2.0', value: 'v2.0'}, -{label: 'Lora V2.1-1.6', value:'v2.1'} +{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'} ]}> @@ -26,7 +28,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 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 V2.1-1.6 or Lora T3S3 board. ::: - **MCU** @@ -58,7 +60,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 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 V2.1-1.6 or Lora T3S3 board. ::: - **MCU** @@ -90,7 +92,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 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 V2.1-1.6 or Lora T3S3 board. ::: - **MCU** @@ -151,4 +153,60 @@ Early versions of some of these boards contained the wrong component in the LiPo ![TTGO Lora V2.1-1.6](/img/hardware/lora-v2.1-1.6.png) + + + +- **MCU** + - ESP32 (WiFi & Bluetooth) +- **LoRa Transceiver** + - Semtech SX1280 (Region LORA_24 worldwide use) +- **Frequency options** + - 2.4 GHz +- **Connectors** + - USB-C + - Antenna: SMA antenna connector + +**Features** +- Built in 0.96 inch OLED display +- Power and Reset switches +- microSD connector +- No GPS + +**Resources** +- Firmware file: `firmware-tlora-v2-1-1.8-X.X.X.xxxxxxx.bin` +- Purchase link: [Banggood](https://www.banggood.com/LILYGO-LORA-H570-V1_8-SX1280-ESP32-2_4G-Smart-WiFi-bluetooth-Wireless-Module-0_96inch-OLED-Display-Development-Board-with-Antenna-Type-C-p-1969395.html) + + +![TTGO Lora V2.1-1.8](/img/hardware/lora-v2.1-1.8.jpg) + + + + +- **MCU** + - ESP32-S3 (WiFi & Bluetooth) +- **LoRa Transceiver** + - Semtech SX1262 + - Semtech 1276 + - Semtech SX1280 with PA (Region LORA_24 worldwide use) +- **Frequency options** + - 868 MHz + - 915 MHz + - 2.4 GHz +- **Connectors** + - USB-C + - Antenna: SMA antenna connector + +**Features** +- Built in 0.96 inch OLED display +- Power and Reset switches, Boot / User Button +- microSD connector +- No GPS + +**Resources** +- Firmware file: `firmware-tlora-t3s3-v1.xxxxxxx.bin` +- Purchase link: [AliExpress](https://www.aliexpress.com/item/1005004627139838.html) + +![TTGO Lora T3S3 V1](/img/hardware/lora-t3s3.jpg) + + diff --git a/static/img/hardware/lora-t3s3.jpg b/static/img/hardware/lora-t3s3.jpg new file mode 100644 index 00000000..3e64e50a Binary files /dev/null and b/static/img/hardware/lora-t3s3.jpg differ diff --git a/static/img/hardware/lora-v2.1-1.8.jpg b/static/img/hardware/lora-v2.1-1.8.jpg new file mode 100644 index 00000000..60a31c17 Binary files /dev/null and b/static/img/hardware/lora-v2.1-1.8.jpg differ