Skip to content

Remote control for DIY smarthome using Arduino, Raspi and NodeJS.

Notifications You must be signed in to change notification settings

praditautama/smarthome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smarthome

forked from https://github.com/ardhyw/smarthome

Adalah community project XL-Labs, yang dimulai — mungkin — 2 tahun yang lalu.

Ini adalah project DIY smarthome menggunakan Arduino dan Raspberry Pi (Raspi).

Cara Kerja

Arduino digunakan untuk interfacing antara Raspi dengan hardware — sensor dan relay. Di dalamnya ada firmware firmata yang berkomunikasi dengan Raspi melalui interface serial.

Program javascript berjalan di dalam Raspi. Dia berfungsi untuk mendengarkan HTTP request sebagai perintah untuk diteruskan ke Arduino.

Arduino bisa diperintah untuk ON/OFF relay.

Contoh:

URL http://ip_address_raspi:3000/1/on akan menyalakan relay no.1

URL http://ip_address_raspi:3000/1/off akan mematikan relay no.1

Library

npm install -g firmata
npm install -g express

About

Remote control for DIY smarthome using Arduino, Raspi and NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published