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 ...
After downloading I-CUBE-LRWAN and running the B-L072Z-LRWAN1 example i get the that LmhpCompliance.h doesn't exist but looking into the files i do see that it does exist. Any help appreciated.
What was known as "The Things Network" (TTN) is now "legacy" and not accepting any new devices, gateways, or applications. Thus, I think, all ST materials referencing "The Things Network" are now obsolete & unusable.So, has anyone managed to migrate ...
I am trying to start HSE with external crystal (on nucleo WL55JC1 board). I removed R2 (Output from TCXO), added two 0E bridges R39 and R40, added 10k resistor R41 (to remove stub). Then I started the Cube-MX (latest, fresh update...), selected the n...
Hi, everyone. Is it possible to build an application that supports all regional standards? AS923-1 / AS923-2 / AS923-3 together are of particular interest (depending on the setting, which is changed via the UART, for example).
Hello! I'm working on a STM32WB10CCU and I'm trying to start the BLE peer2peer server following the ST Workshop. Some things have differed from the workshop to what I'm doing such as there being no scheduler.c or scheduler.h to initialize so I'm usin...
Good afternoon to all forum members. I have a problem with stm32wb55 and i2c protocol. I use i2c (hi2c3) with the connected peripherals Ad7746, adxl345, mcp9808 and they work fine, but if I join fram MB85RC256v, with the write/read in the routine I w...
I am trying to setup UART1 on WL55CC; using RTS; #include <stdio.h> #if defined (__ICCARM__) || defined (__ARMCC_VERSION) #define PUTCHAR_PROTOTYPE int fputc(int ch, FILE *f) #elif defined(__GNUC__) /* With GCC, small printf (option LD Linker->L...
I'm looking for if exist any project or example for lorawan concentrator. Thanks.
Hi,I have already got the example end_node running, however, i now want to start a new project based on this example. I would like to have all Drivers and Middlewares inside the project and not just links to those files. I had many attempts trying to...
Hello to the forum. I would like to start working with stm32wb55, due to its low consumption and also because it has the BLE protocol. However, I cannot find how to implement and link the cpus. I ask if anyone knows where I can get simple and practic...