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 ...
HiI am trying to install STM32CubeWB from STM32CubeMX by following YouTube "STM32WB Getting Started Series: Part 3, Tools Install". After clicking "INSTALL/REMOVER" button, I got message "The Updater is already in use and checking the server. Please ...
I am trying to build an embedded provisioner for the stm32wb5m, but i am not able to find an unprovisioned device.I am using the example "BLE_MeshLightingProvisioner" for the WB55 nucleo Board as reference.The Initialization of the STM32WB and the co...
Hi, following your DS, LoRa PER = 1%. While RF examination, for BW= 125KHz and SF=7, the sensitivity of the micro controller is around -125dBm for PER = 1%. When we change the value of SF to 12, the sensitivity should change to -138dBm but in reali...
Hello,I am using I-NUCLEO-LRWAN1 development kit for LoRa setup. I have interfaced that setup with USB module and I am trying to communicate it using X-CTU. When I start the module the module sends #, but it's not responding to AT<CR>. I have attache...
Hi,I need to write some config data to the flash and tried to start from the example FLASH_EraseProgram for NUCLEOWB15. But I got problems already when running the example without any modification. My setup:NUCLEO-WB15CC boardFLASH_EraseProgram witho...
Hello, I am using a p-Nucleo-wb55. I would need to get data from vbat channel and the internal temperature channel. I used the example for internal temperature and it works but I am not able to add the reading of vbat value. Am I supposed to use one ...
I looked into the radio_driver.h library, Radiolorabandwidths enum there is enumeration of lora bandwidths but the value assigned seems to be random with respect to RM0453 document on Bandwidth on lora. Is the library is correct or need modification?
Hello everyone,I want to migrate my existing TCP-WLAN based MCU application which acts as a data server with a proprietary protocol. The application comes very close to standard Posix TCP handling. Each connection is handled by a separate thread that...