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 would like to transfer data between two P-NUCLEO-WB55 boards. I took a look at the p2p-Server/Client example and I think this is just what I need. I used the project templates from CubeIDE and created two own versions. For this I followed thi...
I've been using a WB55 for a BLE Router but supply shortages have meant we need to switch to using a WB10CC. I noticed that there is no example from ST for this chipset. My initial attempts to adapt the WB55 example haven't been productive.
Hello, I am using ST ble sensor app's latest ios version to perform my firmware update on the stm32wb55 device. But the app doesn't work properly. When I try to connect a device from the home page, it shows connecting message for a long time. sometim...
Hello,I asked this question once, but I feel that I explained the problem inadequately.I am attempting to write to internal flash memory and am following the (UNLOCK, ERASE, WRITE, LOCK) approach. Everything writes fine in the simple code I have writ...
#define APPBLE_GAP_DEVICE_NAME_LENGTH 7 #define BD_ADDR_SIZE_LOCAL 6 #if OOB_DEMO != 0 #define LED_ON_TIMEOUT (0.005*1000*1000/CFG_TS_TICK_VAL) /**< 5ms */ #endif PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static TL_CmdPacket_t BleCmdBuffer...
Hello,I'm using STM32WB to scan bel beacons, i started from p2p_client example and modified it to scan all types of beacons it shows all close devices, their MAC address and RSSI power, but i want to show more beacons info like beacon name, type, bea...
Hey there, i have a problem with the Nucleo STM32WL55 Board, i'm trying to reduce the current of the board in the LoRaWAN_EndNode application. When the uc is running i got something between 160uA, but in the datasheet it says that the typical current...
Hello,With the Nucleo-WB55 evaluation kit. We plugged in a CODEC to play audio.For this we need an audio player, but we cannot find an audio player provided by ST for the STM32WB55.Can you provide me with a link if there is one?Is it possible to impl...
I have a STM32WB35CEU7A. Vref doesn't provide a pin out, it's tied to Vdda internally. On my PCB Vdda is connected to Vdd. The question is: The ADC will take into account the internal Vref or Vdda ? I suppose the latter please verify. If that is the ...