-->
Page 1 of 1

HomIOT - home monitoring with arduino and esp8266

PostPosted: Sat Dec 13, 2014 4:05 pm
by vlad
So I have an old security system left behind from previous owner. I ripped the old 'controller' out and figured I could use esp+arduino to get the system running again.

Decided to start with the easiest thing and use the reed switches that I already have installed. I just wanted to see doors/windows opening closing on my phone, like so -
HomIOT.Mobile.jpg


Arduino source code -
https://github.com/vladkosarev/HomIOT.Arduino
Arduino needs to be connected to ESP8266 that is flashed with standard AT sdk. I am using Arduino Pro Mini 3.3v 8Mhz so 57600 is the best I can do. ESP returns some junk instead of 'ready' at that speed so you might need to change the startup procedure if you are running full arduino.

Server source code -
https://github.com/vladkosarev/HomIOT.Server
A simple node js server. Just run it anywhere node can run and make sure port is opened for incoming traffic.
You will want to change up the names of the pins/sensors.

Mobile/Web app source code -
https://github.com/vladkosarev/HomIOT.Mobile
This is ionic mobile app that will log all the events happening to arduino's GPIOs.
if you want to just run it in the browser then run ionic serve. If you want to run it on mobile then go through ionic docs on how to do that.
If you already have android environment then just do ionic platform android and ionic run.

Here's the ugly prototype. ESP is dangling from colourful wires. Pro Mini is connected to reed switches (red/black wires and resistors).
homiot_prototype.jpg

Re: HomIOT - home monitoring with arduino and esp8266

PostPosted: Wed Nov 18, 2015 5:59 am
by Saroz
Thank you,
Can you share the circuit diagram for same .