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 working on a project with : B-L072Z-LRWAN and i m using LORIOT as a network server. i want to visualize my data on a Cayenne dashboard . i can't see the data on the dashboard i think i need to change the format of the data to LPP . i m using ...
Example: BLEHeartRateFreeRtos.In one case of command response we get TL_BLEEVT_CS_OPCODE , another one is TL_BLEEVT_CC_OPCODE. What is the difference?Can we get more than one packet of response in each case? (It looks like the code is written to hand...
Hello Everyone,Newbie to STM32 here. I tried working with the STM32WB55 BLEmesh Lightning PRFN example for Nucleo board. I am facing troubles working with as listed below.STM BLE Mesh app hanging sometimes after provisioning and at different stages.W...
We want to implement mesh networks without using ST BLE mesh android App.
Below is the event occurring upon connection, in this event there is the Connection_Handle, this is the number I believe is identifying this specific connection.Event upon connection:typedef PACKED(struct) { ... uint16_t Connection_Handle; // ...
When I compile the BLE_OTA demo application and run it, it hard faults in APPE_Init when it configures the BLE processor to control flash activity using hardware semaphore SEM7:SHCI_C2_SetFlashActivityControl(FLASH_ACTIVITY_CONTROL_SEM7);Stepping thr...
I am running the same firmware build on two different pieces of hardware that contain an STM32WB55CG. The firmware is configured to use a Fixed Pin for pairing and bonding. One works as expected and will create a bonded, authenticated, encrypted link...
The LoRaWAN_AT_Master project from I-CUBE-LRWAN v2.0.0 does not work out-of-the-box - for necessary fixes, see:https://community.st.com/s/question/0D53W00000vP1XtSAK/icubelrwan-v200-with-nucleol073rz-board-and-inucleolrwan1-shieldThe reason for tryin...
Hello. I am trying to setup SPI1 on the STM32WB55 nucleo board. I have setup the nucleo board with the default peripheral configuration using STM32CUBEMX and I have enabled SPI1 Transmit Only Master mode: In my code, all I am trying to do is SPI1 tra...