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 ...
Hello everyone,I am working on B L072Z LRWAN1 kit, in which murata LoRa Module is used having STM32L072 controller. I am trying to implement low power modes and running the example code :STM32Cube\Repository\STM32Cube_FW_L0_V1.11.2\Projects\STM32L073...
Hello,I tried to build project over KEIL but there is of course problem with linking stm32wb_zigbee_wb_lib.a, keil library has extension ".lib".Next step i used Atollic and option to import IAR project - compilation failed. Compiler can't find files ...
Hi,I have a project with heavy constrains on power consumption.I want to completely shut down the supply of the LoRa modem when not in use to save the needed µA.The CPU can save any context needed.The NVM module seems to be the way to go.I've seen so...
Hello I am worcking an the P-NUCLEO-WB55 and I try to communicate with a other module with the LPUART. Seeing that I didn't have any responce to my commands, I use a scope to see the TX trame.This is for example the trame of '<' (00111100) .I used th...
we are not Getting non readable value from module also it's not sending to gateway but same cmd working with dock lightmySerial.flush();lora.flush();Serial.flush();digitalWrite(lorapin, HIGH);delay(500);lora.listen();lora.print(“AT\r\n�?);String dr...
I use B-L072Z-LRWAN1 LoRa®/Sigfox modul, to make communication over sigfox. I made prototype with murata web page , I got PAC and ID in header file, but I exceeded 20 pieces of device, and I need make even more device. On this website linked me with ...
Hi, I am trying to get familiar with stm32cubemx usage. For this, i want to update an existing gpio toggle example using stm32cubemx. before the modification, the actual example code compiles and builds with out any issues. where as the same example ...
Waiting an app note like F0xx family.Could someone post routines for Page Erase and double Program,synchronized with BLE M0+ core ?
I am building a test application on the P-NUCLEO-WB55-Nucleo and would like to switch between two application states with the push of a button:In the first state, the application writes to an attached microSD card using FatFS.In the second state, the...