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 am trying to get quick start STM32WB55 Nucleo Board using low power application example. I tried to execute LPTIM example from Examples_LL folder (P-NUCLEO-WB55.Nucleo) in STM32Cube_FW_WB_V1.2.0. I followed the read me file to get the expected ...
Hi All,I would like to use the OTP memory in my current project, but I can not find any app notes or user manuals on how to program it. Is it supported by STM32 Cube Programmer CLI? There is no reference to it for the STM32WB OTP in UM2237.Thanks,Dan...
Hi everyone,I have made a custom board which has an on-board STM32WB Controller along with a 3G Modem to connect with the internet. On the internet, I have my custom Web Server where some parameters are present. I want to fetch those parameters from ...
Hi, I am making some test in low power mode using the end_node example for LoRa but I always get 0.5mA in sleep mode, I use the STM32CubeExpansion_LRWAN_V1.2.1 version and I am doing measurements in the JP3 VDD_MCU_LRA branchI have read this post whe...
Hi.Based on the OTA example, I created an application. The only difference is the use of MTU = 256.The length of the characteristic is equal to MTU android pixel (126)The problem is that when sending firmware from a custom application to an Android P...
I changed the default class to class c in the main.c of I-Cube_lrwan V1.2.2, but it seems to be acting as a Class A still. I am working the Multitech Conduit gateway and the B-L072Z-LRWAN1. They are communicating with each other continuously, but I ...
Everything seems to work fine in putty except the join, but the signal is not received by TTN, while it is received when i use v1.1.2 (https://github.com/drakkar-lig/st-lrwan). I changed the devEUI, appEUI and appKey.
Hello, I am reading ADC data with b-l072z-lrwan1 and send another kit. I need to add this datas to timestamp for compare different sensor datas. So I am trying to read RTC time value. I have called this function from "hw_rtc.c" ;uint32_t CalendarValu...
"Contains the word aligned CPU2 boot reset start address offset within the selected memoryarea by C2OPT"SBRV sets CPU2 boot address, but I use STM32cubeProgrammer to get NUCLEO board data as follows:The starting address of CPU2 is 0x08032C00, but SF...
I'm attempting to run the LoRa Expansion pack for the End Node project inside of STM32CubeIDE, but am running into issues. I'm running this on a STM32L051K8U6 MCU with SX1272 radio.Here's what I've done:1.) Imported the project. Had to choose import ...