This commit is contained in:
Thomas Göttgens 2025-03-03 17:35:26 +01:00 committed by GitHub
commit 9010c620b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 108 additions and 0 deletions

View file

@ -24,3 +24,18 @@ nRF52840-based development boards with GPS, and multiple ports to attach sensors
| :----------------------------------------------------------- | :------- | :----- | :--: | :-: | :-: |
| [Seeed Wio-WM1110 Dev Kit](./wm1110?wm1110=wio-sdk-wm1110) | nRF52840 | LR1110 | YES | 5.3 | YES |
| [Seeed Wio Tracker 1110](./wm1110?wm1110=wio-tracker-wm1110) | nRF52840 | LR1110 | YES | 5.3 | YES |
### Wio-E5
STM32WLE5JC, ARM Cortex M4 ultra-low-power MCU, and Long Range SX126X.
:::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!
:::
| Name | MCU | Radio | WiFi | BT | GPS |
| :----------------------------------------------- | :---------- | :----- | :--: | :-: | :-: |
| [Wio-E5 mini Dev Board](./wio-e5?e5=wio-e5-mini) | STM32WLE5JC | SX126X | NO | NO | NO |
| [Wio-E5 Dev Kit](./wio-e5?e5=wio-e5-dev) | STM32WLE5JC | SX126X | NO | NO | NO |

View file

@ -0,0 +1,93 @@
---
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)
![wio-e5-dev](/img/hardware/seeed/sku113990934_0.webp)
</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)
![wio-e5-mini](/img/hardware/seeed/4041615358935_.pic_hd.webp)
</TabItem>
</Tabs>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB