Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

the-lay/comfy-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages