diff --git a/docs/hardware/devices/seeed-studio/index.mdx b/docs/hardware/devices/seeed-studio/index.mdx index cf6dd91c..9c188232 100644 --- a/docs/hardware/devices/seeed-studio/index.mdx +++ b/docs/hardware/devices/seeed-studio/index.mdx @@ -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 | \ No newline at end of file diff --git a/docs/hardware/devices/seeed-studio/wio-e5/index.mdx b/docs/hardware/devices/seeed-studio/wio-e5/index.mdx new file mode 100644 index 00000000..e35fc521 --- /dev/null +++ b/docs/hardware/devices/seeed-studio/wio-e5/index.mdx @@ -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! + +::: + + + + + +## 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) + + + + + +## 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) + + + diff --git a/static/img/hardware/seeed/4041615358935_.pic_hd.webp b/static/img/hardware/seeed/4041615358935_.pic_hd.webp new file mode 100644 index 00000000..62a30221 Binary files /dev/null and b/static/img/hardware/seeed/4041615358935_.pic_hd.webp differ diff --git a/static/img/hardware/seeed/sku113990934_0.webp b/static/img/hardware/seeed/sku113990934_0.webp new file mode 100644 index 00000000..c1ed105e Binary files /dev/null and b/static/img/hardware/seeed/sku113990934_0.webp differ