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

Resolved! LoRaWAN integration in STM32WB55

I am using the STM32WB55 microcontroller where I use BLE and integrate my main program with code that I am implementing.On the other hand, I need to use LoRaWAN and for this I use the HOPERF RFM95 module in which only the radio part is integrated but...

OGarc.1 by Associate II
  • 731 Views
  • 3 replies
  • 1 kudos

Connect to a device BLE STM32WB55

Hello guys,I want connect to a bluetooth device from STM32WB.I've used this function inspiered to setup the connection with the device found when scanning but it won't connect to it it always print out Connection To Slave Failed with reason 0x46 whic...

0693W00000NrwPvQAJ.png
BLiwa.1 by Associate II
  • 1093 Views
  • 4 replies
  • 0 kudos

Wait until BLE notification has been sent

I basically have this code:while (...) { // A while (BLE_STATUS_INSUFFICIENT_RESOURCES == aci_gatt_update_char_value(...)) { // B osDelay(10); } }   while (BLE_STATUS_INSUFFICIENT_RESOURCES == aci_gatt_update_char_value(...)) { // C osDelay...

LWChris by Associate III
  • 1745 Views
  • 4 replies
  • 1 kudos