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,Does someone can explain me how to modify the ATT MTU size please ?Thanks.
Right now we have sensors that go into standby mode and are woken up by Alarm B every minute for testing purposes. However, at completely random occasions, the device is no longer woken up at the alarm times (so we are preventing for 24hr RTC overflo...
There is a heart rate service example in the STM32WB firmware. If I want to create a private service in the firmware. For example, I want to create a service to let the LED on and OFF. How to create a private service like that?
Hi guys,I program an application with a STM32LO-LRWAN1 module who does the connection with a sensor by I2C and i would like to integer my application in the "Ping Pong" example for proving to my boss that the connection between two modules is possibl...
I am trying to mesaure throughput of OpenThread by sending CoAP-s (small modificaiton of example) one by one WITHOUT any delay. After few messages, SW crashes in creation of new CoAP message (otCoapNewMessage). Why? Is something wrong with IPCC co...
Attaching the log files.Open On-Chip Debugger 0.10.0+dev-00021-g524e8c8 (2019-04-23-20:37)Licensed under GNU GPL v2For bug reports, read http://openocd.org/doc/doxygen/bugs.htmlsrst_only separate srst_nogate srst_open_drain connect_assert_srstInfo : ...
I want to build the wireless application. I see the an5289 is a guide for that. but I can't find where I can download it.
Hi,I really need to know where I can find this application note : AN5289 - Building a Wireless application.This one is mentioned in all yours readme files in the STM32Cube FW WB package but impossible to find it neither on the web, nor through your w...
Hi, i am trying to connect mi board to TTN but in my gateway(a pycom lopy4 which is online) terminal doesnt appear any join request, i have made this changes in the end_node example code:in commissioning.h:#define STATIC_DEVICE_EUI ...
I'm working with the ping pong with lora in stm32 , the code doesn't recieve anything , it only executes the RX_timeout and TX_timeout while the device in the other side is sending DATA correctly with lora, How can I fix this problem ?this is in the ...