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 ...
STM32WB as BLE Client implementation. I have been going through different resources but not able to implement BLE Client. Can I get some simplified resource or a video link ?I have my own target board based on STM32WB50CGU5.
To start advertising connection, I runAPPE_Init();adv();To stop advertising the connection, I runaci_set_non_discoverable(connection_handle, reason);aci_gap_terminate();However the latter functions do not successfully cease advertising, I was wonderi...
Hello! I'm working on a custom STM32WB board (schematic attached -- I jumped VDDRF to 3.3V) I'm trying to create a basic project and pull PA5 (My LED pin) high to verify programs run.I'm using CUBE IDE and set pin PA5 to GPIO_Output with output level...
Can anyone either confirm or deny that the End_Node project from I-CUBE-LRWAN v2.0.0 works with the B-L072Z-LRWAN1 (with Murata Type-ABZ module) ?https://www.st.com/en/evaluation-tools/b-l072z-lrwan1.htmlAnd any tutorials on getting it talking with T...
I'm currently using I Nucleo lrwan1 shield and STM32L073 to create a Lora end node. I downloaded the latest I cube lrwan (v2.0.0) and there is no configuration to the I Nucleo lrwan1. So I can't make it work. So, is there anyone who has the same prob...
Hi! I'm working with the STM32WLE5JCC lora IC. Im using it to read sensor data through I2C and a voltage with the ADC. Program works fine in debug mode. When you unplug it from the pc it keeps working. Then, if you reset the board, ADC and I2C return...
I'm new to STM32WB and using BLE_MeshLightingPRFNode example. With the function BLEMesh_CustomBeaconReceivedCallBack, I get the data and data is true but RSSI is wrong How can I fix it or other way to get RSSI from beacon? Sorry for my bad english Re...
I am tying to develop an application in Zephyr for a battery powered device that goes into STOP2 mode for low power consumption when advertising. I have successfully created a test app with STMCube based on the health thermometer example which does t...