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 ...
Hello! I am trying to get Wireless Firmware Upgrade to work on an STM32WB5MMG.I have managed to get it working with the example project in the STM32WB repository.This is FUS information: When I flash this project onto the device with STM32CubeIDE, I ...
Hi,I am trying to transfer 2k bytes data every a while (20s for example) from BlueNRG-LP to my computer with one connection event. the 2KB data is divided into 5 chunks (data packets), which means 5 data packets contain a complete data set. After I ...
Board: STM32WB55Software: STM32CubeIDEBackground: I am experimenting with a Custom Bootloader to enable USB and BLE updates to my firmware. I'm getting the IDE to export .bin and .hex files on build, so I can pass my main application into the bootloa...
Hi all,Is it possible to setup the radio on the STM32WL5x to sniff raw wireless M-bus packages?I do not want to transmit any data, just receive raw packages from meters that are in range.Thank you in advance.
Hi,I would like to program the NUCLEO-WL55J1 as a w-MBus concentrator. Getting data from nearby w-MBus sensors and pass it on to the cloud, while I still have the option to switch to LoRa for data transmitting.Do any of you have an example project, o...
Hi all, I am working on the stm32wb55 with stack 1.16.Now I am not sure If its a new issue or just something I noticed recently, but I get 0x0A error when I both:1. Discover Primary Services.2. Discover characteristics of the service. ( I give the co...
Hi,Just wondering in the throughput example provided in the BlueNRG-LP_LPS DK 1.3.0, why a timer is needed in the APP_Tick in throughput.c file. I also noticed in other examples such as SensorDemo project, there is also a timer set for the sensors. C...
There some limitations/issues with the generation of the LoRaWAN/Target/radio_conf.hThe template radio_conf_h.ftl is hard coding key values in a way that does not preserve user set values.The following lines are of concern:#define XTAL_DEFAULT_CAP_VA...
I just started using the stm32cubemx tool and I want to make an application with a STM32WL55 which only wakes up once every day and exchanges one simple LoRa class A message. I need to use as little power as possible. I get the impression that the le...