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 currently using the Seed E5 chip with LoRaWAN. I need to get data from a uart system through the uart2 (Pins PA2 and PA3). If I add in an APP_LOG displaying the data recieved from UART2 in the main while loop, then the uart2 works fine, but if I...
I have created a BLE application using STM32WB5RG BLE stack. Everything works good, I am able to advertise, authenticate & connect to the device. However, my application needs to run with low power. When I put CPU1 & CPU2 in STOP2 mode, I am noticing...
Hello people,I am working on a Project with the stm32wb55 which includes Low Power Modes (Standby) and Bluetooth (BLE).When i turn off the Bluetooth part the controller can simply enter and exit Standbymode by my choice.However if i activate BLE on a...
Hello , I am fairly new to microcontroller programming and sorry if this is a noob question. I have a STM32WB55RG board and I want to learn developing a BLE application. I did an example from STM Workshop (Hands On) and it worked very well. Then i tr...
Hello!I'm trying to use the base OTA firmware updater within the STM32WB github package.For some reason, when I try to use the notify characteristic in my app after an OTA update, the notifications aren't being sent out.Is there something that needs ...
Hi,I am using STM32WB55 USB dongle board as a client and another STM32WB55 USB dongle board as server. I want to send data from server to client using notify characteristic. How to enable notification in the client to receive the data ?
I am trying to use X-Nucleo-BNRG2A1 as a BLE Central Device. My BLE peripheral is based on STM32WB15CC (Which is working fine). On the central code, I am using the central example from CubeIDE. I can scan and see my peripheral. I managed to connect t...
Hi,My board is NUCLEO-WB55RG, connected to host PC by USB(not ST-LINK),I'm trying to switch it between application and dfu,I set board to DFU by modifying option byte in application(nBOOT1=1, nBOOT0/nSWBOOT0 = 0),then use STM32_Programmer_CLI.exe to ...