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 ...
Hi.I need to make a border router by combining stm32wb55 and raspberry pi. but i don't have any document associated this solution. in Thread_RCP example, as described below-----@par Application Description This application is used to demonstrate the ...
Good afternoon....I am new to STM and BLE. I have a while loop in main where I am checking conditional flags that could have been set in IRQs. All seems to work nicely. I then begin the process of implementing the BLE stack for peripheral. After ...
How do I find the real bluetooth address of a connected android device? I find the address in the mobile phone / tablet from the settings, but in the stm32wb55 program event HCI_LE_CONNECTION_COMPLETE_SUBEVT_CODE meta_evt->data structure, the address...
Hi, I can see there is data logs for Sensor tile box and STWINKIT1. For predictive maintenance using STWINKIT1B, we can do direct learning also means it stores the data in SD card, am I right?If so, using Nucleo Board(Nucleo- WL55JC), when we do OC...
Hi,I want to calibrate the RTC. So I need one timer to count the pulses from RTC.The RTC clock source.(LSE external oscillator 32768 Hz) needs to be the clock source for one of the timers. In the reference design (RM0434) page 682 there are multiple ...
Hello! I'm trying to run the BLE Heart Rate application on my STM32WB.I followed the guides and YT videos, but whenever the HW_TS_RTC_Wakeup_Handler interrupt is triggered, the device goes into a Hard Fault state at ' __HAL_RTC_WRITEPROTECTION_DISABL...
Hey All, I want to add encryption to the existing STM32WB55 MAC 802.15.4 FFD/RFD examples.How could i ensure encryption and integrety of my data. As i consulted the IEEE 802.15.4 standard, I can use the ENC-MIC-128 for both encryption and integrity...
Hi!I am currently trying to build a GPS sensor that communicates over I2C with the nucleo Board, but i'm not sure about the documentation. So I started a new CubeMX Project based on the NUCLEO WL55JC1 and, according to the software (as shown in pic 1...
Hi, Without making any changes and making a "clean" every time, I try this example (PWR_STOP2_RTC in CubeWL latest version). Unfortunately, often this gets stuck in MX_RTC_Init(). Still, this example with this same board works very well with MDK-ARM....