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 ...
The LoRaWAN middleware End-node (lora-app.c) includes a "Join Switch" mechanism set up around the StopJoinTimer, the OnStopJointTimeEvent function, and the StopJoin() task function.The StopJoin function appears to be used to toggle between ABP and OT...
Hello, community,As of LORA calculator maximum speed that can be achieved is 5kbps using B-L072Z LRWAN1 board. But I'm not able to achieve that speed. I'm attaching a screenshot.I have increased the no. of frames per minute by changing APP_TX_DUTYCYC...
I have programmed the STM32 MCU as per the document (https://github.com/Seeed-Studio/LoRaWan-E5-Node/tree/qian) However, I'm not getting any response in TTN network. kindly help me resolve it.
Hello,I am developing a Bluetooth application which can communicate with Android phone emulating Serial Connection. On previous device we used our own Bluetooth Classic module with SPP (Serial Port Profile) using RFCOMM (Serial Port Emulation) and we...
Hello,I am downloading the firmware \STM32Cube_FW_WB_V1.17.0\Projects\STM32WB_Copro_Wireless_Binaries\STM32WB1x\stm32wb1x_BLE_Stack_full_fw.bin to the STM32WB15CC using STM32CubeProgrammer v2.14.0, with USB cable.At the end, I have : 11:21:53:481...
Trying to enable both USB and BLE at the same time I encountered difficultyThe USB failed to run.I encountered the following ticket: usb-device-does-not-work-when-starting-ble-stack-on-stm32wb55 which had an example attached to it.After trying severa...
Hello,I'm writing an application running on Windows and Linux, using Qt to update STM32WB15CC application.I have read AN5247 document and implement it, but my Qt application never receive the last Reboot Indicatatione ( characteristic uuid: "{0000fe2...
Hello,I would like to know the capacity of external memories supported by STM32 MCUs wireless family :- STM32WBA- STM32WB- STM32WB0- STM32WL I looked up in the datasheet of all referencies but I didn't find the information. Thank you for your help. B...
hi allI'm working on a P-NucleoSTM32WB boardI've try BLE_p2pServer_Ext exemple with CM0 loaded with stack_full_extended.bin and it works wellon the other hand I've a simple Custom app that works wellafter tweaking .ld file for getting it to work with...