Hi, how can i pick up Bluetooth voice commands from Android to RPI4, in order to control servo motors ?
Establish a Bluetooth connection between the Android device and Raspberry Pi then use voice commands on the Android device to send specific commands over Bluetooth.Write a Python script on the Raspberry Pi to receive the commands and control the servo motors accordingly.
I have python code, that uses Vosk for speech recognition. I just need to make the connection from Android to RPI. Can i establish the connection with the build-in BLE in RPI 4, or i need external one?