meshtastic/docs/hardware/devices/seeed-studio/wm1110/index.mdx
rcarteraz fcc74c59ce
Restructure Hardware Pages (#1404)
* hide the mess! (#3)

* initial changes to folder structure

* redirect tests

* fix links

* fix links and redirects

* fix link and remove redirects for now

* fixing more broken links

* updates

* more broken links

* trunk fmt

* really forked something up

* another broken link

* really forked something up

* fixing links again

* LINKS FINALLY FIXED, added missing seeed devices

* stupid vs code

* I really hate vs code

* honestly, I despise vs code

* I want to kick vs code

* All this extra work for what

* spacing

* I really want to curse vs code

* spacing

* spacing

* Renamed folder

* had to go nuclear to fix

* trunk fmt

* add heltec vision master series

* fixing links

* test redirect

* need to rename heltec folder to allow for redirects

* needed to change raspberry-pi to raspberrypi

* oops fix links

* add chatter to index

* redirects -- I think this is comprehensive

* pesky comma

* no

* remove images

* smaller images

* indents and white spaces

* remove weird {" "}

* remove large photo

* add smaller image, use image that wasn't being used
2024-09-02 12:42:29 -07:00

106 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: seeed-wm1110
title: Seeed Wio-WM1100
sidebar_label: Wio-WM1100
sidebar_position: 1
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
<Tabs
groupId="wm1110"
queryString="wm1110"
defaultValue="wio-tracker-wm1110"
values={[
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
{label: 'Wio Tracker 1110', value: 'wio-tracker-wm1110'},
]}>
<TabItem value="wio-sdk-wm1110">
## Seeed Wio-WM1110 Dev Kit
:::note External GPS Required
The LR1110 GNSS functionality does not yet work. Seeed recommends at Grove - GPS (Air530).
:::
- **MCU**
- Nordic nRF52840
- **LoRa Transceiver**
- Semtech LR1110
- **Frequency options**
- 868 MHz
- 915 MHz
- 923 MHz
- **Navigation Module**
- Grove GPS Air530 (Supports GPS, Beidou, Glonass, Galileo, QZSS, SBAS)
- **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)
![wio-wm1110-dev-kit](/img/hardware/seeed/wio-wm1110-dev-kit-font.webp)
</TabItem>
<TabItem value="wio-tracker-wm1110">
## Wio Tracker 1110 Dev Kit for Meshtastic
- **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-Kit-for-Meshtastic.html)
![wio-tracker-1110-dev-kit](/img/hardware/seeed/wio-tracker-1110-dev-kit.webp)
</TabItem>
</Tabs>