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 have downloaded the stm32cube package that contains the BLE example but i am unable to correctly import and run any of the project on the MCU.Looking for help, thank you.
Hello, I want to use only LoRa communication between to devices. Which files i need for this in the i-the cube-lrwan library. I going to add this files to CubeMX project.Regards.
I have a question about role of BLE. I would like to set multi role either as a central(master) or a peripheral (slave) on STM32WB. I checked on STCubeMX5.3.0 but not found multi role function. I would like to know this chip or software are support m...
I wish to connect this kit (STM32L072CZY6TR) to a raspberry pi. As the Pi only supports SPI in master mode I need to use I2C to get a two way conversation. I wish to send and receive the occasional codes from a server via LORAWAN and communicate thos...
Hi All, I have trouble getting the BlE working on my new hardware(stm32wb55RGV6). The prgram can't enter into APP_BLE_Init( ); . The same code in P-NUCLEO-WB55.Nucleo(stm32wb55RGV6U)can work. What's different between stm32wb55RGV6 and stm...
Hello,I used the Nucleo STM32WB55 board to test the STM32WB55xx current consumption.I took the PWR_STOP2_RTC example from the STM32Cube MCU package for STM32WB Series (v1.2.0)With STM32CubeMx v5.3.0 I re-generated code for Truestudio (I am using True...
Hi Sir,In the MB1355 schematics what is the purpose of two antenna's?How to calculate the unfitted capacitors ? what is the purpose of band pass filter here?
I need to know, is there any specific command(Like a AT Command) to get a timestamp from any network server or gateway for the end device STML082? Is there any API we can find in the "STM32 Cube Expansion" stack to implement it? If there, then where...
Hello,I am new to BLE and the STM32WB55. I want to get to a point where I can use the Nucleo board (MB1355C) to receive advertising messages which contain data. I was looking at the BLE example repository. I also attended the ST workshop for this m...