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 ...
I am using the I-Cube-lrwan driver on the B-L072z-lrwan1 disco kit and I would like to implement the sensors without the NUCLEO board. where do I have to implement this code?
I am using V1.1.5 of the LoRa software expansion for STM32Cube and have come across an issue which leaves the stack unusable until reset.Although the problem was first encountered in our application project, I verified that the problem also occurred ...
Hey!I would like to have a constant spreading factor and bandwidth when my node is transmitting data and I cannot find where I can set these parameters.I thought I would set datarate in RegionEU868.h and control these parameters this way but it doesn...
I have L073RZ and LoRa mbed SX1272 with me. Where can i get the LoRa node code? i want to develop a node with L073RZ and SX1272.
Hi, I haven't found a .IOC file for the B-L072Z-LRWAN1 discovery board -- has anyone created or found such a file. I would like to use the STM Cube L0 to generate initialisation code but I need an IOC file for that. I have been looking at the intiali...
Hi,I have two boards that I would like to use with the I-NUCLEO-LRWAN1 expansion board:NUCLEO-F411RE and NUCLEO-L152RE.Is any of them compatible with I-NUCLEO-LRWAN1?Thanks.
Question isn't new, but I couldn't find the answer in existing threads.The stop current on the Discovery Kit loaded with End_Node project is above 3 mA. The low power mode is enabled; jumpers in correct positions; software version 1.1.5Getting same r...
Hello everybody, I'm new on this platform.Currently, I am testing separately, the working of the Lora and Sigfox stacks on the B-L072Z-LRWAN1 evaluation board.The sample program I use for each stack is the AT Modem. And each stack works very well.I w...
#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 ...