NUCLEO-WBA25CE1 "Bootloader limitation"
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.
Hi, As per UM3610 « section 7.7 », a "Bootloader limitation" has been found in NUCLEO-WBA25CE1. Please refer to "Workaround" section if you are facing this limitation.
Dear all, The X-CUBE-MATTER Expansion Package is now available on our official website following this link MATTER - Matter software expansion for STM32Cube - STMicroelectronics It is a reference implementation for the demonstration of Matter on ST...
Please go and visit our wiki pages where you can find a lot of information on our wireless product families (WB, WBA, WL) and the supported protocols: BLE, Zigbee, Thread, Matter, Lora, ... To begin your technical journey, please start from this top ...
Currently I have decided to use the P-Nucleo WB55 pack that has Nucle 68 WB55RG and a dongle both of which have 2.4 Ghz radio transceivers to facilitate BLE interaction between the wearables. But the dongle does not have a PWM pin using which I could...
I'm very new to this and it would be nice to have someone to talk to and exchange thoughts and get help to navigate STM32CubeWL LoRaWan/Sigfox examples.
Since Friday, generate an example from STM32CubeMX plugin is impossible for STM32WB series. Plugin is looking for a firmware package V1.11.0 which doesn't exist (no release in github repo, and newest tag is v1.10.1)does anyone already experienced thi...
I'm trying to make the "BLE_Beacon" example found inside the "STM32CubeWB" file work with the STM32CubeIDE and the P-NUCLEO WB55 board. The program compiles correctly but I can't see the beacons. Debugging I saw that when it arrives in the UTIL_SEQ_R...
Hi I have two custom boards with stm32wb55 with a external crystal oscillator for the rtc. One device should be the master and the other is the slave. Master should set the rtc for the slave. Is it possible to sync them over ble with a precision of ...
Hi,I am starting a project for the STM32WL using the SubGhz example application.I want to change the content of the subghz application to have my own behavior with my own frames sent and received.If I modify the file and I regenerate code using CubeM...
Hello. What is the value of the internal reference voltage of STM32WB55RGV6 MCU?Is it 1,212 V or 2,048 / 2,5 V?
Hello. What is the exact value of T_coeff_vrefint? I'm planning to use internal reference voltage buffer (VREFBUF) output pin in my application.
Stm32wb BLE callback function: void hci_disconnection_complete_event( uint8_t Status, uint16_t Connection_Handle, uint8_t Reason ){ printf("hci_disconnection_complete_event");}not working.STM32WB use a utility f...