Using app to control Voice Kit(smart speaker)
This repo is using app to control Voice Kit(RPi3)
via BLE
Install npm module
cd rpi-app; npm install
Install and Run app
use xcode or android studio to install app in your mobile
if you’ve already install app on mobile, you can use:
npm start
Run ble server(in voice kit)
cd rpi-ble-server
python3 main.py
Then, in app you will see ble list, find your device name and connected!