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

STM32WB55RGV6When a gpio detects an external event (triggered by the falling edge), the server sends a 15 byte notification. I use stm32wb55rgv6 to collect ADS1299 (ADC) data. The sampling rate is 1K (that is, 1000 falling edge triggers).

When a gpio detects an external event (triggered by the falling edge), the server sends a 15 byte notification. I use stm32wb55rgv6 to collect ADS1299 (ADC) data. The sampling rate is 1K (that is, 1000 falling edge triggers). The server should se...

Lep by Senior
  • 510 Views
  • 2 replies
  • 0 kudos

STM32WB55 How to improve data throughput?

​The following figure is the load and corresponding interval of my single notification:I think the interval is too long.I read AN5289 7.6.5 how to maximize data throughput, but I can't find the macro parameters Min_CE_Length and Max_CE_Lengtht, and I...

0693W00000VOE9JQAX.png 0693W00000VOECcQAP.jpg
Lep by Senior
  • 1009 Views
  • 4 replies
  • 0 kudos

Long Characteristic Write Value

Just trying to figure out the max size I can pass to the write function.According to AN5289 :Write long distant value aci_gatt_write_long_char_value(conn_handle, RxCharHandle,offset, chunk_size, (&payload)+offset) Max data write length is 243 bytes.I...

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

STM32WB15 Wake_up pin polarity issue

Hello,I use a stm32WB15 MCU in shutdown mode with a wake up by the wake up pin PA0 (System wake-up 1).Everything works fine with the polarity "High". I use the HAL function "HAL_PWR_EnableWakeUpPin(PWR_WAKEUP_PIN1_HIGH)".But with the polarity "Low" a...

JGuir.1 by Associate II
  • 1531 Views
  • 4 replies
  • 0 kudos