mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Add Documentation for Seeed WM1110 devices
This commit is contained in:
parent
a3a9992022
commit
fe6a7a524b
108
docs/hardware/devices/seeed-wm1110/index.mdx
Normal file
108
docs/hardware/devices/seeed-wm1110/index.mdx
Normal file
|
@ -0,0 +1,108 @@
|
|||
---
|
||||
id: seeed-wm1110
|
||||
title: Seeed Wio-WM1100
|
||||
sidebar_label: Seeed Wio-WM1100
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
|
||||
|
||||
<Tabs
|
||||
groupId="wm1110"
|
||||
queryString="wm1110"
|
||||
defaultValue="wio-sdk-wm1110"
|
||||
values={[
|
||||
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
|
||||
{label: 'WM110 Trackker', value: 'wio-tracker-wm1110'},
|
||||
]}>
|
||||
|
||||
<TabItem value="wio-sdk-wm1110">
|
||||
|
||||
## Seeed Wio-WM1110 Dev Kit
|
||||
|
||||
:::caution Firmware Version Notice
|
||||
Basic support for this device has only just been added, and not all features work
|
||||
:::
|
||||
|
||||
- **MCU**
|
||||
- Nordic nRF52840 (WiFi & Bluetooth)
|
||||
- **LoRa Transceiver**
|
||||
- Semtech LR1110
|
||||
- **Frequency options**
|
||||
- 868 MHz
|
||||
- 915 MHz
|
||||
- 923 MHz
|
||||
- **Navigation Module**
|
||||
- Semtech LR1110
|
||||
- **Connectors**
|
||||
- USB-C
|
||||
- LoRa Antenna: SMA antenna connector and U.FL/IPEX
|
||||
- GNSS Antenna: RP-SMA antenna connector U.FL/IPEX
|
||||
- NFC Antenna: U.FL/IPEX
|
||||
- GPIO
|
||||
- I2C x1
|
||||
- UART x1
|
||||
- Solar Panel
|
||||
- SWDIO
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
- Temperature and Humidity Sensor (SHT41)
|
||||
- 3-Axis Accelerometer(LIS3DHTR)
|
||||
- Reset switch, power jumpers, 2 configurable buttons
|
||||
- AAA Battery x3
|
||||
- Screen sold separately
|
||||
|
||||
### Resources
|
||||
|
||||
- Firmware file: `firmware-wio-sdk-wm1110-X.X.X.xxxxxxx.bin`
|
||||
- Purchase Links:
|
||||
- International
|
||||
- [Seeed Studio](https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html)
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="wio-tracker-wm1110">
|
||||
|
||||
## Seeed Wio Tracker WM1110
|
||||
|
||||
:::caution Firmware Version Notice
|
||||
Basic support for this device has only just been added, and not all features work
|
||||
:::
|
||||
|
||||
- **MCU**
|
||||
- Nordic nRF52840 (WiFi & Bluetooth)
|
||||
- **LoRa Transceiver**
|
||||
- Semtech LR1110
|
||||
- **Frequency options**
|
||||
- 868 MHz
|
||||
- 915 MHz
|
||||
- 923 MHz
|
||||
- **Navigation Module**
|
||||
- Semtech LR1110
|
||||
- **Connectors**
|
||||
- USB-C
|
||||
- LoRa Antenna: on-board and U.FL/IPEX
|
||||
- GNSS Antenna: on-board and U.FL/IPEX
|
||||
- Grove connectors: ADC x1, 1I2C x1, 1UART x1, Digital x3
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
- Temperature and Humidity Sensor (SHT41)
|
||||
- 3-Axis Accelerometer(LIS3DHTR)
|
||||
- Reset switch, power jumpers
|
||||
- Screen sold separately
|
||||
|
||||
### Resources
|
||||
|
||||
- Firmware file: `firmware-wio-tracker-wm1110-X.X.X.xxxxxxx.bin`
|
||||
- Purchase Links:
|
||||
- International
|
||||
- [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Board-p-5799.html)
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
Loading…
Reference in a new issue