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 ...
I am working on the STM32WB55 Nucleo board and currently facing a problem. I have erased the whole flash, i.e. all memory locations are reset to 0xFFFFFFFF from 0x08000000 and 0x08FFFFFF. When I reconnected the board under USB DFU mode using STM32Cub...
I have been following the video to install tools and whatnot for STM32WB. So far, STM32CubeMX was installed in C:\Program Files, STM32CubeWB support was installed in a C:\Users for some reason, STM32CubeIDE was installed in C:\ST. I almost dare not c...
Hi,I have a "STM32WB55 Nucleo Pack" kit which includes a STM32WB55 nucleo board (MB1355C) and a USB DONGLE STM32WB55 (MB1293C).Today, I uploaded the "BLE_p2pServer" demo to the nucleo board and problem, nothing happens, LED2 stays green instead of bl...
I want to get this event upon connection: HCI_LE_ENHANCED_CONNECTION_COMPLETE_SUBEVT_CODE (with this data: hci_le_enhanced_connection_complete_event_rp0 )How can I do it? What should I advertise? Or is there anything else that needs to be changed f...
Slave can configure his MAC address either in the payload or internally. This I know.My question is , after connection, does the masters packets hold that (slaves) MAC address?Can Slave extract (its own) MAC address from the Masters packets?If, so ,...
I tried to debug the code by changing the "CFG_DEBUGGER_SUPPORTED" to 1 , but still we are facing the issues, RTOS tasks are not executing as expected. We found some task in ble_app.c with priority of "osPriorityNone" which is 0. Does this example co...
In the video workshop, it changes the led blinking frequency after the ble connection with mobile app. But I am still confused with how to send the data to PC. For example, if I want to send "Hello word" to my computer, where should I put this code a...
Dear Community!After my unsuccessful question and updating the library, I managed to quite quickly and simply transfer the "123 ..." data and see it on the gateway.The gateway has the ability to send packets in response. It contains parameters port n...