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 everyone,I would like to use the Uart over BLE with the STM32WB55.I'm not very familiar with BLE, but as I understood for now, Uart over BLE is not a Bluetooth SIG standard, but people have been developing custom services for it.I couldn't find...
I'm testing the STM32CubeFunctionPack_BVLINKWB1_V1.1.0 and it works fine, but I want to hear the sound directly from a speaker connected to the STM32WB instead of using the PC for recording and then play audio.
Hi, I'm testing the STM32CubeFunctionPack_BVLINKWB1_V1.1.0 package. is it possible to stream audio from one device acting as central to more than one peripheral?
I 'm looking for a 100% working example for my MCU (an STM32F030F4P6) at TrueSTUDIO.Is there such an example?
hi. I do have problems in establishing an USB connection to my devices as soon as I run the UTIL_SEQ_Run( UTIL_SEQ_DEFAULT); function in the main while loop. The Computer does not recognize the device. When I disable this function USB Com Port works ...
Hi Sir:I try to use BLEMesh_SetRemoteData(..) with Unicast Address from BLEMesh_GetAddress() for sending packets between two nodes, but the received node dosn't call the Vendor_WriteLocalDataCb(). Is there any suggestion for me to send the packets...
I am trying to execute ping pong experiment with B-L072Z-LRWAN1 discovery kit using STM32CubeIDE. I have used the codes which are available on stm32 website along with firmware . After bringing the project file in IDE problem window is showing error-...
I have two Nucleo packs for the STM32WB55 and the firmware kit STM32Cube_FW_WB_V1.4.0.Using STM32CubeIDE Version: 1.2.0And I would like to build the projects P-NUCLEO-WB55.Nucleo\Applications\Zigbee\Zigbee_OnOff_Client_RouterP-NUCLEO-WB55.Nucleo\Appl...
Hi,I am using the STM32L0 LoRa Discovery kit and trying to upgrade the firmware via USB DHU. I have installed the DFUSeDeme setup from the below link :https://www.st.com/en/development-tools/stsw-stm32080.html#overviewand following the below document...
I set the dutycycle to 10 s :#define APP_TX_DUTYCYCLE 10000But when i run the program i get this :I join the network at first emission. Then i got two emissions at 150 s and 320 s and finally it becomes periodic but with a period of 50 s not 10 s.It ...