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! We are a bit stumped here. We have a product that we are testing at 65C and it seems that the bluetooth connection keeps dropping at this temperature (Connection timeouts). We are running from a 32K LSE and 32M HSE crystals. All our parts ...
I use STM32WL RTC Alarm as low power mode timer for achieve ms level accrancy and any duration sleep. System will convert sleep time to Alarm time before enter low power mode. I have tested different sleep time, verified convertion result is correct...
Hi ST experts.I used the pingpong sample code to test RSSI and SNR. I set SF=12, BW=62.5Khz.I used SX1261 calculator tools to calculate, under this condition, its RSSI can reach -140dBm.But during my actual test, our RSSI reached -120dBm and the SNR ...
Hi everyone !I'm really new to STM32 and everything that goes around... I want to communicate with a SIMCOM A7670E with my NucleoWB55RG and UART1. I'm using PB6 and PB7 for USART1_TX and USART1_RX. But these pins (I kept the jumpers) are also connect...
I am trying to test the SUB GHZ interface on STM32WL5xxU7. Is there any starter code without reliance on Nucleo boards that I could use to start with? Or are there steps how to do this with Low level drivers ?
I have done following configuration for RTC:static void MX_RTC_Init(void){/* USER CODE BEGIN RTC_Init 0 *//* USER CODE END RTC_Init 0 *//* USER CODE BEGIN RTC_Init 1 *//* USER CODE END RTC_Init 1 *//** Initialize RTC Only*/hrtc.Instance = RTC;hrtc.In...
Hello,Like "BLE_AT_Server" example, is there a similar example of "802.15.4_AT_Server" for 802.15.4 RF MAC Mode Transceiver for STM32WB5MMG modules?
Dear team!,I have a problem with STM32WL55JC1 board.I loaded the "LoRa End Node Dual Core "project and it works very well.Then I made a project from scratch, with Dual core checkbox checked.Before initialising any module, I built both projects and do...
Hi,I'm working with an ST50H based on STM32WLE5 series MCU. Here's the product: https://www.st.com/en/partner-products-and-services/acsip-st50h.html. I would like to be able to flash the device using pyOCD or OpenOCD. However, after installing the ST...