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 currently experimenting with the LL data length extension feature on STM32WB55.I want to increase max TX length in link layer packet.I would appreciate it if you could tell me how to increase max TX length.(Looking at the current LL_LENGTH_RSP p...
BLE_HeartRateFreeRTOS example.There is an event when someone writes to my characteristic.Is there an event when someone reads any of my characteristics?
Hi,not really an issue here, but I want to understand what goes on in my BLE project.I'm using the B-WB1M-WPAN board, starting out from the BLE_HR_p2pSensor example.I see that my device stops advertising after I connect to it, but I can't find in the...
Hello STM Community,I am designing an internal PCB antenna for LoRa communication using the STM32WL55JCI7 at EU868 frequency. Is a PCB antenna recommended by STM for this chip? If so, what guidelines or procedures should I follow for designing a PCB ...
Hi. I'm developing a custom wireless board using STM32WB09TEF7TR microcontroller. Currently, my microcontroller doesn't reset when the VDD supply is turned on. (Power-on-reset, PORRSTF bit)The microcontroller can only be reset by pulling-down the res...
Communication between two STM32WB55 devices via Bluetooth is not working as expected. Device A (the client) cannot receive data from Device B (t static SVCCTL_EvtAckStatus_t Event_Handler(void *Event) { SVCCTL_EvtAckStatus_t return_value; hci_event...
Hi everybody,I have a custom board with STM32WB55CGU7 targeting BLE application. I have flashed it with the latest "stm32wb5x_BLE_Stack_full_fw.bin". On application side I have generated a code based on custom template, with server, pheripheral mode....
Hi,I want to implement a simple application: ADC conversion and transmit the data via BLE. I achieved to do it on stm32wb15cc development board, but I have problems when trying do implement it on my custom board with stm32wba54. In the codes, I basic...
Hello, I have developed a LoRa application based on the LoRaWAN EndNode example, with some custom code and using the .ioc configuration. I am working on the Nucleo board STM32WL55JC1. Now, I would like to migrate my application to the LoRa End Node F...
Hi all,I'm referring to BLE_HeartRateFreeRTOS example project. As per my understanding, controller wakes up to advertise based on the Adv Interval. This can be fast(80ms-100ms) or low power advertising(1s-2.5s).In this project there is a default task...