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,Got a new MCU with LSI2 from the distributor. I want to use it for the 2.4 GHz RADIO sleep timer, but can't find LSI2 register settings in STM32CubeMX.Additionally, I'm curious why the STM32CubeWBA version V1.3 doesn't support the STM32WBA52 serie...
Hi,I need to add OTA functionality to a CubeMX generated project. The readme.txt file from the BLE_HeartRate_ota project has a note saying "Remove the update of SCB->VTOR in the file system_stm32wbxx.c". On my current CubeMX generated project the SCB...
Hello,Im trying to add USB support to the MAC 802.15.4 FFD example by copying the HID Standalone example. The code is building and the FFD example is still working with another nucleo running the RFD example, but the WB55 Nucleo is not recognised or ...
I have problem with USB stack as Virtual Port COM to use it with sequencer prepared to BLE stack. I mean I don't know how to execute needed CDC... functions inside usbd_cdc_if.c. Did anybod do that?I want to send via UART and via BLE received through...
Good afternoon....I have a known working board with an STM32WB5MMGH6TR (server). I am using an apk on a google pixel 6a. The application scans for the device and if not found has a re-scan button that user can hit to try and connect (I am not the w...
I want to write a very simple program that sends a packet using BLE_LLD. For simplicity sake, for now, I prefer not using sequencer and put everything in the main loop.According to UM2804, I should be able to do that only using HAL interfaces. I star...
I'm having a problem in a 1 gram tracker that uses an stm32wle5 powered by a 2.4V LTO battery and 4mW solar cell (through bq25504 energy harvesting chip). If the battery discharges below 1.7V ("should never happen"...) the solar cell cannot recharge ...
I am customizing the LoRaWAN_End_Node example for our purpose. My application is pretty simple, I send unconfirmed uplinks every 5 minutes after a successful join. On successful uplinks, I get MCPS-Confirm with a status of LORAMAC_EVENT_INFO_STATUS_O...
Hi,When creating a custom template BLE app in CubeMX everything works fine while not changing the UUID of service1, it builds and compiles well. But if I change the UUID to my own UUID (with UUID 128 input type to full), after generating the new code...
I made a Demo using STM32WB5MMG to communicate with USB dongle or phone (BLE notification),AND I collect data from the MAX30001 (two interrupt pins PC10 and PC11, SPI1 communication) and the MAX30112 chip (interrupt pin PD0, I2C3 communication) by tr...