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 everyone,I’m a beginner with STM32 boards and I’m trying to understand and work with the BLE 5.4 PAwR feature. I have a NUCLEO-WB09KE board, and I’m using Windows 11 along with the STM32Cube_FW_WB0_V1.1.0 package. I have installed all the required...
I am working on a new project which is based on STM32WB55REVx MCU. I have designed the schematic as shown based on the VDD 1.8V. I would like to understand whether the power lines and RF design is properly done, or it needs some changes. I would appr...
Hi,In RAK3172 which have STM32WLE5CCU6, during the flashing of DEVEUI,JOINEUI ,APPKEY and NWKKEY in which memory location of NVM this values are being stored. Is there any documentation for same? Also can we flash these keys directly to NVM using STM...
Our product is based on an STM32WB5MM. On the STM32WB, we have privacy enabled and use the filter/acceptance list.When the filter/acceptance list is not enabled, we want the device to be able to connect to a Garmin device. Unfortunately, the device d...
/* Private function prototypes -----------------------------------------------*/void SystemClock_Config(void);void PeriphCommonClock_Config(void);static void MX_GPIO_Init(void);static void MX_ADC1_Init(void);static void MX_USART1_UART_Init(void);/* ...
I have a HC-06 module being run via USART from a STM32F411RE NUCLEO board.When I run STBLEToolbox (or LightBlue) the module doesn't appear in the scan list (all filters are off)Yet when I open my Bluetooth settings on my phone the module shows up & I...
Hi everyone,I'm at the start to build up my transceiver based on the STM32WL33 with the Nucleo-board NUCLEO-WL33CC1 and the Mainboard MB1801. I want to use the IOC in the Cube IDE.If you are trying to send the raw HF Data to a GPIO Pin: Change __HA...
I can send commands to my end-node (NUCLEO L073RZ + I-NUCLEO-LRWAN1), and I downloaded the AT_MASTER project. I am able to change the APPKEY and other parameters, but when I reset the module to try and see it on LORIOT, the appkey and other parameter...
Hi,We are developing a LoRa application using the STM32WLE5JC chip. The product is to be implemented for multiple deployment regions (EU, US, AU and AS). We have a problem with the US configuration. When a device sends a join request, the first attem...
Hello,I added a new characteristic to the P2P_Server application that is a, CHAR_PROP_WRITE and GATT_NOTIFY_WRITE_REQ_AND_WAIT_FOR_APPL_RESP = Yes, all other notifications are set to No. The UUID = 50 50. I added the processing of the incoming char...