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, I tried the LocalNetwork demonstration in which one NUCLEO board acts as a concentrator and other NUCLEO boards act as sensor unit. Its available in STM32Cube_FW_WL_V1.0.0/Projects/NUCLEO-WL55JC/Demonstrations/LocalNetworkI loaded and ran one NUC...
Can someone tell where I can find an ioc file for BLE_MeshLightingPRFNode application ? I am using STM32WB55RG and SDK version is 1.8.0. I see that ioc file is available for every example and BLE application but not for the above application. What is...
Use case : when an on-off command is received on the node via BLE, the node should send some data to Arduino over USART1. Similarly, when some data is received on the node over USART1, it should publish the data to other boards or a phone.If I port t...
Hi,The Ram_Shared address in the linker from cubeMx is 0x20008000 but I think it should be 0x20030000.Changing this also fixed communications with cpu2 for me.
I am working with an STM32WB5MMG, but I don't think this issue relates to the radio part of the MCU, so I am posting in the more general community. I hope that's okay.I am reading data from a GPS receiver over UART using the HAL_UART_Receive_DMA func...
Hi,I have tested a B-L072Z-LRWAN1 board with the default Sgfx_push_button application included in STM32CubeExpansion_SFOX_V1.1.0 folder. So far so good, everything was working as expected.I've designed and built a custom board, following the requirem...
The 'Debug' Build Configuration in the B-072Z-LRWAN1 Ping-Pong example does not define the DEBUG symbol.This means that you cannot debug the DEBUG configuration!Who on earth thought that was a good idea?!:persevering_face:If you do want to debug, you...
Hello all,I´m modifying the P2P-Server Service for using it for my own purposes. I want to send sensor data and a 32-Bit timestamp in microseconds continously to my own Android App. Sending the Sensor Data works very well, but not the timestamp. The ...