Repository navigation

#

stm32wb

All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.

C
64
1 年前

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.

C
42
3 年前

Mecrisp-Stellaris Forth for the STM32 Cube ecosystem.

C
23
1 个月前

This repository is used to explain how to add custom BLE services and characteristics for STM32WB55 and STM32WB15.

C
20
2 年前

[WIP] embedded-hal for the STM32WB family of microcontrollers

Rust
20
4 年前

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.

C
13
3 年前

STM32WB55 BLE GATT Server implementation for max data transfer via notification to GATT client

C
9
3 年前

Making work a SX1272MB2xAS shield on a STM32WB55 to mix LoRa/LoRaWAN and BLE.

C
9
2 年前

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.

C
9
2 年前

Example of simple BLE device with a STM32WB55

C
6
2 年前

Print to UART temperature, humidity, and pressure readings from BME280 connected via I2C. Use DMA for I2C RxTx and UART Tx.

C
4
6 年前

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

C
2
3 年前

Using a TFT touch screen on a STM32WB Nucleo board. Demonstrates ANCS (iPhone) and ANP (Android) notification clients.

C
2
8 个月前

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 embedded projects. It provides wireless connectivity and serves as an ideal solution for integrating Bluetooth functionality into various systems.

0
4 个月前