2024-06-30 02:40:58 -07:00
---
id: seeed-wm1110
title: Seeed Wio-WM1100
2024-09-02 12:42:29 -07:00
sidebar_label: Wio-WM1100
sidebar_position: 1
2024-06-30 02:40:58 -07:00
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
2024-11-05 10:54:30 -08:00
:::warning[Note]
Currently, LR1110 radios are unable to receive Meshtastic packets from the older SX127x radios. Semtech is aware of this issue, and we're hopeful they'll provide a solution soon.
:::
2024-06-30 02:40:58 -07:00
<Tabs
groupId="wm1110"
queryString="wm1110"
2024-07-13 04:25:32 -07:00
defaultValue="wio-tracker-wm1110"
2024-06-30 02:40:58 -07:00
values={[
{label: 'WM110 Dev Kit', value:'wio-sdk-wm1110'},
2024-07-13 04:25:32 -07:00
{label: 'Wio Tracker 1110', value: 'wio-tracker-wm1110'},
2024-06-30 02:40:58 -07:00
]}>
<TabItem value="wio-sdk-wm1110">
## Seeed Wio-WM1110 Dev Kit
2024-07-13 04:25:32 -07:00
:::note External GPS Required
The LR1110 GNSS functionality does not yet work. Seeed recommends at Grove - GPS (Air530).
2024-06-30 02:40:58 -07:00
:::
- **MCU**
2024-09-02 12:42:29 -07:00
- Nordic nRF52840
2024-06-30 02:40:58 -07:00
- **LoRa Transceiver**
- Semtech LR1110
- **Frequency options**
- 868 MHz
- 915 MHz
- 923 MHz
- **Navigation Module**
2024-09-02 12:42:29 -07:00
- Grove GPS Air530 (Supports GPS, Beidou, Glonass, Galileo, QZSS, SBAS)
2024-06-30 02:40:58 -07:00
- **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)
2024-07-13 10:47:20 -07:00
![wio-wm1110-dev-kit](/img/hardware/seeed/wio-wm1110-dev-kit-font.webp)
2024-06-30 02:40:58 -07:00
</TabItem>
<TabItem value="wio-tracker-wm1110">
2024-07-13 04:25:32 -07:00
## Wio Tracker 1110 Dev Kit for Meshtastic
2024-06-30 02:40:58 -07:00
- **MCU**
2024-09-14 08:01:23 -07:00
- Nordic nRF52840 (BLE 5.3)
2024-06-30 02:40:58 -07:00
- **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
2024-06-30 02:44:57 -07:00
- Grove connectors: ADC x1, I2C x1, UART x1, Digital x3
2024-06-30 02:40:58 -07:00
### 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
2024-07-13 04:25:32 -07:00
- [Seeed Studio](https://www.seeedstudio.com/Wio-Tracker-1110-Dev-Kit-for-Meshtastic.html)
2024-06-30 02:40:58 -07:00
2024-07-13 10:47:20 -07:00
![wio-tracker-1110-dev-kit](/img/hardware/seeed/wio-tracker-1110-dev-kit.webp)
2024-06-30 02:40:58 -07:00
</TabItem>
</Tabs>