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

the user button code is not working on NUCLEO-WB55RG

I am trying to use the pushbutton of NUCLEO-WB55RG and I tried coding it in both external interrupts and also as a gpio input. The pin configuration is correct. The same code is running on other Nucleo boards such as L496 and L432. But the code does ...

PMana.1 by Associate II
  • 407 Views
  • 1 replies
  • 0 kudos

How to transmit the 247 data in stm32wb?

I have configured the stm32wb with 247 data transmission but in the receiver side the buffer seems like it transferred only 20 bytes in the notification. For note: The values are updated in the 255 sized cmd_buffer in the aci_gatt_update_char_value(...

SKuma.24 by Associate II
  • 718 Views
  • 2 replies
  • 0 kudos

STM32WLE timing between OTAA request and gateway response

Hi All,I'm creating a TTN application using a STM32WLE5JC. After configuring the LoRaWAN application in STM32CubeIDE I have been able to send an OTAA join request to a gateway using the credentials provided by the TTN application. I can see the join ...

moatjon by Associate III
  • 533 Views
  • 0 replies
  • 0 kudos

How sequencer works in stm32wb

I don't understand if a function that you have set in the sequencer goes out of the sequencer once it has been executed or you have to do it with code. I have read AN5289 and I didn't find out the answer. Thanks in advance.

CGali.2 by Associate III
  • 410 Views
  • 0 replies
  • 1 kudos

STM32WB55 FREERTOS Example:

I am using STM32WB55 HeartRate FREERTOS Example. But when I do something in the Task, it runs only once though it has a while 1 Loop. Can anyone guide me with that?Thanks in Advance.

Warning device under test not responding...

Using the STM32WB55CG (USB dongle) with the P-NUCLEO kit.STM32CubeMonitor-RF on my win10 will not detect the COM I am using. I updated the FUS, BLE_stack, FW as described using STM32CubeProgrammer 2.8.0.UM228 says something about VCOM drivers, how do...

DS.4 by Senior II
  • 399 Views
  • 1 replies
  • 0 kudos

Hi, I am doing Stm32wb55, transmitting data sets from Main board to dongle. Is there anyway that I can display the data in dongle on my computer.

Because the dongle is a USB and I am not sure how to move the data to computer. Do I need another main board and transmit data from dongle to the main board again? Or is there a simple way that I can directly access the data in dongle?Looking forward...

NDong.2 by Associate
  • 315 Views
  • 0 replies
  • 0 kudos

Connect to STM32WB Via Android Programmatically

Hello!I'm trying to build an Android app to connect to my STM32WB device using a custom BLE profile.I'm able to connect and interact with my device via the ST BLE Toolbox app, but when I try to create a Bluetooth socket within Android studio and conn...

WSher.1 by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

What is the fastest way to manage slave select manually when trying to send 32 bit data over 16 bit SPI with DMA (STM32WB55)?

Hi,I'm trying to send 32 bit data with DMA over SPI to a slave device with the STM32WB55 which can only be configured to use hardware NSS with 16 bit transfers at most. I understand that I will likely have to pull the chip select down manually, send ...

SStoy.1 by Associate II
  • 483 Views
  • 1 replies
  • 1 kudos