From 0aeeb2667f9c8e634cae4c36d7471638fe4b7254 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sat, 15 May 2021 19:48:24 -0600 Subject: [PATCH 1/5] added tbeam 0.7 admonition --- .../docs/getting-started/flashing-firmware.md | 6 +++++ website/docs/hardware/tbeam.md | 27 +++++++++++-------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/website/docs/getting-started/flashing-firmware.md b/website/docs/getting-started/flashing-firmware.md index 8921dc04..b4f079e4 100644 --- a/website/docs/getting-started/flashing-firmware.md +++ b/website/docs/getting-started/flashing-firmware.md @@ -62,6 +62,12 @@ Prebuilt binaries for the supported radios are available in our releases. Your i | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | +:::note +The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board 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](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. +::: + ## Command Line Interface Instructions diff --git a/website/docs/hardware/tbeam.md b/website/docs/hardware/tbeam.md index 61c35a61..7c2e6b55 100644 --- a/website/docs/hardware/tbeam.md +++ b/website/docs/hardware/tbeam.md @@ -11,8 +11,8 @@ sidebar_label: LILYGO® T-Beam * SX1276 - LoRa Transceiver * Frequency options: * 433 MHz - * 868 MHz - * 915 MHz + * 868 MHz + * 915 MHz * 923 MHz * NEO-6M - GPS receiver * SMA antenna connector @@ -27,12 +27,17 @@ sidebar_label: LILYGO® T-Beam ## T-Beam - v0.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 Tranceiver * Frequency options: - * 868 MHz - * 915 MHz + * 868 MHz + * 915 MHz * NEO-6M - GPS receiver * SMA antenna connector * Power, Program and Reset switches @@ -51,8 +56,8 @@ sidebar_label: LILYGO® T-Beam * SX1276 - LoRa Transceiver * Frequency options: * 433 MHz - * 868 MHz - * 915 MHz + * 868 MHz + * 915 MHz * 923 MHz * NEO-6M - GPS receiver * SMA antenna connector @@ -71,8 +76,8 @@ sidebar_label: LILYGO® T-Beam * SX1276 - LoRa Transceiver * Frequency options: * 433 MHz - * 868 MHz - * 915 MHz + * 868 MHz + * 915 MHz * 923 MHz * NEO-M8N - GPS receiver - better GPS sensitivity * U.FL antenna connector @@ -91,8 +96,8 @@ sidebar_label: LILYGO® T-Beam * SX1262 - LoRa Transceiver - improved performance * Frequency options: * 433 MHz - * 868 MHz - * 915 MHz + * 868 MHz + * 915 MHz * 923 MHz * NEO-M8N - GPS receiver - better GPS sensitivity * U.FL antenna connector @@ -110,4 +115,4 @@ sidebar_label: LILYGO® T-Beam * 0.96 inch OLED i2c display * [Purchase link](https://www.aliexpress.com/item/32922106384.html) -[0.96 inch OLED display](/img/hardware/screen.png) \ No newline at end of file +[0.96 inch OLED display](/img/hardware/screen.png) From 2b4570f2130aae53ab5e3c269e5d25d4059b4059 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sat, 15 May 2021 19:51:03 -0600 Subject: [PATCH 2/5] added tbeam 0.7 admonition --- website/docs/getting-started/getting_started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/getting-started/getting_started.md b/website/docs/getting-started/getting_started.md index 4140a7ea..e819825c 100644 --- a/website/docs/getting-started/getting_started.md +++ b/website/docs/getting-started/getting_started.md @@ -25,6 +25,12 @@ Prebuilt binaries for the supported radios are available in our releases. Your i | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | +:::note +The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board 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](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. +::: + ## Flashing Firmware If your device already has Meshtastic flashed to it, You can update it over the air (OTA). Otherwise you'll need a computer and a **data** USB cable. This can be done in the following ways: From 1f05cb8a104cfd9b87691ea8d45b8495afe6e3ba Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sat, 15 May 2021 20:01:20 -0600 Subject: [PATCH 3/5] fix --- website/docs/getting-started/flashing-firmware.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/getting-started/flashing-firmware.md b/website/docs/getting-started/flashing-firmware.md index b4f079e4..faa693a5 100644 --- a/website/docs/getting-started/flashing-firmware.md +++ b/website/docs/getting-started/flashing-firmware.md @@ -68,7 +68,6 @@ The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board is an earlier ve `firmware-tbeam0.7-1.x.x.bin` is the correct firmware. `firmware-tbeam-1.x.x.bin` is incompatible. For all other [T-Beam](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. ::: - ## Command Line Interface Instructions ### Install Prerequisite Software From a23cfc6705516eaf866611d6155e060801a0c696 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sat, 15 May 2021 20:26:32 -0600 Subject: [PATCH 4/5] revert commits --- website/docs/getting-started/flashing-firmware.md | 1 - website/docs/getting-started/getting_started.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/website/docs/getting-started/flashing-firmware.md b/website/docs/getting-started/flashing-firmware.md index b4f079e4..faa693a5 100644 --- a/website/docs/getting-started/flashing-firmware.md +++ b/website/docs/getting-started/flashing-firmware.md @@ -68,7 +68,6 @@ The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board is an earlier ve `firmware-tbeam0.7-1.x.x.bin` is the correct firmware. `firmware-tbeam-1.x.x.bin` is incompatible. For all other [T-Beam](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. ::: - ## Command Line Interface Instructions ### Install Prerequisite Software diff --git a/website/docs/getting-started/getting_started.md b/website/docs/getting-started/getting_started.md index 4140a7ea..e819825c 100644 --- a/website/docs/getting-started/getting_started.md +++ b/website/docs/getting-started/getting_started.md @@ -25,6 +25,12 @@ Prebuilt binaries for the supported radios are available in our releases. Your i | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | +:::note +The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board 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](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. +::: + ## Flashing Firmware If your device already has Meshtastic flashed to it, You can update it over the air (OTA). Otherwise you'll need a computer and a **data** USB cable. This can be done in the following ways: From 6c4ae21b9ef5681fc902c65811fbf366f6f1e9a3 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Sat, 15 May 2021 20:29:35 -0600 Subject: [PATCH 5/5] remove admontion from overview --- website/docs/getting-started/getting_started.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/docs/getting-started/getting_started.md b/website/docs/getting-started/getting_started.md index e819825c..4140a7ea 100644 --- a/website/docs/getting-started/getting_started.md +++ b/website/docs/getting-started/getting_started.md @@ -25,12 +25,6 @@ Prebuilt binaries for the supported radios are available in our releases. Your i | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | -:::note -The [T-Beam 0.7](../hardware/tbeam-hardware#t-beam---v07) board 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](../hardware/tbeam-hardware) boards `firmware-tbeam-1.x.x.bin` is the correct selection. -::: - ## Flashing Firmware If your device already has Meshtastic flashed to it, You can update it over the air (OTA). Otherwise you'll need a computer and a **data** USB cable. This can be done in the following ways: