stm32wb
There are 22 repositories under stm32wb topic.
stm32duino/Arduino_Core_STM32
STM32 core support for Arduino
STM32-base/STM32-base-STM32Cube
All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.
khoih-prog/FlashStorage_STM32
The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is also supported now. Useful if the EEPROM is not available or too small. Currently, STM32F/L/H/G/WB/MP1 are supported.
stm32-hotspot/stm32wb-matter-device-over-thread
Matter device over thread for STM32WB
itizir/advent-of-code-2022
Advent of Code 2022 on the Flipper Zero
GrumpyOldPizza/ArduinoCore-stm32wb
Arduino Core for STM32WB
abluethinginthecloud/STM32WB-custom-ble-examples
This repository is used to explain how to add custom BLE services and characteristics for STM32WB55 and STM32WB15.
eupn/stm32wb-hal
[WIP] embedded-hal for the STM32WB family of microcontrollers
spyren/Mecrisp-Cube
Mecrisp-Stellaris Forth for the STM32 Cube ecosystem.
khoih-prog/STM32_PWM
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. Therefore, their executions are very precise and not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other ISR-based or software-based PWM using millis() or micros(). That's necessary if you need to measure some data requiring very high frequency and much better accuracy. PWM feature can now be used.
OliverSwift/LoRa-STM32WB55
Making work a SX1272MB2xAS shield on a STM32WB55 to mix LoRa/LoRaWAN and BLE.
STMicroelectronics/x-cube-azrtos-wb
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.
stm32-hotspot/STM32WB-BLE-Basic-DataThroughput-Server
STM32WB55 BLE GATT Server implementation for max data transfer via notification to GATT client
FedorChervyakov/stm32-bme280
Print to UART temperature, humidity, and pressure readings from BME280 connected via I2C. Use DMA for I2C RxTx and UART Tx.
khoih-prog/STM32_Slow_PWM
This library enables you to use Hardware Timers 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. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware timers, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy. PWM feature can now be used. Max PWM frequency is limited at 1000Hz
OliverSwift/TFT28-105-STM32WB55
Using a TFT touch screen on a STM32WB Nucleo board. Demonstrates ANCS (iPhone) and ANP (Android) notification clients.
xstackman/stm32-wb55-ble-example
Example of simple BLE device with a STM32WB55
Alitastan/NUCLEO-WB15CC-FreeRTOS
Non CMSIS, manual FreeRTOS & Segger SysView implementation on NUCLEO-WB15CC
r0tary/Floor-Heating-IO-Module
Prototype for a floor heating IO Module. That would be able to control 4 zones with TWAs to get to a wanted temperature
onegray/nuttx
Apache NuttX is a mature, real-time embedded operating system (RTOS)
STMicroelectronics/b-wb1m-wpan1-bsp
Provides the B-WB1M-WPAN1 board driver, part of the STM32Cube BSP Component for STM32WB series.