Skip to content

Commit

Permalink
Merge pull request #1710 from Jessie219-web/main
Browse files Browse the repository at this point in the history
update T1000-E troubleshooting
  • Loading branch information
limengdu authored Sep 26, 2024
2 parents 63960af + ae279f9 commit 4bfcc0c
Showing 1 changed file with 53 additions and 12 deletions.
65 changes: 53 additions & 12 deletions docs/Network/Meshtastic_Network/T1000-E/sensecap_t1000_e.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Navigate to `Settings` -> `Telemetry(Sensors)` -> Enable sensors.

Navigate to `Settings` -> `External Notification` -> Enable `GPIO` -> Set `Output Pin GPIO`.

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/buzzer-ios.png" alt="pir" width={600} height="auto" /></p>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/buzzer-en.png" alt="pir" width={600} height="auto" /></p>



Expand All @@ -184,7 +184,7 @@ Navigate to `Settings` -> `External Notification` -> Enable `GPIO` -> Set `Outpu



<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/buzzer-en.png" alt="pir" width={500} height="auto" /></p>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/buzzer-an.png" alt="pir" width={500} height="auto" /></p>


</TabItem>
Expand Down Expand Up @@ -224,7 +224,7 @@ Connect the device to your PC, select the device to `Seeed Card Tracker T1000-E`

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/flash-2.png" alt="pir" width={800} height="auto" /></p>

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.
Click `Enter DFU Mode`, there will be a serial port named `T1000-E xxx` display, click and connect it, the green LED will be solid, and there should be a driver named `T1000-E` display.



Expand All @@ -238,9 +238,9 @@ Click `Enter DFU Mode`, there will be a serial port named `T1000-E xxx` display,
<TabItem value="method2" label="Method 2">


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.
Connect the USB cable to your PC, press and hold the device button, then **quickly** connect the charging cable twice, the green LED will be solid, and there should be a driver named `T1000-E` display.

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/dfu2.gif" alt="pir" width={400} height="auto" /></p>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/dfu-mode2.gif" alt="pir" width={600} height="auto" /></p>

</TabItem>
</Tabs>
Expand Down Expand Up @@ -396,22 +396,63 @@ When you have completed the above steps, then you can follow this [step](https:/

## FAQ

* **Check the device name**
* **How to check the device name**


Visit [Meshtastic Web Flasher](https://flasher.meshtastic.org/).<br/>
Visit [Meshtastic Web Flasher](https://flasher.meshtastic.org/).<br/>

Select device: `T1000-E Tracker Card`<br/>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/device-name1.png" alt="pir" width={800} height="auto" /></p>
Select device: `T1000-E Tracker Card`<br/>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/device-name1.png" alt="pir" width={800} height="auto" /></p>


Click `Open Serial Monitor`, connect the device to your PC, check the serial log, keyword `using nodenum`.
Click `Open Serial Monitor`, connect the device to your PC, check the serial log, keyword `using nodenum`.

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/device-name3.png" alt="pir" width={800} height="auto" /></p>
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/device-name3.png" alt="pir" width={800} height="auto" /></p>

* **How to reboot the device?**

Press and hold the button, then connect the charging cable.
Press and hold the button, then connect the charging cable.

## Troubleshooting

### Device never turns on

* Charge the device for 1~2 hours

* Change the charging cable


### Device not responding, no LED

* 1) Device can still enter the DFU mode, then try to [flash the bootloader](https://wiki.seeedstudio.com/sensecap_t1000_e/#flash-the-bootloader).

* 2) Device can not enter DFU mode and no serial port display, please contact the tech support: [email protected]


### Firmware flashing failed



* **No data received on serial port**


<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/no-dfu-device.png" alt="pir" width={500} height="auto" /></p>

Check if the device is in the DFU mode, the green light will be solid when the device is in DFU mode.

* **Can't open serial port**

<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/wrong-port.png" alt="pir" width={500} height="auto" /></p>

Check if the port is correct, or try another port.

### Serial port connection is unstable


* Long press the button for 9s to power off the device, and then press it once to power on the device.






Expand Down

0 comments on commit 4bfcc0c

Please sign in to comment.