Published

Raspberry Pi Home Automation

I always wanted to automate my room so I came up with this solution. It was cheap and easy to use.

BeginnerFull instructions provided3,511
Raspberry Pi Home Automation

Things used in this project

Hardware components

Raspberry Pi 3 Model B
Raspberry Pi 3 Model B
×1
Female/Female Jumper Wires
Female/Female Jumper Wires
×1
5V 1A generic wall adapter
×1
Relay Module (Generic)
×1

Software apps and online services

My pi

Story

Read more

Code

Untitled file

Python
pi@raspberry :~  $ Sudo apt-get Update (this may take time)
pi@raspberry :~  $ cd /home/pi
pi@raspberry :~  $ ls
pi@raspberry :~  $ wget  www.ioslinks.com/mypi/server.zip
pi@raspberry :~  $ ls (check the above server.zip file should be added in the directories)
pi@raspberry :~  $ unzip server.zip (this will unzip the the directory)
pi@raspberry :~  $ python3 mypi_server.pyc

Credits

Comments