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 ...
I am trying to use STM32W55RG as BLE client in FREERTOS CMSIS V2. But it seems that its not allowed. May i know the reason behind this? I attached the error image in this message. I also observed that Sequencer is also not available in FREERTOS. Can ...
Hi, I tried to play the I-Cube 1.3.1 / B-L072Z-LRWAN1 example in "End Node" mode but I noticed some strange behaviours. I leted the DUTY_CYCLE configured at 10 seconds and I'm playing on private network with Chirpstack Network Server and App Server. ...
STM32Cube MCU Package for STM32WL series (HAL and LL low level drivers, USB, File system, RTOS - coming with examples running on ST boards: STM32 Nucleo, Discovery kits and Evaluation boards) not available on st site. Please provide me mcu packages ...
Hi,I tried running ST lorawan stack (STM32L073RZ-Nucleo) on acsip s76G chip (with stm32l073RZ and sx1276). I can get data from device but the problem is that the signal is too weak. I know my hardware is ok so what should i config in code? Any sugges...
I'm trying to set STMM32Lo72CZY6TR MCU along with workshop video on YouTube.I also install Virtual COM Port and install AT_slave_exe.bin on the kit.However I received "AT_EROOR" when I input "AT".This is first trial to use this discovery kit.I apprec...
The reference design of the CMWX1ZZABZ-091 shows a connection between pins SX1276_DIO4 and PA5/ADC5/DAC2 when in Sigfox mode. The B-L072Z-LRWAN1 board has a jumper between these pins (SB26), but according to table 11 of the manual this jumper is Res...
Hello everyone, I have a question in APP_BLE_Init( ). I addHW_TS_Create(CFG_TIM_PROC_ID_ISR, &(BleApplicationContext.SwitchOffGPIO_timer_Id), hw_ts_SingleShot, Switch_OFF_GPIO); and HW_TS_Start(BleApplicationContext.SwitchOf...
Board: P-Nucleo-WB55BLE Application Type : ServerServer mode : Custom templateBug#1: CFG_GAP_DEVICE_NAME always has a "TEMPLATE" value and is independent of the value set in CubeMX.Bug#2: Routine "Custom_STM_App_Update_Char" was generated with invali...
I am trying to set up a new project with BLE in it. Initially, it simply reads an accelerometer over SPI and flashes LEDS. I then used the configurator (the Cube bit) to turn on the BLE functionality. It adds a load of config code, but when I run it,...