STM32 MCUs Wireless

Ask questions and discuss STM32 wireless solutions and their implementation for running Bluetooth LE, Zigbee, LoRaWAN applications.

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
  • 3484 Views
  • 0 replies
  • 2 kudos

Can the STM32WB55 OTA handle encrypted user applications?

As far as I understand, the OTA example provided (BLE_Ota) supports either flashing the user application directly or handing the processing over to CPU2 for decryption of the Wireless firmware (which comes as an encrypted and signed package).Is it po...

HRadt.1 by Senior
  • 1186 Views
  • 5 replies
  • 0 kudos

I2C error handling.

I am using the following code:  while(HAL_I2C_Master_Transmit(&hi2c1, DEVICE_ADDR, i2cbuffer, 1, 1000) != HAL_OK)  {   /* Error_Handler() function is called when Timeout error occurs.     When Acknowledge failure occurs (Slave doesn't acknowledge its...

BMart.2 by Associate II
  • 3052 Views
  • 1 replies
  • 0 kudos

I2C Error Trapping

I am using the STM32WB in master mode, polling a single LSM303AGR accelerometer. Using the HAL transmit routine as follows:if(hi2c1.State == HAL_I2C_STATE_READY) {  /* Now send the device address and register to be read with 1 sec delay max*/  while(...

0693W000001sxN6QAI.png
BMart.2 by Associate II
  • 640 Views
  • 1 replies
  • 0 kudos

I2C Error Trapping

I2C Error trappingI am using the STM32WB in master mode, polling a single LSM303AGR accelerometer. Using the HAL transmit routine as follows:if(hi2c1.State == HAL_I2C_STATE_READY) {  /* Now send the device address and register to be read with 1 sec d...

0693W000001sxN6QAI.png
BMart.2 by Associate II
  • 2390 Views
  • 1 replies
  • 0 kudos

Lora End_Node example doesn't send the right data

I have recently downloaded STM32CubeExpansion_LRWAN_V1.2.1.In the main.c of the End_Node example I commented all the sensor related variables etc. and just tried to send letter 'H' with AppData.Buff[i++] = 'H';The message gets though but it keeps cha...

GErze by Associate II
  • 1095 Views
  • 3 replies
  • 0 kudos