STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Matter software expansion for STM32Cube

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...

Ouadi by ST Employee
  • 1580 Views
  • 0 replies
  • 2 kudos

How to sent variable len BLE message?

I have set the data length as variable. The code generate in custom_stm.c also aci_gatt_add_char as CHAR_VALUE_LEN_VARIABLE. But in the Custom_STM_App_Update_char function, it always sent and static const charValueLen.I fix it by cloning Custom_STM_A...

Lwang1 by Associate II
  • 1042 Views
  • 3 replies
  • 0 kudos

How to correctly read ADC internal channels with DMA

Hello, I am using a p-nucleo-WB55 and I am trying to use DMA to read two internal channels : - Internal temperature sensor - VbatHere is my code :#define VDDA_APPLI (3300U)   uint16_t ReadVbat(uint16_t value) { return (value/65...

0693W00000QO42rQAD.png
LVolp.2 by Associate II
  • 656 Views
  • 1 replies
  • 0 kudos

STM32WLE5JC EEPROM Issues

I stored the two 32-bit variables on the stm32 EEPROM. the issues were the first 32-bit value is stored perfectly but the other 32bit are shifted and stored in the stm32 EEPROM but it is not stored. Why is it not stored? help to me

AA.21 by Associate II
  • 408 Views
  • 0 replies
  • 0 kudos

My STRKT01 doesn't connect with my network.

In my condition, I have to use the AU915 frequencies due to the rules of my localization. So, I changed the frequency in the compiler and in the firmware I updated the connection mode to ABP, because I've been working with LoRa and for me always work...

DSoar.2 by Associate
  • 318 Views
  • 0 replies
  • 0 kudos

Resolved! ZbZclOnOffServerAlloc Missing reference

Hi,I finally got my zigbee up and running on v.13.xx but it stops working, properly in M0 core after 5-20seconds.However I thought it would be good to go to 14.1, so i did, made a project.But i cannot compile the project.It is based on Cube...I get t...

KJeps.3 by Associate II
  • 516 Views
  • 1 replies
  • 0 kudos

How to connect a STM32WB55 board to a Windows PC via BLE?

Hi all,I'm on a P-NUCLEO-WB55 Nucleo Board (MB1355C) and I'm trying to connect an example to a Windows (Win10) PC via BLE.I'm using the latest firmware version STM32Cube_FW_WB_V1.13.2 and flashed the Copro Wireless binary stm32wb5x_BLE_Stack_full_fw....

jwoerle by Associate III
  • 3055 Views
  • 4 replies
  • 0 kudos

Function aci_gap_additional_beacon_stop returns 0x0C

Hi, I'm using a couple of functions: tBleStatus aci_gap_additional_beacon_start(...);and tBleStatus aci_gap_additional_beacon_stop();The point is that aci_gap_additional_beacon_stop() periodically returns error code 0x0C, which means "command disallo...

IHlot.1 by Associate II
  • 557 Views
  • 1 replies
  • 0 kudos