A collection of Arduino (PlatformIO) sample projects for the STM32WB55 microcontroller. This repository demonstrates various features such as LED control, button input, BLE communication, sensors, ...
Create a virtualenv. Samples are compatible with Python 3.6+. python3 -m venv env source env/bin/activate Install the dependencies needed to run the samples.