the-lay / comfy-home

DIY smarthome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready homemade-smart-home

DIY smarthome
Expecting some kind of beta somewhere in 2014

Old readme

Now:
Early pre-pre-pre-prototype.
Arduino as node with temperature sensor. Raspberry Pi as base station with SQLite DB to store sensor values. Both have nRF24L01.

TODO:
Software side:

  • Web frontend for Pi (more than just one graph) - Probably switch to another framework stack too
  • Switch to another DB. SQLite isn't great for more than one concurrent query (table locking and stuff)

Hardware side:

  • ATMegas as nodes
  • Add more types of nodes, actuators and more different sensors

Organization side:

  • Rename repo (probably easier to make another one)
  • Add instructions on how to install all this to README file
  • Add description to project
  • Documentation
  • Trello board? Mind map?

Ideas:
Technical:

General:

  • Multiple room speakers
  • Microphones, speech detection (who we are kidding here?)
  • NFC/RFID reader to monitor who's home
  • light control with regards to day of the year, time, current weather and presence of habitants

Used libraries

github.com/stanleyseow/RF24 - for Arduino and Pi communication with nRF24L01.
Dalla Temperature Control and OneWire - for easy polling temperature from DS18B20 temperature sensor.

About

DIY smarthome

License:Other


Languages

Language:JavaScript 96.3%Language:C++ 1.9%Language:Arduino 1.0%Language:CSS 0.7%