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 ...
Hello,I've just bought the STM32WB Nucleo Kit to develop an application. I've programmed with MCUs in the past mainly Arduino but also with the ATMega 168 directly. To learn how to use the STM32 I started watching this playlist from YouTube which is ...
Hi, i am trying to use this function but always return me 0uint32_t SysTime2Ms( SysTime_t sysTime ) { SysTime_t DeltaTime; HW_RTC_BKUPRead( &DeltaTime.Seconds, ( uint32_t* )&DeltaTime.SubSeconds ); SysTime_t calendarTime = SysTimeSub( sys...
I am new to Bluetooth development so maybe the answer is obvious. I would like to use BLE on a wearable for indoor localization with Eddystone beacons, so far so good. At the same time (or in a timeframe) I would like to transmit information via BLE ...
I want to switch between ZIGBEE and BLE online
Sorry for such a newbie question....I can connect and debug in CubeMX, was trying to get a project started in CubeIDE.I can select the CPU, but I don't see the board package. Is there some initialization I might be missing? IDE connects, then pausing...
Hi All,May i check with you all on the following question, 1. The data needs to be sent to server/cloud, therefore a gateway is required. Does ST have a solution on the BLE gateway?2. If the BLE Module is used, mesh topology will be employed. Does ST...
Hey thereWe are developing LoRa Applications based on I-CUBE-LRWAN Stack. 1.5 Years ago, i ported it into a freertos and it worked great. now i'm trying to port the newer version of the stack and i'm not able to connect to the things network. to my o...
When I use the IDE to configure USART1 in Half-Duplex mode, the GPIO setting is wrong.Indeed, PB7 is set instead of PB6.Also, its mode is set to GPIO_MODE_AF_PP instead of GPIO_MODE_AF_OD.This cannot be changed from the IDE/MX configuration wizard, u...
I'm using the P-NUCLEO-WB55 development board, with only USB (CDC Device) and USART1 enabled/configured through the STM IDE.The code is generated, I add my own code, I compile, program, test it, and everything works.However, whenever I close and open...
Hello everyone,I am working on a project on which i would like to send a notification from a board to another when the firts one crosses a threshold with the built-in comparator. I started from the BLE_p2pServer and BLE_p2pClient examples from STM32C...