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 want to make a costume PCB board with the STM32WBA52CG on it, where can I find the reference schematic to make it work? Thanks in advance! Kind regards, Mats
Hi ST Community,I´m doing my first try with the board STEVAL-ASTRA1B, try to run the example binary for Logistic.LoRa can not join the network:on the APP ST Asset Tracking there is no data from GPS:some hints? Thanks in advanced.
I'm trying to create an application that sends information from a sensor connected to STM32WB (P-Nucelo WB55) to another device over BLE via notify. I followed each and every instruction in this video posted by STM, but that application simply doesn'...
When will the Reference Manual be available?Yes, I saw the duck-and-run non-answer when someone asked in February. I'd like a real answer.
Is there such command?
I see it has the WB55M and another WL module on it.How is then the low power mode controlled?Is it separate for each module?Can I disable the other module? keep the WB55M only ?
HI, I added PLL to the Clocks , but that totally broke the sleep behaviour and I get no RF. RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE|RCC_OSCILLATORTYPE_LSE; RCC_OscInitStruct.HSEState = RCC_HSE_ON; RCC_OscInitS...
Before writing, I apologize for the unsophisticated use of English. Hello, I'm student who struggle with ble. I want to transmit the IMU GYRO Info & Camera Video ( or Image ) by STM32WB Module on the board. But I don't have any idea for starting b...
I think I've spot a small bug into the cube mx code generation tool for STM_WPAN moduleinto app_debug.c in function void DbgOutputTraces( uint8_t *p_data, uint16_t size, void (*cb)(void) ) { /* USER CODE END DbgOutputTraces */ HW_UART_Transmit_DM...
Hello all, In my Project I'm using STM32WB5MMG Mcu for Bluetooth via data transmission, Iam Developing code as per the reference of STM32WB5 Nucleo Board and ST's MOOC for Bluetooth pairing,single data read and write.Iam doing as same as the Nucleo ...