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 need to advertise sensor values continuously
I want to find a similar code but I can't find it:loudly_crying_face:
Hi dark wizards of embedded electronics, its me again, javi.This time im trying to use the STM32CUBEMONITOR-RF with my STM32WB55 Nucleo pack.I cannot make it work with my NUCLEO BOARDOnce i flash the USB DONGLE (STM32WB55CGU6) with the \STM32Cube\Rep...
I am using nucleo-stm32wb55 board, I am working on BLE peripheral and I am working on MEMS interface, I am using STM32 demo code, where OPUS is used to convert the PDM to PCM . I modified the demo code and added LCD interface and it is working, I am...
Hi everyone,I have created a minimal new project for my board based on STM32WLE5C8.After enabling Sigfox into the .ioc view, in my main.c I have : HAL_Init(); SystemClock_Config(); sfx_rc_t SgfxRc = RC1; int ret = SIGFOX_API_open(&SgfxRc);However it ...
Let me see if I've understood. I'm using STM32CoreWL for LoRaWAN end-node implementation, where I need to insert my sensors. As specified on AN5406, the low power modes are activated by UTIL_SEQ_Idle(), when the sequencer has nothing to do. So there ...
Hello, I am developing STM32L072.The library is using ""I CUBE LRWAN".Inside the library, I have created the part that enters the OFF mode (STANDBY mode.But the MCU doesn't consider the RTC and just keeps rebooting.What else should I consider?void PW...
Saludos!Im new to STM32W series.With two P-NUCLEO-WB55 boards on my table im trying to run the BLE_CableReplacement example.It doesnt work out of the box so i opened the readme.txt @par How to use it ? This application requires having the stm32wb5...
Hi Guys, as I am new to STM and STM32CubeIDE, I am wondering how can I get the LoRaWAN_End_Node-example to work on our custom chip STM-chip STM32WLE5JC. Basically, I want to re-configure the project via the "Device Configuration Tool" so that it work...
TLDR: Is there a simple way (or at least clear step-by-step instructions) to reset the P-NUCLE-WB55 back to the firmware it was delivered with?Full:I have a P-Nucleo-WB55 and am trying to develop a project with it. I ran the "Getting Started" demo on...