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 Sir,I use sample code in STM32Cube_FW_WB_V1.13.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pServer and BLE_p2pClient. The BLE characteristic's property CHAR_PROP_WRITE_WITHOUT_RESP is used in the sample, I try to modified it as CHAR_PR...
Hello everyone,I have recently created a new project for my development board NUCLEO-WB15CC from STM32CubeIDE. There are some conflict in sizes of SRAM2 and FLASH. In the RM0473, SRAM2a is described as 32KB and SRAM2b is described as 4KB and these ar...
So I want to make a custom client with mu own service UUID and characteristics which is 128 bits but in cubeMX I can only choose client mode: custom p2p client.Everytime I generate code from MX it will delete my changes in the wpan code and use the p...
Can i use any stm32 mcu chip which used as lora repeater?Because i need in my project.Also give source code if available.
Hello! I was wondering if it's possible to access some more raw RF data from your STM32WBxx product. I would like to have access to some I/Q data before those be converted into digital BLE packets. I thought a good first step could be to have access ...
We are using B-L072Z-LRWAN1 for developing our application. We are struggling to send more than 11 bytes of application payload. As long as the total payload is 11 bytes, the node joins the network with no issues. When we try to change the DR > 0 so ...
Hello,I'd like to know if it's possible to use RTC with a BCD Calendar mode with the end node example. Indeed, I've tried to, but it seems that the timer server doesn't work when i'm not using the binary mode.Thanks !
Hello!I'm attempting to set up the BLE AT Client example in the STM32U5 firmware package on a B-U585I-IOT02A board. I've managed to flash it, but when I run it on the debugger (through the ST-Link v3 USB port), the "AT" and "AT+BLE_SVC=1" commands se...
I think I have had the same issue as: https://community.st.com/s/question/0D53W00001Z9hswSAB/code-generation-problem-for-rtc-with-stm32wlHowever that thread never got answered so I post again, this time with additional information.Im using STM32CubeI...
I have set the data length as variable. The code generate in custom_stm.c also aci_gatt_add_char as CHAR_VALUE_LEN_VARIABLE. But in the Custom_STM_App_Update_char function, it always sent and static const charValueLen.I fix it by cloning Custom_STM_A...