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 ...
Hi,We had right the code for NUCLEO-WL55JC1 which is perfectly run. NUCLEO-WL55JC1 is connected with Gateway and send the data successfully to the Gateway according to code. But when we load the same program in our customised board the MCU is not con...
Hi,I'm trying to build a custom BLE application following the "Get Started" videos provided by ST and I want to print the default debug messages on the virtual COM port, as shown in the provided examples (e.g., BLE_Custom). As explained in some tutor...
Hello mate,I have a problem STM32WB55RG, i download BLE_p2pServer firmware to the board and success in stm32cubeide, but board can't run the firmware and i try download with stm32cubeprogrammer and i have same problem.maybe someone can help me..Thank...
Hello team ST,I am working on application, for this application i want to send 251 bytes of the data. currently i am using BLE extended advertising mode for my application with STM32 WBA52CG board. To send this data, I have used BLE_P2P_Server_Ext ...
Hey everyone!I’m developing an IoT device based on the STM32WL5CCU6 which should be able to operate over a wide range of protocols and frequencies. I would like to tune the device to both the 470-510 MHz and the 862-928MHz bands. While at it, I would...
Hi community,I have an application to sample the ADC and go to sleep(STOP2) mode. From the RM0434 got to know that cannot use the ADC/DMA interrupt as a wakeup source to get the ADC converted valuesSo I went with the Polling approach as shown in the ...
I have the following setup:1 STM32WB based device (A) is configured as both master and slave A is connected to up to 4 slave devices (B) I need to implement RTC synchronization over BLE, and my initial approach is following:A smartphone that's connec...
Hi,I have an STM32WB board that is working as a central device. I have several peripheral devices, each with an advertising interval of 10 seconds.As a result, connecting to the devices can take quite some time. Is it possible to scan and receive adv...
Hello, I am following this tutorial, but it is designed for the WB55 and I am using the WB15. I have managed to get the LED task before this one working. However with this task I do not get an output to the App. I have modified the code to have an LE...
Hello, I hope you are doing well.I’ve developed a product using the STM32H573I-DK kit as a reference and the MXCHIP EMW3080 Wi-Fi module. We decided to design our new hardware in such a way that the Wi-Fi module could be connected just like in the de...