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'm following this tutorial by the official ST YouTube channel giving a step-by-step guide on sending sensor data to your application server through the network server The Things Network. I have been able to do the tutorial, but I would like to add a...
Hello,Please suggest us, external antennas for STM32WLE5CC for IN865, for longer range coverage.Thank You
I use RAK3172 and I've follow the "RAK3172 on STM32CubeIDE with STM32WL SDK v1.2.0" article, and every things go well with the project named "LoRaWAN_End_Node", except the .ico file is not for STM32WLE5CCU6. How can I change this?
I am trying to implement an HCI interface and the stack is reporting almost nothing supported in the HCI_READ_LOCAL_SUPPORTED_FEATURES command. Why is this? Is there a way to enable the features? I am using stack v1.16. I have tried multiple variatio...
I am trying to follow the "STM32WB Getting started Series: Part 12b lab..."(https://www.youtube.com/watch?v=CKYWy7LKL68&list=PLnMKNibPkDnG9JRe2fbOOpVpWY7E4WbJ-&index=16) on youtube. In the video he is using a WB55, but I am trying to implement it on ...
So, when I first connect to my USB implementation and send the first 3 bytes to the command/control interface I get 3 zeros. It is not what I sent and interestingly enough I do get the bytes I sent the first time on the next 3 bytes. I have no idea...
Hello...I am using a Nucleo WB55 board. I can run the FLASH_EraseProgram that comes with the WB55 example code successfully. I have pre-existing code and am trying to pull this into my code. I have checked the PWR and the Flash SFR in the debugger...
I'm new to working with STM32, and I'm having issues getting some kind of output to the console (have been using both Tera Term & the built-in console in STM32CubeIDE) when working with the Steval-Proteus1 board. I tried following two seperate guides...
Hello everyone, I am trying to make a project with pingpong application. I am trying to add some sensors and fft algorithm in ping pong example. In normally I can use my FFT algorithm with ADC-DMA in while loop(). HAL_ADC_Start_DMA(&hadc, (uint32_t*...