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 have a problem with code that uses the STM32WB5MMG.Everything was working on the device, the BLE was appearing perfectly, and I programmed everything that needed to be executed.I set up a GATT server with its services and characteristics, everythin...
hello every oneI'm still struggling with BLE and LPMwith your help I have a working stop2 project that goes correctly into stop modeas I'm very low on current budget I'm planning to stop every thing for few sec and come back from stop mode by RTC do ...
Hi all, I'm trying to use TIM1 with CH1 and CH2 to output PWM signal on PA9 and PA8 with RAK3172-SIP. Here is what I've tried : /* USER CODE BEGIN Header */ /** ****************************************************************************** ...
Hello, I am trying to use the STM32WL5MOC with mbed, has anyone been able to do this yet? I'm particularly interested in the internal RF switch configuration and how what IO it is connected to internally
What is the default public network mode in LoRa ping pong example? There is a function of RadioSetPublicNetwork which can be configured, but if we do not configure it at all, what will be the default mode? Public or Private?Also, how can I set my own...
- I made one firmware for P-NUCLEO-WB55 board in which I was using BLE Wireless Stack full, which was directly obtained using CubeMx settings and the bluetooth communication was working well as expected.-Later I checked the FUS and stack version usi...
Hello ST Community, I am working on a circuit using the STM32WB55CEU6 micro controller and bluetooth to transmit information from one of the ADC Pins. I followed some references that have the circuit powered by a USB C connection, however in my sit...
We are developing matter devices with STM32WB5MM-DK.I am trying OTA with the following reference.https://wiki.st.com/stm32mcu/wiki/Connectivity:Matter_develop_and_prototype#How_to_customize_your_applicationSo I have a question.1. How can I generate ....
I am trying to get BLE_LDD_DataRate demo to work, it just sits there with nothing different from pressing SW1 on 1 board and SW2 on second. Don't have a 3rd board at the moment.The description seems to indicate LED's will toggle, but nothing.I know ...
Hi,I have been trying to add opus codec in my project. But I cannot able to build after adding the opus file. If anyone successfully added opus with their project help me out. I mostly get errors on 'Neon' which is used for FFT. As I searched neon is...