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 ...
Hello,I want to use STM32WB55 with Zephyr to communicate via openthread network. Which FW Version of co-processor is working. I want to use stm32wb_Thread_FTD_fw.bin as co-processor FW. On: github.com/zephyrproject-rtos/zephyr/issues/47991 is said th...
Hello I set the variable uint8_t test as test = test + 1 in main.cand send this variable via BLE in p2p_server_app.c to PC with next command P2PS_STM_App_Update_Char(P2P_NOTIFY_CHAR_UUID, (uint8_t *) (&local));Also, set it in main.h extern uint8_t...
I am using the "BLE_DataThroughput" sample code on Nucleo-WB55RG, and sending 240 bytes to Windows 11. I am experiencing extreme data packet drop.
Hi,im using a loRawan module based on STM32WLE5 chip.i would like to know how i can save an event to reTx it on the next uplink when i have my gateway off or during a blackout . im trying not to lose info .my Tx duty cycle is every 90 minutes or on b...
Hello everyone,I'm currently facing a problem with my STM32WB15CC application and I could really use some guidance from the community. I am working on a BLE advertising application, but unfortunately, I am unable to see my device appearing as expecte...
Hello all....Looking for some pointers. I have an application I created in CubeMX/IDE on a WB55 nucleo board. I am using nRF Connect app on my phone as the Client. When I run the nucleo server application with the debugger connected all seems to work...
Hi, I have the following problem:I am developing Firmware for a device that has a STM32WB55VGY6 on it. Right now I'm in the midst of trying to get a OTA FW Update to work, but I'm completely stuck. Whenever I try to upload a .bin file via the BLE Sen...