qqqlab / madflight

Flight Controller for Arduino ESP32 / RP2350 / RP2040 / STM32
https://madflight.com
GNU General Public License v3.0
107 stars 19 forks source link

Is it possible to use STM32WLE5CCU6 (ARM Cortex-M4 + LoRa) chip? #6

Closed happytm closed 8 months ago

happytm commented 8 months ago

This chip has built in lora communication so it may be used for long range RC control.

https://github.com/qqqlab/madflight/files/14320696/stm32wle5cc.1.pdf

Is it possible? Thanks.

qqqlab commented 8 months ago

This chip is supported by stm32duino, so madflight should run on it. See:

https://github.com/stm32duino/Arduino_Core_STM32?tab=readme-ov-file#generic-stm32wl-boards

happytm commented 8 months ago

I see. Thank you.