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

BLE: master up to 16 links

Hi,for my application i need to connect from 8 to 16 BLE devices (STM32WB sensor boards) to a LTE gateway (always a STM32WB board). Since actually the maximum connectable devices in master mode are 5, I found not ideal the solution to switch device t...

LSpad.1 by Associate III
  • 284 Views
  • 0 replies
  • 0 kudos

AT+DEFMODE command, (and other AT Commands)

Hello,I'm working on the I-NUCLEO-LRWAN1 LoRa expension board.I succesfully build an application PingPong for this board. It is working fine. (Two module communicating!)To understand better what is done, I would like to check the AT commands send to ...

ANauz.1 by Senior II
  • 324 Views
  • 2 replies
  • 0 kudos

Stm32wb55 ble advertising issue

hi.. i am trying to use ble_p2pserver example in order to advertise and connect. I want the device to be in advertising mode still it connects to any client. so i have not registered event for ADV_Cancel. unfortunately, Advertising event is getting s...

Error during flashing in STM32WB55RG

Hi, I tried to flash to the STM32WB55RG .. I am using a USB type microB connector for the flashing connected to Connector 15 (CN15) of the nucleo card (the jumper JP1 is connected to pin [7-8] and the two leds LED6 and LED5 are red) and I am using IA...

mmed by Associate III
  • 3043 Views
  • 18 replies
  • 0 kudos

Testing antenna on stm35wb55ccu

I'm trying to test the antenna on a STM35WB55CCU. Is there a projet that I could download on st website that would be able to make my mcu discoverable by my phone with BLE?

Mchag.1 by Associate
  • 318 Views
  • 1 replies
  • 0 kudos

Proper way to enter & exist STOP2 mode?

Hi, I'd like know how I should enter stop2 in the most thorough way.I'm using STM32WB55x series, to enter STOP2 mode, all GPIO bands apparently needs to be initialized as analog. The problem is, I need BANK A to use EXTI to wake the chip back up int...