fthiebolt / LoRa-boards-stm32duino

stm32duino support for LoRa boards like Heltec LoRa Node L151 and BSFrance stm32l151c8t6
8 stars 0 forks source link
bsfrance lorawan stm32duino stm32l151

LoRa boards stm32duino

stm32duino support for some LoRa boards like

NEWS

Getting started

First of all, you ought to install stm32duino in your Arduino IDE along with STM32CubeProgrammer

https://github.com/stm32duino/Arduino_Core_STM32

Then, run script './deploy.sh' and board will get added to your Arduino boards list :)

Please note that i don't use USB bootloader ... instead i prefer the serial one embedded within each stm32 :) For such behaviour, you just need to activate GPIO0 during powerup/reset procedure.

TODO

a lot ... for example nothing was done to provide USB support ...

Ultimately, my goal is to get rid of this repository and to have thoses boards supported within stm32duino toolchain :)