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 tried doing the following with my custom PCB that contains STM32WB5MMGH6TR Install stm32wb5x_FUS_fw.bin. Install stm32wb5x_BLE_Stack_full_fw.bin I am wondering why my custom BLE_HeartRate code in STMIDE does not work when I upload to the MCU? ...
Hi,I am looking for the BLE AT server example created using a recent STM32CubeIDE release (1.14.0+) for the STM32WB5MM module. I can't find it.The most similar project I found was to open in STM32CubeIDE 1.14.1 the AT server example provided for the ...
I am using the STM32WL55JC I tried the Ping-Pong single core code from the latest STM32WL package and it works pretty fine, I want to code the Rx and Tx separately but I am not able to duplicate the example code So I decided to code the Ping-Pong exa...
Hello, I'm working on the Wifi on the board B-U585I-IOT2A. I'd like to connect 2 modules, including the microcontroller, to the same wifi so that they can communicate with each other.I've made some research about Wifi MXCHIP EMW3080 and example HTTP_...
Hello, I am using STM32WB55RE (MCU) in my custom HW. For testing the HW I have flashed BLE_HeartRateFreeRTOS example firmware. "..\..\STM32Cube_FW_WB_V1.16.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS" I am getting the ad...
Hi all,We have a sporadic issue which is difficult to debug. Maybe you can give some advice / solutions / hints? Any input is welcome!We are working on an application based on the project LoRaWAN_End_Node_FreeRTOS of STM32CubeWL V1.3.0, board: Nucleo...
STM32CubeWL = "STM32Cube MCU Package for STM32WL series", currently version 1.3.0.Is there a new release planned?Background: We are using version 1.3.0. We have issues with an application based on LoRaWAN_End_Node_FreeRTOS. We suspect the FreeRTOS in...
I see a higher drive in the WB55MMG #ifdef WB55__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_LOW);#else WB5MMG__HAL_RCC_LSEDRIVE_CONFIG(RCC_LSEDRIVE_MEDIUMHIGH);#endif // MIGO_BORAD would like to preserve as much power as possible, what are the consequences...
My P-NUCLEO-LRWAN2 gateway board (F746ZG) no longer transmits data to TTN and the serial port does not respond. I think I may have loaded a firmware by mistake, where can I find the original firmware? Thanks for the support.
Hi everyone, I want to develop a end node module using STM32WL55JC. I have tried to LoRaWAN_End_Node_DualCore example project and the end node has connected to TTN. After that the usart1 enabled and try to send message but i couldnt send message. How...