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 wanting to add the STM32WBMMG to my board but it will need to be compatible with an external NFC antenna so I can have cellular communication. Is this possible and how would I go about implementing this?If it is not possible are there other STM ...
I am desiring to place the STM32WB5MMG on a board design that already has a large LoRa Antenna. I am reviewing the datasheet and reading over the design suggestions for placing the module. In particular, I am trying to implement the design with this ...
I am planning to use the STM32WB05KN as a network coprocessor for a STM32U0. The Nucleo board has both LSE and HSE populated, but since my PCB is space constrained, I would like to use the internal oscillators instead of external and also turn off SM...
example code : MRSUBG_WakeupRadio_Tx of STM32Cube_FW_WL3_V1.1.0board : NUCLEO-WL33CC1compiler : Keilrunning the code, at first message below will shown on Virtual Com,"STM32WL3 LPAWUR - Transmitter example.Use PUSH Button 2 to send a frame."but after...
Hi all, So to my surprise, I have issues getting a button press to work in a Lora PingPong sequencer example, and I can't find any relevant posts, so ...The part I'm using WLE5.The ping-pong code is working fine, but I wanted to add a button to start...
Hello everyone !I'm currently working on the STM NUCLEO-wl55jc card and I'm having a few problems with it.I'm using the Ping Pong example code, which allows LoRa point-to-point communication between 2 cards. This works perfectly.My problem now is tha...
Hello everyone,I have encountered an issue with the STM32WB05KZ on a custom board which only allows me to flash the board under very specific conditions. The first time out of the box, everything works fine, I can flash using a ST-LINK V3-PWR straigh...
Dear STMicroelectronics Support Team,I hope this message finds you well.We are currently using the STM32WB55RGV7 MCU as per your datasheet recommendation, we have designed RF1 Section with a Low-Pass Filter circuit, Like below attached image.This cir...
Hi everyone,I'm working on STM32WB10CC and I use it as a BLE peripheral only. I would like to have 2 simultaneous BLE connections on it. I used STM32CubeMX with STM32_WPAN to setup my BLE. I'm able to connect one device but when I'm trying to connect...
Hello,I have an STM32WB5MMG chip, and I work with power consumption. I have the problem that after I stop advertising (aci_gap_set_non_discoverable()), I see that a flag LL_PWR_IsActiveFlag_C2DS() is still False, and I can not switch to Switch_On_HSI...