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 was using B-L072Z-LRWAN1 in a project and found out that I needed a very higher transmission rate than LoRa. I am asking if you can suggest me a board that is capable of data transfer rate of 2 Mbps with a duty cycle of 0.2ms. The data size is 30 B...
I want to develop my custom bluetooth stack in the stm32wb55 using the rust programming language. Does the st platform allows you to do so? I'm new to the wb wireless microcontroller series and I don't have clear if st allows you to use your own stac...
For STM32WLE5JCI6TR, is there register on LoRa receiver node to show quality of received signal in1. Slow (for time frame of packet) frequency difference between transmitter and receiver TCXO.2. Fast frequency difference jitter that are at, says, sym...
That's the question. See https://github.com/Lora-net/SWL2001 for the upstream code; apparently development of the Semtech LoRaWAN stack has stopped in favor of this more feature-rich LoRaWAN stack.
Hello, I am using the dma to receive data into the uart using the functions: HAL_UARTEx_ReceiveToIdle_DMA(&huart2, UART_p.UART_Data, UART_DATA_LENGTH)); with UART_DATA_LENGTH = 200. void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t ...
We are using LORAWAN with STM WL series Microcontroller.For that we have used predefined method of getting readily code of both the functionality.I have shared that link below.https://docs.rakwireless.com/Product-Categories/WisDuo/RAK3172-Module/Low-...
As screen output from STM32CubeIDE version 1.16.0, is this latest chip version of STM32WLE5JCI6TR?Please point to web links on datasheet and errata (workaround and chip deviation from datasheet error). Best regards
HiI am having trouble doing anything useful with the STM32WB5MMG discovery board using version 1.16.0 (Windows) of STM32CubeIDE. I started off with a new application based on the this above board and I don't see anything useful related to the devices...
How can I make sure that the the router and server should work in a pair with no cross connection. Now I know both of these work as I can see on ST toolbox but how can I check if the are connected among them selves . I earlier modified an example to ...
Hi, We have been using the STM32WLE5CB for a while now, using the older die revision Z. Since we have a new batch with the new revision Y die of the STM32WLE5x we couldn't get our firmware working anymore. To try make it work we have tried to use the...