Skip to content

Commit

Permalink
Merge branch 'Seeed-Studio:docusaurus-version' into docusaurus-version
Browse files Browse the repository at this point in the history
  • Loading branch information
cure123123 authored Aug 5, 2024
2 parents 889345c + d99626e commit 3b36fa9
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 5 deletions.
29 changes: 25 additions & 4 deletions docs/Network/Meshtastic_Network/sensecap_t1000_e.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,26 @@ last_update:

<p style={{textAlign: 'center'}}><img src="https://media-cdn.seeedstudio.com/media/catalog/product/cache/bb49d3ec4ee05b6f018e93f896b8a25d/5/_/5_10.jpg" alt="pir" width={600} height="auto" /></p>

It is a high-performance tracker designed for Meshtastic, as small as a credit card, effortlessly fitting in your pocket or attaching to your assets. It embeds Semtech's LR1110, Nordic's nRF52840, and Mediatek's AG3335 GPS module, providing Meshtastic users with a high-precision, low-power positioning and communication solution.


<div class="get_one_now_container" style={{textAlign: 'center'}}>
<a class="get_one_now_item" href="https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html">
<strong><span><font color={'FFFFFF'} size={"4"}> Get One Now 🖱️</font></span></strong>
</a>
</div>


It is a high-performance tracker designed for Meshtastic, as small as a credit card, effortlessly fitting in your pocket or attaching to your assets. It embeds Semtech's LR1110, Nordic's nRF52840, and Mediatek's AG3335 GPS module, providing Meshtastic users with a high-precision, low-power positioning and communication solution.
---

:::tip Version Comparison

||Compatible Network|Temperature|Light|Accelerometer|
|--|--|--|--|--|
|[SenseCAP T1000-A](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-A-p-5697.html)|<ul><li>LoRaWAN</li><li>Helium</li></ul>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|
|[SenseCAP T1000-B](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-B-p-5698.html)|<ul><li>LoRaWAN</li><li>Helium</li></ul>|||
|[SenseCAP T1000-E](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html)|<ul><li>Meshtastic</li></ul>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|
:::

### Features

Expand Down Expand Up @@ -187,16 +197,25 @@ Now that you have set the LoRa region on your device, you can continue with conf



## FAQ

* **How to check the device name?**

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>

## Resource
Click `Open Serial Monitor`, connect the device, and you will see the device name.

[Meshtastic Doc](https://meshtastic.org/docs/introduction/)
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/device-name2.png" alt="pir" width={800} height="auto" /></p>




## Resource

[Meshtastic Doc](https://meshtastic.org/docs/introduction/)


## Tech Support & Product Discussion

Expand All @@ -210,4 +229,6 @@ Thank you for choosing our products! We are here to provide you with different s
<div class="button_tech_support_container">
<a href="https://discord.gg/eWkprNDMU7" class="button_discord"></a>
<a href="https://github.com/Seeed-Studio/wiki-documents/discussions/69" class="button_discussion"></a>
</div>
</div>


Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ Navigate to **Tools > Port** and select the serial port name of the connected XI
- **Step 1.** Copy the below code to Arduino IDE

```cpp
// define led according to pin diagram
// define led according to pin diagram in article
int led = D10;
// Blink the onboard charge led
// int led = LED_BUILTIN;

void setup() {
// initialize digital pin led as an output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ last_update:



---

:::tip Version Comparison

||Compatible Network|Temperature|Light|Accelerometer|
|--|--|--|--|--|
|[SenseCAP T1000-A](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-A-p-5697.html)|<ul><li>LoRaWAN</li><li>Helium</li></ul>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|
|[SenseCAP T1000-B](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-B-p-5698.html)|<ul><li>LoRaWAN</li><li>Helium</li></ul>|||
|[SenseCAP T1000-E](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html)|<ul><li>Meshtastic</li></ul>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|<p style={{textAlign: 'center'}}>✅</p>|
:::

## Features

Expand Down
Loading

0 comments on commit 3b36fa9

Please sign in to comment.