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 ...
We are currently working on STM32WBCC. Let's say my device name is DEVA. Have the following questions:1. DEVA needs any ability to connect to another BLE device DEVB.2. DEVA needs to maintain the lowest possible power when having the connection in ta...
can anyone help me out on how to configure these devices and code them. thank you
i have been Using STM32WB55 Nucleo Board , and have successfully implemented BLE examples from repository and its Working fine, but suddenly now my board is not executing any BLE Applications , so i have updated M0 Cortex firmware i.e BLE stack From ...
Hello,I'm working on a product that integrates Murata's CMWX1ZZABZ-078 to do either LoRa or Sigfox (in different configurations, with different firmwares). I've tested it with ST-provided example applications for LoRa (AT_Slave and PingPong), and it ...
Is it possible to connect an USB HID to STM32WB Nucleo Board ? Thank you in advice!Stanislav
What's the anticipated availability of this part?
I am currently working on STM32CubeExpansion_LRWAN_V1.3.1 projects. I am using STM32l073 mcu. In End-Node project, the LSE clock is used as RTC source. But I want to use the LSI clock as RTC source instead of LSE. So far I could not be succesful.Coul...
I've been trying to make connection with STM32F0 Discovery and hc-06 bluetooth module via USART2. I've configured Discovery as shown on figure below. Additionally there is an nvic interruption. Hc-06 is configured the same way as Discovery.uint8_t bl...
I wonder why are all ACI commands, that imply using pointer-to-const parameters actually use non-const ones? Is there any reason? Will it ever be fixed?For example:tBleStatus aci_gatt_add_service(uint8_t Service_UUID_Type, ...