Matter device over thread for STM32WB
Advent of Code 2022 on the Flipper Zero
Arduino Core for STM32WB
This repository is used to explain how to add custom BLE services and characteristics for STM32WB55 and STM32WB15.
[WIP] embedded-hal for the STM32WB family of microcontrollers
This wrapper library enables you to use Hardware-based PWM on STM32F/L/H/G/WB/MP1 boards to create and output PWM to pins. The most important feature is they're purely hardware-based PWM channels. The...
STM32WB55 BLE GATT Server implementation for max data transfer via notification to GATT client
Making work a SX1272MB2xAS shield on a STM32WB55 to mix LoRa/LoRaWAN and BLE.
X-CUBE-AZRTOS-WB (Azure RTOS Software Expansion for STM32Cube) provides a full integration of Microsoft Azure RTOS in the STM32Cube environment for the STM32WB series of microcontrollers.
Example of simple BLE device with a STM32WB55
Print to UART temperature, humidity, and pressure readings from BME280 connected via I2C. Use DMA for I2C RxTx and UART Tx.
Using a TFT touch screen on a STM32WB Nucleo board. Demonstrates ANCS (iPhone) and ANP (Android) notification clients.
A versatile Bluetooth expansion board based on the STM32WB5MMGH6TR module. This board supports multiple communication protocols including I2C, USART, and SPI, making it suitable for a wide range of em...
Advent of Code 2022 in Java & Kotlin