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 ...
HelloAnalyzing the source code of some BLE LLD examples for nucleo stm32wb55 I could see that broadcast is used in Proximity example and unicast in Chat example, for instance. However, I could not understand how to choose between unicast or broadcas...
HelloI would like to dynamically concurrent for BLE and Mac protocols with STM32WB?The protocol stack uses stm32wb5x_BLE_Mac_802_15_4_fw.bin.If you call SHCI_C2_BLE_Init() / SHCI_C2_MAC_802_15_4_Init(), there is no response of the previously called p...
Hi,I have a program running on the M4 core of the STM32WB55 and would like to pass a data buffer to the M0 for transmission over BLE (notification). I'm having a really hard time understanding how to pass the data between the cores and was hoping for...
Hi, I want to application with STM32WB55 mcus. One mcu will be a server with the hrstm application, and the other mcu will be a client and listen to the data and print listening data with uart to the screen. But I couldn't find any sample code as cli...
Hi, I'm trying to adapt ST LORA poing pong example to my own need. To do thaht I'd like to update the code to use specific address for master and slave. For example I'd like to set in source code the address 12000 to master and addresse 13000 to slav...
I want to change the tx-duty cycle when my application is running (from a scheduled downlink for example), I guess i just could replace the define with my own variable, but that would be overwritten as it is outside the user code sections. What is th...
HelloI'm using the NUCLEO-L073RZ board and the I-NUCLEO-LRWAN1 shield. I am trying to register with ChirpStack, but there is a problem.After connecting power, I can check JoinRequest and JoinAccept messages from ChirpStack Application Server.However,...
Hi everyone,I am trying to create a windows pc app to talk to the STM32WB board using the dongle.I want to run some scripts, e.g., write to characteristic, connect, read an etc.I saw that STM32CubeMonitor-RF can already run scripts via some text file...