From cd0ef82c5ec05885e7cb5ab104b5021f7ca136cf Mon Sep 17 00:00:00 2001
From: Jessie219-web <112080869+Jessie219-web@users.noreply.github.com>
Date: Fri, 20 Sep 2024 11:27:19 +0800
Subject: [PATCH 1/2] update T1000-E get started doc
---
.../T1000-E/sensecap_t1000_e.md | 126 ++++++++++++++----
.../T1000-E/t1000_e_intro.md | 21 ++-
.../dual-version.md | 4 +-
3 files changed, 120 insertions(+), 31 deletions(-)
diff --git a/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md b/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
index 613973ee40f4..6d53b45fa9c8 100644
--- a/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
+++ b/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
@@ -11,28 +11,27 @@ last_update:
---
-### Preparation
+## Preparation
Download `Meshtastic` App:
* [IOS App](https://meshtastic.org/docs/category/apple-apps/)
* [Android App](https://meshtastic.org/docs/category/android-app/)
-### Device Connection
-**Check the device name**
+## Get Started
-Visit [Meshtastic Web Flasher](https://flasher.meshtastic.org/).
-Select device: `T1000-E Tracker Card`
-
+### Power on the device
-Click `Open Serial Monitor`, connect the device to your PC, check the serial log, keyword `using nodenum`.
-
-
+Press once to power on the device, there will be a rising melody, and the LED light will stay on for about 1s.
+:::tip
+If the device doesn't respond when you press the button, please charge it first.
+:::
+### Connect via App
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
@@ -41,7 +40,6 @@ import TabItem from '@theme/TabItem';
-
* Select the target device on the Bluetooth panel.
@@ -70,7 +68,10 @@ import TabItem from '@theme/TabItem';
-#### Parameters Configuration
+
+
+
+### Configure the Parameters
@@ -119,7 +120,7 @@ Refer to [LoRa Region by Country](https://meshtastic.org/docs/configuration/regi
Now that you have set the LoRa region on your device, you can continue with configuring any [LoRa Configs](https://meshtastic.org/docs/configuration/radio/lora/) to suit your needs.
-#### Sensor Configuration
+### Sensor Configuration
|Sensor|Description|
|-|-|
@@ -193,29 +194,70 @@ Navigate to `Settings` -> `External Notification` -> Enable `GPIO` -> Set `Outpu
Check [External Notification Config](https://meshtastic.org/docs/configuration/module/external-notification/) for more details.
+:::tip
+After you update the device configuration, the device will restart, which may take some time.
+:::
+
-## Flash firmware
+## Flash Firmware
+
+### Check the Firmware Version
+
+Navigate to `Settings` -> `Firmware Updates`, check the current firmware version.
+
+
### Flash the Application Firmware
-* **Step 1**: Download the firmware
-You may use the [Meshtastic Web Flasher](https://flasher.meshtastic.org/) to download and copy firmware.
+* **Step 1**: Enter DFU mode
+
-Select the device to `Seeed Card Tracker T1000-E` and the latest firmware, and download the `UF2` file.
+
+
+
+
+Visit [Meshtastic Web Flasher](https://flasher.meshtastic.org/).
+
+Connect the device to your PC, select the device to `Seeed Card Tracker T1000-E` and choose the latest firmware, then click `Flash`.
+
+
-
+Click `Enter DFU Mode`, there will be a serial port named `T1000-E xxx` display, click and connect it, the LED will be solid on, and there should be a driver named `T1000-E` display.
-* **Step 2**: Enter DFU mode
-Connect the USB cable to your PC, press and hold the device button, then **quickly** connect the charging cable twice, the LED will be solid on, the device will enter the DFU mode, and there should be a driver named `T1000-E` display.
+
+
+
+
+
+
+
+
+
+
+Connect the USB cable to your PC, press and hold the device button, then **quickly** connect the charging cable twice, the LED will be solid on, and there should be a driver named `T1000-E` display.
+
+
+
+
+
+
+
+* **Step 2**: Download the firmware
+
+
+
+Select the latest firmware, and download the `UF2` file.
+
+
+
-
* **Step 3**:
@@ -226,11 +268,17 @@ Download and Copy UF2 file to the DFU drive. Firmware should be flashed after th
### Flash the Bootloader
-:::danger note
-Not recommended to flash the bootloader unless advised by tech support!
+:::tip note
+Please flash the bootloader if your device:
+- Can not pair with your App
+- No LED
:::
+:::danger note
+When you are flashing the bootloader, please make sure the cable connection is stable and **DO NOT** disconnect it during the flash process.
+:::
+
* [Bootloader download](https://files.seeedstudio.com/wiki/SenseCAP/lorahub/t1000_e_bootloader-0.9.1-5-g488711a_s140_7.3.0.zip)
**Step1: Adafruit-nrfutil Installation**
@@ -324,12 +372,44 @@ Replace the serial port with your device port. Example:
+
+
+
+
+
+
+**Step3: Flash facotry erase**
+
+Click the `trash` symbol.
+
+
+
+Enter DFU Mode, download the erase firmware and copy to the driver.
+
+
+
+
+This process may take some time, please wait until the driver pops up again.
+
+When you have completed the above steps, then you can follow this [step](https://wiki.seeedstudio.com/sensecap_t1000_e/#flash-the-application-firmware) to flash the application firmware.
+
## FAQ
+* **Check the device name**
-* **How to reset the device?**
+Visit [Meshtastic Web Flasher](https://flasher.meshtastic.org/).
+
+Select device: `T1000-E Tracker Card`
+
+
+
+Click `Open Serial Monitor`, connect the device to your PC, check the serial log, keyword `using nodenum`.
+
+
+
+* **How to reboot the device?**
Press and hold the button, then connect the charging cable.
diff --git a/docs/Network/Meshtastic_Network/T1000-E/t1000_e_intro.md b/docs/Network/Meshtastic_Network/T1000-E/t1000_e_intro.md
index d3da782aa9ff..2c63add61ff8 100644
--- a/docs/Network/Meshtastic_Network/T1000-E/t1000_e_intro.md
+++ b/docs/Network/Meshtastic_Network/T1000-E/t1000_e_intro.md
@@ -173,10 +173,19 @@ It is a high-performance tracker designed for Meshtastic, as small as a credit c
### Button
-|Button action|Description|Buzzer|LED|
-|- |- |- |- |
-|Press once|Power on|Rising melody|The led lights up and then flashes quickly|
-|Press twice|Update node/location info|-|-|
-|Press three times|Switch on/off the GPS|-|-|
-|Press and hold for 5s|Power off|Falling melody||
+|Button action|Description|Buzzer|
+|- |- |- |
+|Press once|Power on|Rising melody|
+|Press twice|Update node/location info|-|
+|Press three times|Switch on/off the GPS|-|
+|Press and hold for 5s|Power off|Falling melody|
+
+
+
+### LED
+|Device action|Description|
+|- |- |
+|Power on|Lights up and then flashes quickly|
+|DFU mode|Solid on|
+|Working|Random flashing|
\ No newline at end of file
diff --git a/docs/Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/dual-version.md b/docs/Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/dual-version.md
index 5cb6d4a0a976..f8fe23c85ae9 100644
--- a/docs/Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/dual-version.md
+++ b/docs/Sensor/Wio_Series/Wio_Tracker_1110_Dev_Board/dual-version.md
@@ -617,7 +617,7 @@ To register your Sidewalk endpoint, either use automatic touchless registration
The default is LoRaWAN network, click the `User Button` to switch network.
-
+
### View Message
@@ -1140,4 +1140,4 @@ Navigate to `Geofence collections`, and click `create geofence collection`.
[SWDM016](https://drive.google.com/drive/folders/1vHJVEFgyx4arHHPlSjdMkffVStnTpHqg?usp=sharing)
-[template_lbm_wio_tracker](https://drive.google.com/drive/folders/1Mw96m4--9e5O926HFzhK868hmiP4SNFm?usp=sharing)
\ No newline at end of file
+[template_lbm_wio_tracker](https://drive.google.com/drive/folders/1UVte1UbfFor1remgAcpfmCHSKXvOGyYn)
\ No newline at end of file
From e31149be836b71e3453a2f76cc08684f692c5e7b Mon Sep 17 00:00:00 2001
From: Jessie219-web <112080869+Jessie219-web@users.noreply.github.com>
Date: Fri, 20 Sep 2024 14:20:16 +0800
Subject: [PATCH 2/2] update T1000-E image
---
docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md b/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
index 6d53b45fa9c8..f33319d54200 100644
--- a/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
+++ b/docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
@@ -184,7 +184,7 @@ Navigate to `Settings` -> `External Notification` -> Enable `GPIO` -> Set `Outpu
-
+