meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.37k stars 824 forks source link

[Board]: STM32WL (Seeed Studio Wio-E5) #2539

Open GUVWAF opened 1 year ago

GUVWAF commented 1 year ago

SOC

Other

Lora IC

SX1262 (inside STM32WL)

Product Link

https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html

Description

There is currently a variant of the firmware for this architecture with which the device boots and the radio initializes, but LittleFS is not working. See #2265.

Should be a very low-power device as it uses the same processor as NRF52 (single-core ARM Cortex-M4) running at lower clock frequency, no Bluetooth, and the radio is integrated on the same chip.

geeksville commented 1 year ago

This issue has been mentioned on Meshtastic. There might be relevant details there:

https://meshtastic.discourse.group/t/stm32wl55-mesh-lora/7820/2

samuk commented 8 months ago

Related RAK3172 https://store.rakwireless.com/products/wisduo-lpwan-module-rak3172?variant=40014759297222

Dr-Gandalf commented 5 months ago

Is it really worth to develop this HW? It only has 256kB flash memory, if it ever works, it will be really limited, considering the that other ARM devices compiles to ~600kB binary file. It may be better to implement a stm32wb5mmg + sx1262 https://www.st.com/en/microcontrollers-microprocessors/stm32wb5mmg.html this will have Bluetooth and 1MB flash, just an idea.

thebentern commented 5 months ago

It will be worthwhile as an ultra low-power repeater