Skip to content

achoum/couch-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Couch Tracker for Arduino

Mathieu Guillame-Bert ([email protected]) 2020

The Couch Tracker tracks the amount of time spent in your couch (or any other locations).

The system works by detecting the presence of persons in front of it, and summing and displaying the duration of activation (both last and total sum). Every 30minutes of activation, the controller emits a short buzz. The system also displays the time, temperature, and humidity level.

The module requires:

  • A passive buzzer (pin 9).
  • DHT11: Temperature and humidity sensor (pin 10).
  • HC-SR501: PIR Sensor (pin 8).
  • DS3231 RTC: Real Time Clock Module (i2c bus).
  • LCD1602: 16x2 LCD display (pins 2-7).
  • 2 10k Potentiometers (for contrast and retro-lighting of the LCD).

The display is as follow:

====================
[AA:AA] [BB]°C [CC]%
[D:DD:DD] [EE:EE:EE]
====================

With:

  • A: Time
  • B: Temperature
  • C: Humidity
  • D: Duration of continuous activity
  • E: Sum of activity durations

Outside

Inside

About

Track the amount of time you spend in your couch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages