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'm trying to get a window cover to work, but can't seem to get the communication between attributes to work. I've been able to do this with the on/off cluster but this just doesn't seem to work. Also the examples on github are programmed very differ...
I want to add I2C support to a BLE sample project, in particular BLE_Beacon or BLE_Peripheral_Lite.In CubeMX on non-BLE projects I can select PB6-PB7 for SCL-SDA respectively.In a BLE project there is a clash with TIMER and the I2C code is not genera...
I have been using Seeed-LoRa-E5 github repository for my project. I have added code to send I2C sensor data to the LNS and the device joins and sends data successfully and the code works fine as expected. Now I want to add a timer interrupt and so I ...
I want to work with Lora FHSS. Resources on this subject are limited. \STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_LrFhss. ;I looked at the FHSS example you told me about. This example works in TX mode only. It on...
Hi there! I'm just starting with the B-WL5M-SUBG1 and would like the source code for the program that runs on a newly purchased development board. The documentation says this code is available https://www.st.com/resource/en/data_brief/b-wl5m-subg1.pd...
I have two custom STM32WB55 boards that I initially started with the P2P_Client/Server projects. I have the two devices communicating with each other. Once the communication is established, the notification characteristic is enabled from the P2P_Cl...
We purchased the STM32WL55JC Long Range Module board for a project. This board includes the LoRa E5 HF module. We are considering using LoRa FHSS in our project. Can this motherboard support LoRa FHSS? Does it support? I couldn't find much informatio...
What are the differences between LPTIM and TIM, also doesTIM1,TIM2,TIM16,TIM17 work when the device is in STOP2 mode?
I have configured the ADC in DMA mode to read a single pin for measuring external voltages.However, I’m encountering an issue where the ADC value is measured correctly on the first call, but on subsequent calls to the function, the ADC value does not...
Hi, I want to develop a BLE application on the STM32WB55, but I'm having trouble initializing the BLE stack on CPU2. I call the functions to initialize it (like in the Heart Rate Monitor example), and then I receive an RX_IRQ from the IPCC where inco...