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 ...
#define U1RxBufSize 256#define U1TxBufSize 2048int16_t U1RxBufferPtrIN, U1RxBufferPtrOUT, U1TxBufferPtrIN, U1TxBufferPtrOUT=0;char readableU1(void) { U1RxBufferPtrIN = U1RxBufSize - __HAL_DMA_GET_COUNTER(huart4.hdmarx); return U1RxBufferPtrI...
Hi I received this P-Nucleo-LRWan1 kit and I want to first load the EndNode code, I am using the I-CUBE-LRWAN with AC6. Can I observe the RF signal on RF Spectrum Analyzer once the kit is working with the EndNode code?After the above test, I wan to ...
Posted on November 08, 2017 at 15:48I don't understand how rtc library work in lrwan module.Some code (as the Utilities/timeServer.c) use tick (from rtc) value to get elapsed time.By using TimerGetCurrentTime then a little bit letter TimerGetElapsed...
I'm a beginner. I'd appreciate your help.
Hi, I'm using the OTAA sx1276mb1mas of End_Node code of I Cube LRWAN V 1.2.0(Downloaded from STM).I want to use that code on STM32L152 discovery board, for that i'm converting with understandable changes and generate it from CubeMX.Now by disabling L...
Please guide me on how to use STM32 with Arduino base to use complete LoRaWAN stack from STM. I plan to use STM32 for with Arduino boot loader to use control Lora Module via SPI. Need to know if there is any standard library which can be used to have...
I'm using the examples for SigFox stack for B-l072Z-LRWAN1 - with Atollic Studio as IDEAfter converting the project from SW4STM32 to Atollic (there is a project import built in) - when compiling the code for the push_button application I'm getting a ...
I want to get gps information using p nucleo lrwan1. Can I get an open source that can help? I'll use the uart port.(gps)
Posted on April 05, 2018 at 16:15Hello. I'm working on a Lora project using the NUCLEO-L073RZ and the end-node application. I've a gateway that receives lora messages and transmits them to a network server. I've seen that the End node application se...
I'm going to run a ping-pong example with two p-nucleo-lrwan1. How do I separate the master from the slave? Terminal uses 'tera Term'.