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 ...
Dear communityI'm working on a project using STM32WLE5J microcontroller. I would like to collect time from some external source and then keep it on the device. My problem is that the device loses its internal time after waking up from standby (e.g in...
Hi,How can i find the Pin voltage of different Pin of Board P-NUCLEO-WB55-Nucleo(stm32WB55RGVx), Especially the Pins used for UART communication? (Tx and Rx Pin)I didn' find a clear information in the Datasheet of this board:https://www.st.com/resour...
Helle Evryone , I juste wante to modifiy my file no-ota to file ota, i following the video in youtube https://www.youtube.com/watch?v=mRzZOa3jmuM but the problem whene I want to change start adress my application don't work
Hello,I'm using STM32Wb CubeMX HAL FW 1.10.1 and a PNUCLEO-WB55I'd like to get the wireless coprocessor stack version at runtime. I didn't find a HAL API to do this, so I went about it manually using AN5185 as a guide. According to AN5185, the devi...
I am going through the Hands-on2 and Hands-on3 in STM32WB55 MOOC. In the both examples sequencer or simple scheduler is used for the BLE. Inside the while loop I found only the Seq_run() function. I want to learn how the sequencer works. Can anyone ...
Hello,I have a custom PCB using a STM32WB35CCU6A that I'm trying to get Bluetooth up and running. I'm using the latest firmware available at this time: "STM32Cube_FW_WB_V1.10.1".I've been unable to get CPU2 to initialize from my STM32CubeIDE project....
I am building a device that has to register data that is send in BLE beacons. I want to filter this data out of received Advertisement messages. Are there any implementations of this capability that I can learn from? I started from the P2P Client ex...
Hello,I want to implement my own temperature & humidity Zigbee sensor using STM32WB.I can now send and report temperature using zcl.temp.meas.h.In the documentation AN5506, I can read that 47 clusters - and among them Relative humidity measurement cl...
I watched the stm32WB workshop and studied the ble example on the stm32wb55 nucleo board and it worked well.Now I'm trying to test the ble on my custom board, stm32wb35cc, but I didn't do anything.The stm32wb manual found that the stm32wb35 contained...