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 have managed to build the STM32WB Zigbee example applications using Atollic TrueStudio after some massaging. When I program the STM32WB Nucleo board with the binaries that I build, however, the program enters a hardfault when it calls into the prov...
I have a struct defined as:struct sendIP_struct { char node_type[12]; char description[8]; uint32_t uid; } msgSendMyIP = { .node_type = NODE_TYPE, .description = NODE_DESCRIPTION, .uid = 0 };I take this struct and append it to a thread response me...
Hi, i am trying to get familiar with stm32wb55 BLE functionality. As a part of it, i tried with Hear rate profile application example. when i run this application, i am able to pair with ST BLE Profiles mobile app successfully. How ever when i tried...
When generating project with BLE "Utilities" folder is marked "Exclude resource from build" but it is necessary for project to compile.
Hello there.I have been trying to send some data over BLE, but am facing some challenges. When I use TEMPLATE_STM_App_Update_Char();function to transmit something, it throws a hard fault. The BLE seems to be initialized properly, and is advertising a...
Hello Everyone,I've been messing with the OpenThread API for the last few days and I have been scratching my head on trying to get the mesh local EID IPV6 address using the API. So when running CLI CMD example application, after connecting the nodes,...
Hello,I develop on both Nucleo-WB55 and my own board with STM32WB55CG.When I use the Nucleo, everything works fine.When I use my own baord, I see the device in my smartphone application but I can't connect.I began to dig in and I found that when I us...
Greetings,We're looking into the low power modes of the STM32WB. Our measured consumption in Stop2 on our custom PCBA is very close to the expected value. However, in reset (holding the reset button), the MCU is not drawing what we'd expect.For com...
Hi everyone,I'm currently working on a STM32WB dongle with an OpenThread MTD co-processor: I've started by modifing the example Thread_SED_Coap_Multicast from package STM32Cube_FW_WB_V1.1.1.I can correctly going in full low power mode (CFG_FULL_LOW_P...