Skip to content

kaka-lin/rpi-voice-kit-app

Repository files navigation

RPi3 - App and Voice kit

This repo is using app to control Voice Kit(RPi3) via BLE

Require

Usage

  1. Install npm module

    cd rpi-app; npm install
  2. 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
  3. 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!

Image Example