Skip to content

Latest commit

 

History

History
executable file
·
64 lines (41 loc) · 1.46 KB

README.md

File metadata and controls

executable file
·
64 lines (41 loc) · 1.46 KB

SS

RRPI-IOT-HomeAppliance

RPI-IOT-HomeAppliance

Hardware

Wiring

Folder

RPI - put it in Raspberry
Client - Put in your PC and run 
 npm update
 npm install
 
 ==  For android emulator 
 - make sure you have android studio
 
 cordova platform add android
 cordova run android
 
 == *** For Web Browser 
 
 cordova run browser
 
  ==  For IOS emulator 
 - make sure you have Xcode (MacOS)
 
 cordova platform add IOS
 cordova run IOS
 

Prerequisite

## Raspberry pi IMAGE
[Minibian] (https://minibianpi.wordpress.com/)

Installing in Raspberry

## Install Python
apt-get install python3
apt-get install python3-pip

## Install pip
pip3 install pyrebase

License

This project is licensed under the MIT License - see the LICENSE.md file for details