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,Is it possible to import files from I-CUBE-LRWAN package to a new project generated with MX? From the info I've found so far I know there is no way to import it automatically with Cube MX and I have to transfer them manually but I'm not sure which...
I have added a partition (MY_MEMORY) to my flash to store a static library (littlefs) so that I don't have to include it in the firmware that is updated over the air however the output binary file for the project is very large. I have reviewed this p...
I'm having an oddly difficult time seeing how to do something quite simple. In older CubeMX projects, the `Adv_Request` function looked like this: static void Adv_Request(APP_BLE_ConnStatus_t NewStatus) { tBleStatus ret = BLE_STATUS_INVALID_PARAMS;...
I have three STM32WB55 applications:A) is a debugging application that's only ever flashed directly and standalone using the STM32CubeProgrammer CLI.B) is a bootloader with integrated FUOTA functionality.C) is my "actual" application. It can be compi...
Hello - I have a custom pcb using the stm32wb55 and I have spending time optimizing the power consumption. My primary intentions with this PCB is to sample data around 1 Hz and send this data to html server app using BLE. I'm using the BLE_Sensor ...
SensorTile.box Pro: I am having difficulty figuring out which api to use within a function I have created to send accellerometer sensor data to a Stm32WB client . Function example :void sendAccelerometerData(int x, int y, int z) {uint8_t data[6]; dat...
Hello everyone,I'm working on a project which includes the following hardware setup.> Raspberry Pi 4 Model B> STM32WB55RGV6 Nucleo board> WizNet W5500 Ethernet Module I'm using SPI protocol to communicate between STM32WB board and WizNet W5500 module...
Hi All,I am working with the STM32WL55 MCU in a project-based between Generic Node and MB1389 (Nucleo board). my code is using Lorawan_End_Node.Everything seems to be working well but the radio part is not transmitting (checking it with AIRSPY an a S...
Hi all,I have three STM32WL55 boards and I am following the STM32WL_WS Workshop tutorial. I can programmed one of the boards using SubGHz_Phy_Base_Station.bin and build the sensor SubGHz_Phy_PingPong project for the other two boards using the followi...
I have just downloaded the reference board from the STM32WB55: STM32WB55RG - Ultra-low-power dual core Arm Cortex-M4 MCU 64 MHz, Cortex-M0+ 32 MHz with 1 Mbyte of Flash memory, Bluetooth LE 5.4, 802.15.4, Zigbee, Thread, Matter, USB, LCD, AES-256 - S...