mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-03 18:07:48 -08:00
109 lines
2.2 KiB
Plaintext
109 lines
2.2 KiB
Plaintext
---
|
||
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, I2C x1, UART 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>
|