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 ...
When generating a new project (cubemx 5.5.0) that includes HID and BLE.I rebuilt the sample apps provided by STM for each of these features and they work OK. However I have no clue as to how to combine the two (most probably because I'm setting the c...
Hi, I am looking for reference design for STM32WLE5J8/JB/JC LoRa SoC.I found reference for NUCLEO-WL55JC board but was not able to find it on ST micro website.I also want to check if its possible to design 2x wireless circuit (415MHz and 865MHz) usin...
I have downloaded TERA-TERM to my laptop but it sees nothing. Furthermore I can see no activity on any signal line (UART,SPI or I2C) to the SPBTLE-1S Bluetooth module. I presume SPBTLE-1S would be driven by the host MCU whether or not there is a rece...
I'm busy with the "Discovery kit for LoRaWAN ™, Sigfox ™, and LPWAN protocols"I have several questions:I can't find any documentation on the Middelwares RTOS used. Is it something known? Can we find documentation?How to add a "HW_RTC_SetAlarm", if I ...
I bought a B-L072Z-LRWAN1 with STM32L072C7 as the processor and a NEO 6M GPS module. I found a library on this site https://stm32f4-discovery.net/2014/08/library-27-gps-stm32f4-devices/ Is the TM STM32F4 GPIO Library compatible with my board?
I'm using a custom board with a STM32WB50CG part. When I send this:0x10 0xFC 0x52 0x00 (FUS_GET_STATE) or any command for that matter, I always get this back:0x11 0x0E 0x04 0xFF 0xFE 0x00 0xFE 0x00I've tried this while running the bootloader code as ...
I have Lora module with STM32L052C8T6 mcu. I like to send short massages every minute or two. I sent data with success alredy, but my device will be battery powered so I need very power efficient approach. I figured out that stop mode will be best su...
Is there something similar like X-CUBE-BLE2 (which is for BlueNRG-2) for STM32WB with transparent mode firmware? We want to use STM32WB as a network coprocessor and control it with external STM32 MCU via UART. It's pretty clear what needs to be don...
HiIm working on custom template from STM32WB Workshop HandsOn_3 with template BLE server. I've tried to add more custom characteristics (notify with variable values) to my service. Ive modified the code to the moment that I see them on the Client BLE...