mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
94 lines
1.9 KiB
Plaintext
94 lines
1.9 KiB
Plaintext
---
|
|
id: seeed-wio-e5
|
|
title: Seeed Wio-E5
|
|
sidebar_label: Wio-E5
|
|
sidebar_position: 1
|
|
---
|
|
|
|
import Tabs from "@theme/Tabs";
|
|
import TabItem from "@theme/TabItem";
|
|
|
|
:::caution
|
|
|
|
The STM32WL platform lacks sufficient RAM to run the full Meshtatic firmware and does not have a file system for storing settings. Additionally, there are no pre-compiled binaries available for this platform; you must compile the firmware yourself and hard-code the desired configuration options. Moreover, many software modules are not available due to size constraints. Please note that this architecture is still considered experimental!
|
|
|
|
:::
|
|
|
|
<Tabs
|
|
groupId="e5"
|
|
queryString="e5"
|
|
defaultValue="wio-e5-dev"
|
|
values={[
|
|
{label: 'Wio-E5 Dev Kit', value:'wio-e5-dev'},
|
|
{label: 'Wio-E5 mini Dev Board', value: 'wio-e5-mini'},
|
|
]}>
|
|
|
|
<TabItem value="wio-e5-dev">
|
|
|
|
## Seeed Wio-E5 Dev Kit
|
|
|
|
- **MCU**
|
|
- STM32WLE5JC
|
|
- **LoRa Transceiver**
|
|
- Semtech SX1262
|
|
- **Frequency options**
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- 923 MHz
|
|
- **Connectors**
|
|
- USB-C
|
|
- LoRa Antenna: SMA antenna connector and U.FL/IPEX
|
|
- GPIO
|
|
- I2C x2
|
|
- UART x1
|
|
- RS 485
|
|
- Battery
|
|
- SWDIO
|
|
|
|
### Features
|
|
|
|
- Temperature and Humidity Sensor (NXP LM75ADP)
|
|
- Reset switch, power jumpers, button
|
|
|
|
### Resources
|
|
|
|
- Purchase Links:
|
|
- International
|
|
- [Seeed Studio](https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html)
|
|
|
|

|
|
|
|
</TabItem>
|
|
|
|
<TabItem value="wio-e5-mini">
|
|
|
|
## Wio E5 mini Dev Board
|
|
|
|
- **MCU**
|
|
- STM32WLE5JC
|
|
- **LoRa Transceiver**
|
|
- Semtech SX1262
|
|
- **Frequency options**
|
|
- 868 MHz
|
|
- 915 MHz
|
|
- 923 MHz
|
|
- **Connectors**
|
|
- USB-C
|
|
- LoRa Antenna: SMA antenna connector and U.FL/IPEX
|
|
- GPIO
|
|
|
|
### Features
|
|
|
|
- Reset switch, power jumpers, button
|
|
|
|
### Resources
|
|
|
|
- Purchase Links:
|
|
- International
|
|
- [Seeed Studio](https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html)
|
|
|
|

|
|
|
|
</TabItem>
|
|
</Tabs>
|