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, Hi all!My first post here and very excited! We just switched to ST Ble module in stm32wb55. Now I am trying to remove AD_TYPE 0x0A from advertisement, it takes us 3 bytes we need.Similar to this issue : https://community.st.com/t5/wireless-mcu/p...
Hello,i need to know if you recommend to use the BALFLB-WL-08D3 at 433MHzI design my PCB with the STM32WL54CC, and it will operate between 433MHz and 435MHz. i want to know if the BALFLB-WL-08D3 is suitable for my application or if is better to desig...
What are the option byte settings set to when they ship from the factory for the NUCLEO-WL55JC1?While trying to get the LoRaWAN_SBSFU_1_Slot_DualCore application running somehow I've managed to mess up the boot options. I want to restore them to the...
I was able to flash the board successfully many times but it suddenly stopped working when I changed something in the write protection settings. I think it was "WRP1B_END" which is currently 0x0807f80, but I don't remember the default value, maybe so...
Hello,I have to create a pcb for stm32wle5 for Lora 433 mhz ( 2 layers, hp) But in references I didn't find any balun for this frequency. Only for 490+ mhz.What balun can I use for 2 layer 433 mhz?With regards
Hi, I'm implementing a LoRa network (not LoRaWAN) using NUCLEO-WL55JC1 boards in a Master-Slave topology. I've scattered 7 end nodes, i.e., slaves, throughout 150 hectares and achieved successful data transmission. Each of these slaves and their rela...
Hi everyone, I am beginner of stm32. I was using arduino with other lora devices but they consume a lot of power. I was programming lora (ebyte) with HAL_UART. So it was really easy.Since I want to learn to program stm32 and I need really really low...
Dear Community,I have exhausted all possibilities to find the reason to successfully configure Option Bytes on STM32WL55.With the process I am using CubeProgrammer v2.13 and I can say thatfor STM32WLE5 the programming of OB was successful every-time!...
Greetings,This is surprising because it should be a simple task. We've read from the die temperature sensor on other STM32 MCUs without issue. In this case, we are using the STM32WB55MMG module. We can read a calibrated value for the 3.3V VDDA inp...
I am doing a LoRaWAN project on the STM32WLE and so I want to power it down in Stop2 mode to lower the power consumption.Using the following code, this works fine : UTILS_ENTER_CRITICAL_SECTION(); ...