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 have been getting into BLE applications with the stm32wb55 nucleo development board. I am currently developing my application over the BLE p2pServer app. I have modified the program such that the P2PS_Send_notification() method keeps sending ...
Hello everybody, I am currently building a STM32 BLE software and in this software I got a very long custom loop. My problem is I want to continously check whether there is data received with BLE, if there is, process the data, and return to main loo...
Hi, I'm developing a BLE P2P application to exchange data. I have encountered a problem while debugging. The status for the BLE when turn on is APP_BLE_FAST_ADV, but when I restart the debug sessions the status is APP_BLE_IDLE. It looks like the CPU2...
Hi! :waving_hand:I have programmed a STM32WB5MMG with the SBSFU + OTA + User app. The SBSFU is able to start the user app with no problem, and the user app is able to start the OTA app.The problem comes when starting the update process. With STM32Cub...
Hello,We are using STM32WB55CEU6 in one of our project and we are facing the issue in BLE. We checked all the powers and soldering related things, everything looks fine. But BLE is not able to advertise.Also, from the firmware side the same code is w...
Hi,I just want to know whether STM32WB5MMG module supports LE Audio since it has Bluetooth LE 5.4. If it supports can anyone help how to do it.Thanks and Regards,LR.2
I use STM32WB sample code to build project and need to know BLE client address from BLE server during connecting request. if is possible, could you please point me what API or data structure I can study. thank you.best regards,Langston
Hi :) I am trying to port the Bluetooth Firmware of B-L475E-IOT01A STM32L4 Discovery Kit provided by ST to BlueNRG-M2SA BLE Module. But failing to communicate. Is firmware compatible across both Bluetooth Modules?
I am using STM32wl55jc1 nucleo board using subghz_phy_per application provided by "en.stm32cubewl-v1-3-0 SDk" using FSK Trying to communicate with efr32fg23 silabs rf module withe same rf freq is this communication is possiable if yes recommend any c...
Hello,I am using STM32WB55RE (MCU) in my custom HW and sdk "STM32Cube_FW_WB_V1.16.0".I want to get debug log using SWD. (I am using ST-LINK/V2)I have created test project for testing swd logging.I followed below video link while creating test project...