Skip to main content
OCatt.1
Associate III
October 29, 2021
Question

Sending BLE message data via UART

  • October 29, 2021
  • 1 reply
  • 1190 views

I am attempting to send a file via BLE (Windows app -> STM32WB55), I've found that the ACI_GATT_ATTRIBUTE_MODIFIED_VSEVT_CODE event is called whenever a packet is received by the board however I am unable to find where the actual packet data is stored or understand how to output it. (I.e. send "HELLO" string via BLE, board outputs "HELLO" via uart).

I am trying to output this data serially via the UART connection. Similarly, I am trying to receive input via uart and transfer the payload from the board to the windows app via BLE.

I have looked at attribute_modified->Attr_Data and similar variables within the event, however I don't believe these are what I'm after.

Thank you for any help,

Oliver.

This topic has been closed for replies.

1 reply

OCatt.1
OCatt.1Author
Associate III
November 10, 2021

Can anyone help me with this?