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

Resolved! STM32WB55CGU6 Current Consumption

Good Morning,I am working with an engineer that needs to asses the current based on the states of the STM32WB.  Is the simplest approach to use the Nucleo Board with the part and then, reviewing the schematic, place a current meter in line with the j...

rick2399 by Associate II
  • 1210 Views
  • 1 replies
  • 0 kudos

Resolved! Cluster Zigbee Failure Write Request

Dear St,I'm developing a cluster with a client and server, where I have a client to write on the cluster of the server. I can write with the function ZbZclWriteReq() on the server, but I'm not always successful. When I do the first write, I have succ...

aci_gap_create_connection() never returns on STM32WB5MM

Hello, I'm using the client/server example with two Nucleo-WB55 kit, it works without issue.Now I'm working with my own board:Client : STM32WB5MM moduleServer: the same nucleo-WB55 as above At starting, the client scans and detects the server(with th...

PCu1 by Senior
  • 1601 Views
  • 5 replies
  • 0 kudos

Resolved! Developing Firmware for RAK3172 using AT_Slave

Hello Developers, In our product, we currently have a RAK3172 module interfaced with STM32L4 controller. I am able to use both LoRa P2P and LoRaWAN communication using the AT command sent to the RAK chipset from host, through UART interface. Now i wo...

Can't detect bluetooth from B-U585I-IOT02A board

I do everything as decribled here:-stm32u5 program with  ble at client  code-on stm32wb I update fus, stack and program  BLE_AT_Server_reference.hex from STM32Cube_FW_WB_V1.17.0When i try run app @teraterm i see:Start of the STM32WB5M module AT examp...

Dziubasku by Associate II
  • 3197 Views
  • 10 replies
  • 0 kudos

Resolved! Looking for gateway compatible with B-L072Z.

Hello community,Currently, I have Lorawan gateway: p-nucleo-LRWAN1 and Lorawan node: B-L072Z LRWAN1.I'm looking forward to suggestions from you, which company gateway and node will be better than this current gateway and node. with current devices, I...

Yuvi by Senior
  • 2354 Views
  • 14 replies
  • 5 kudos

Resolved! STM32WB15 cannot connect stlink v2

I encounter the following error when connecting STM32WB15 to ST-Link V2.Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authenticationonly VDD,GND, and SWIO and SWCLK pins connected..p...

Erdincca by Associate II
  • 1786 Views
  • 6 replies
  • 2 kudos

STM32WB55 Nucleo unable to change data rate

Hello,I have been getting into BLE applications with the stm32wb55 nucleo development board. I am currently developing my application over the BLE p2pServer app. I have modified the program such that the P2PS_Send_notification() method keeps sending ...