STMicroelectronics / BlueSTSDK_Python

Bluetooth Low Energy Sensors Technology Software Development Kit (Python version for Linux Gateways)
https://www.st.com/en/embedded-software/bluest-sdk.html
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

How to get audio with beamforming ? #10

Closed EvanFang1013 closed 4 years ago

EvanFang1013 commented 4 years ago

I can get audio with beamforming on the direction from ios/android, but i don't know how to get that function on python. I have found beamforming of feature on python ,but that only return direction. I want to get audio data with beamforming, can you teach me how to do ? please help ,thank you.

matteoronchi commented 4 years ago

Hi EvanFang1013,

I've just updated the "example_ble_5.py" adding the possibility to activate the beamforming (if it is a feature exported from the BLE node you are using). I hope that this could solve your issue.

best regards, Matteo

EvanFang1013 commented 4 years ago

Dear matteoronchi , Thanks your solution, I successfully activate the beamforming Best regards.