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 ...
I am using the STM32WB P-Nucleo board for my development and I want to implement a process to read data from 5 End devices and send it a mobile app. And as per the example given I am able to read and write data and get the update as well on ST BLE To...
HiI debugged the Sigfox AT_Slave example in stmcubeWLv1.3.0 package.All tutorials show how to get the board sigfox credentials through CubeProgrammer software, which once connected with a STM32WL device, shows an extra button called "sigfox credentia...
Hello Team, I am Priya from Illuminen Technologies working as an Embedded Software developer. We are working with STM32WB55CGU7 BLE controller for our application. We need to use this module as client and server with two individual modules. And a...
Hi everyoneI having issues trying to use "CONTEXT_MANAGEMENT_ENABLED " option in LoraWAN examples . I couldn't find "nvmm.h" library. Where can I find it ?.Is this feature fully functional ? Do you have any examples or is it just activate the "defin...
I am using a STM32WB55RCV6 for a BLE project. I did initial development on the NUCLEO-WB55RG development board and it works ok. Ignoring all other functions, the basic feature I am trying to see work is BLE advertising. After moving that code to a cu...
helloI'm working on a STM32WB55 P-NUCLEOI'm trying to make a binary that will self update Wireless stack (WL FWI took inspiration from https://github.com/stm32-hotspot/STM32WB-FUS-Command-Line-Interface.gitthe objective is to embed new FW in a C byte...
I've been doing some BLE development using STM32WB55RG mounted on Nucleo-68 board. Our end product is very space constrained & doesn't need all the headers, switches etc that the board provides.So I took a loser look at what we could save space by re...
STM32WB55RG not showing when using STM BLE Toolbox. In fact NO Bluetooth devices are showing at all.When I use the LightBlue app or scan using the Bleak Python library on my laptop, all discoverable devices are showing, including the STM32WB55RG with...
I'm trying to fix a P-Nucleo-WB55 board using CubeProgrammer.However, the board shows a 0.0.0.0 version of FUS and Stack and I cannot start FUS.I don't know why there is no version because the FUS cannot be deleted forever in the FUS upgrade document...
Hey,I have two problems regarding custom clusters and sleepy end devices. I want to create an SED that periodically sends custom long string messages (via attribute reporting) to a coordinator.1.Question:For this I implemented a custom cluster with a...