Add WIO-STM32 targets

This commit is contained in:
Thomas Göttgens 2024-09-11 15:38:59 +02:00
parent 4e576be58d
commit ceb1d5d7e4
4 changed files with 110 additions and 0 deletions

View file

@ -22,3 +22,19 @@ 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 doesn't have a file system to store settings. There are no pre-compiled binaries available for this platform. You need to compile yourself and hard-code the desired configuration options. Also, most software-modules are **not** availabe due to size restrains.
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,94 @@
---
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 doesn't have a file system to store settings. There are no pre-compiled binaries available for this platform. You need to compile yourself and hard-code the desired configuration options. Also, most software-modules are **not** availabe due to size restrains.
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