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,Could you tell me how can i enable clock access to SYSCFG in STM32WB55RG board, because i couldn't find the proper bit to enable SYSCFG in APBENR registers in the reference manual
I think you guys have an issue here with your return in aci_gap_slave_security_req_rp0.Command itself works fine, as android does show a Pair Request. But I get a error on the Status response. Looking in documents it is ACI_GAP_PERIPHERAL_SECURITY_R...
Hello STM32 Community,I hope you're all doing well. I'm reaching out regarding a project we're developing using the STM32WL5MOCH6TR microcontroller. Our project requires the use of the Mbus stack protocol for communication purposes.However, when atte...
Hello again, I'm using STM32WB, the name and the image of HeartRate service is visible on my mobile device but I can't set the name and the image for my own service which I create it Why?
Hi,We are evaluating using the Nucleo-WB55RG with Matter for a project. This would require being able to commission and interact with the device from Google Home using a Google Nest device as the border router. We are unable to setup the device in G...
Hello,I am pretty new to BLE-Application and trying to build my first own app using the STM-BLE-Stack.I've been writing about my process in a previous thread (https://community.st.com/t5/stm32-mcus-wireless/stm32wb-ble-update-char-from-main-c/m-p/589...
I'm trying to allow re-connects only for whitelisted devices.I have a phone which is bonded (pass key security) and connected with no problems.On device disconnect i do the following:aci_gap_configure_whitelist(); aci_gap_set_undirected_connectable(A...
Hello, I made 2 project about client and server using stm32wb1mmc product. > server project is using "custom p2p server" It works well but I want to improve usability. 1. How to reduce scan time for connect client to server? > I quote it from ex...
Hello Thank you for your help always I hope for a positive reply on this because it has indeed stressed me for some good time please help me Am using a temperature sensor and I want to be receiving the sensor values from the st ble toolbox app every ...
I would like to implement a BLE peripheral without using UTIL_SEQ.The sample project BLE_Peripheral_Lite seems to realize BLE functionality without using UTIL_SEQ, but when I add BLE functionality in STM32CubeMX, it is automatically set to use UTIL_S...