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 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,...
Dear.I use WB55 with MBed OS.I needed to receive huge file(over 1M) from Android andsend to Another Device by SPI interface.It sometimes work well. but mostly I met hardFault by monitoring Serial.Android App setting- requestMTU :241Connection Int...
1MB Flash is shared between M0+ and M4 in STM32FWB55XX. Which pages (0-255) are available for M0+ and M4? M0+ has radio firmware (B/E/Thread/802.15.4 MAC) and M4 has application firmware. I want to know max size M4 can access?
I prepared one android app which adds/ updates products stock in Firebase Database.i am doing IOT project with Discovery STM32L475E-IOT01A board.How can i interface Discovery STM32L475E-IOT01A board to Firebase Database.i searched there but i only go...