简体   繁体   中英

Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset?

I'm working on an universal application running in a Rpi3 with Windows 10 IoT 14393.67 using speech synthesis and recognition. I've been using an USB microphone for the input and the audio jack connected to speakers for the synthetized voice, but I wanted to change it to use a bluetooth headset instead.

I've paired a headset to the device using the integrated bluetooth connection in the Rpi3, but I couldn't figure out how to access the microphone and the speakers on the headset from my c# code. Is this possible to archieve?

UWP apps can do quite advanced stuff even on the Raspberry Pi. What you described is quite common and Microsoft even provides a set of Bluetooth related samples to get started with:

Device enumeration and pairing sample

You might also want to take a look at the Bluetooth section of UWP documentation on MSDN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM