Hi.
Is there some code example for Bluetooth button for PTT aplication Zello ?
When I press a button BLE should send notify event =1, when released BLE send notify event=0;
Thank you.
Michael
Hi.
Is there some code example for Bluetooth button for PTT aplication Zello ?
When I press a button BLE should send notify event =1, when released BLE send notify event=0;
Thank you.
Michael
Hi,
Is there some code example for Bluetooth button for PTT aplication Zello ?
We don't have any code example for PTT Zello. But, if you are looking into streaming sound/voice over BLE, then you should take a look at the Thingy:52. It have both microphone and speaker, and can play sound via its speaker and stream sound to other BLE devices from its microphone.
When I press a button BLE should send notify event =1, when released BLE send notify event=0;
This is what we are doing in the BLE Blinky Application example in the SDK. You can download the SDK from here.
You can find the source code and the project file of the BLE Blinky example in the following folder: <SDK_InstallFolder>\examples\ble_peripheral\ble_app_blinky