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 ,I'm trying to Perform OTA update using ST BLE ToolBox ,I have programmed my STM32WB5MMG with the OTA binary.The problem comes when starting the update process. With ST BLE Sensor there is no problem: the device is updated to the new version of th...
@ST Community @STTwo-32 @Tinnagit @Tesla DeLorean 1) I have done few changes from "#define LORAWAN_DEFAULT_CLASS CLASS_A" to "#define LORAWAN_DEFAULT_CLASS CLASS_C" in the "lora_app.h" file and I also changed "#define DISABLE_LORAWAN_RX_WINDOW 0" to ...
Hello.I have encountered an issue during the migration from STM32WB5MMG to STM32WB1MMC.When I generate the default code using CubeMX with STM32WB1MMC, no errors occur. However, when I try to transfer the code I was using with STM32WB5MMG to STM32WB1M...
Do I need to set the net impedances of differential pair from RFI_P and RFI_N to 50ohm?
Hi.I'm using stm32wb55 MCU.ADC is running in continuous mode with 6 channels using DMA for the results. I want to use analog watchdog interrupt on just 1 channel that is on rank 2.I have 2 problems, first the interrupts occured only for the channel i...
1) Class A for Unicast.Class B synchronous transmission (thanks to beacon) for Unicast or Multicast.Class C for continuous transmission for Unicast or Multicast.According to this details will Class C will give little bit more data rate then Class B?2...
Hello,I am developing a custom board with the STM32WB55RGV6 Chip and an on-board PCB antenna. The document is for a 2-layer PCB and I am needing to do a 4-layer PCB. I don't completely have the recommended stack-up, but altium shows its very close to...
Hello developers,I am currently developing all in one AT Slave firmware for STM32WL, which can handle both lorawan and sigfox AT commands. I have tested both AT Slave example of Sigfox and LoRaWAN one by one and it's working as expected. When i open...
I've prepared a small device firmware for a STM32WB35CEU7Ait's only providing battery service and debug infos on serialI've tested it on a P-NUCLEO-WB55 loaded with stm32wb5x_BLE_Stack_full_fw.bin1.19.02 stack loaded @0x080CE000 and it works wonderfu...
Hi,I am writing a client/server application for STM32WB55. Server behavior is ok. On client side, I connect to a peripheral and try to send 32 bytes packets every 100 ms on peripheral's RX characteristic using aci_gatt_write_without_response function...