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 All,Happy New Year.I am trying to get two STM32WL55 Nucleo boards communicating with each other on the 868MHz ISM band. The structure is that one boards sends a message and the other board responds with a reply to the message received from the fi...
Hello,I am working on a new design using the STM32WBA52CGU6. Is it possible for me to use the MLPF-WB55-01E3 to match the antenna impedance? Or what is the output impedance of this MCU?Thank you in advance.
So I have to send some data from a sensor to the LoRa gateaway for my job. The project is more complex, and a designated PCB will be created with an stm32wl55 ic to send lora and another stm ic to process data from some coils. So I need to be able to...
I need to program the Nucleo-wl55jc1 for work to send data via LoRa. I followed the stm tutorials and connected successfully to the lora chirpstack server. The first connection worked fine, but when reseting the nucleo, it gives some nonce error beca...
Hi,I want to ask an infomation about how to correctly insert some custom code in the BLE_Custom example project. I would like to modify the code in order to perform some operations to read a sensor connected to the P-NUCLEO-WB55 through I2C and than ...
I am using the STM32WB55RG nucleo board and am trying to the BLE_HeartRateFreeRTOS example.I have installed two binaries on the coprocessor, the FUS and the BLE_Stack_full_fw according the instructions in the release notes. I confirmed with STM32cube...
What would be the best way to develop firmware on the STM32WB with customized Bluetooth and using an RTOS?When using FreeRTOS, I’m unable to generate custom BLE code in CubeMX, and I’m having difficulty controlling the device’s sleep mode. It seems t...
Hi @STTwo-32Given that the distinguishing feature of STM32WBA52 is BLE and considering that connectivity applications support was removed since SDK V1.2.0, could you please clarify if this implies that there will be no further support for connectivit...
Hello,I am working on a project using the STM32WB55 and its BLE stack. I am trying to implement a custom service with more than three characteristics. However, when I add a fourth characteristic, the function aci_gatt_add_char returns the error code ...
Hello,I have developed BLE HID COMBO example based on existing BLE_HID example for STM32 NUCLEO-WB55RG board to use MOUSE and KEYBOARD as one HID device. Also have added more detail steps for it testing.See project on https://github.com/GS2test/wirel...