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 all,I´m modifying the P2P-Server Service for using it for my own purposes. I want to send sensor data and a 32-Bit timestamp in microseconds continously to my own Android App. Sending the Sensor Data works very well, but not the timestamp. The ...
I use 5 quantity VNH7100BAS motor control ic in a single board, how it connects with STM32WB55RGV7TR microcontroller with a minimum pin count of CPU
Hey guys, I'm Working on the NUCLEO-55WLJC1 Board. My Problem seems very simple but I've been struggling with this for some time now. I want to use HAL_GPIO_TogglePin To toggle a pin, but it has no effect at all. I tried to use HAL_GPIO_WritePin inst...
I have two Nucleo WL55JC and a Stm32f4 discovery board. Can i build a Lorawan gateaway with these products?
I could not find "BLE_meshlightingdemo" folder. Where can I get this project and the binary file? Thank you.
I wanted to use an additional Pin in the Ping Pong LoRa example program for the nucleo-WL55JC1 Board. So i set one as Output and saved the Configuration file. What happened, was that my Project then had about 200 Errors. Saving the Configuration must...
My pins seem to just be floating even though, i have set them to specific levels.the only one, that works properly is Pin 3 on 3.3 V. MX_GPIO_Init(); /* USER CODE BEGIN 2 */ HAL_GPIO_WritePin(GPIOA, GPIO_PIN_2, GPIO_PIN_RESET); HAL_GPIO...
Hi,i have an STM32WB used as client. Compiling the project with libraries 1.8.0 i can connect 5 BLE servers without any problem, compiling the project with libraries 1.10.0 i can't connect more than 2 BLE Servers, from the third aci_gap_create_connec...
Hello,I am trying to use a ble application on the dongle board included in the P-Nucleo-WB55 pack. Is it possible to use the st-link debugger found on the Nucleo68 board to program the dongle? (This is the other board found in the P-Nucleo pack) the ...