Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1001 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 1001 Bytes

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