Toilet Status Indicator: Unterschied zwischen den Versionen

Aus LaborWiki
Wechseln zu: Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{Workinprogress}}
{{ProjektInfoBox
[[Datei:Toilet_status.jpg|thumb|300px]]
|name        = Toilet Status Indicator
|status      = stable
|image      = Toilet_status.jpg
|description = This Panel shows the current status of the Toilet
|author      = [[Benutzer:kiraz|kiraz]], [[Benutzer:Soeren|Soeren]]
|username    =
|version    = 1.1
|update      = 18.08.2010
|platform    = AVR (ATmega8)
|license    = Source: GPL
|download    = [https://das-labor.org/trac/browser/microcontroller/src-atmel/automatization/toilet-status source code]
}}
The Toilet status Indicator is a device that displays the current status of the Toilet. It is connected to our local [[CAN|can bus]] so it can be controlled remotely. It will be connected to a motion detector inside the toilet, as well as a door switch.
The Toilet status Indicator is a device that displays the current status of the Toilet. It is connected to our local [[CAN|can bus]] so it can be controlled remotely. It will be connected to a motion detector inside the toilet, as well as a door switch.
Additionally, there's a motion detector connected to it that measures motion in the kitchen nearby. Whenever it detects motion, it starts an internal countdown. When there has been no movement for five minutes, it turns the kitchen light off.


== How it works ==
== How it works ==
At the moment it displays one of the images at random, but later on it's supposed to detect the 4 possible states with infrared diodes and photo transistors.
At the moment it displays one of the images at random, but later on it's supposed to detect the 4 possible states with infrared diodes and photo transistors.

Version vom 18. August 2010, 21:15 Uhr

           
Toilet Status Indicator

Release status: stable [box doku]

Toilet status.jpg
Description This Panel shows the current status of the Toilet
Author(s)  kiraz, Soeren
Last Version  1.1
Platform  AVR (ATmega8)
License  Source: GPL
Download  source code




The Toilet status Indicator is a device that displays the current status of the Toilet. It is connected to our local can bus so it can be controlled remotely. It will be connected to a motion detector inside the toilet, as well as a door switch.

Additionally, there's a motion detector connected to it that measures motion in the kitchen nearby. Whenever it detects motion, it starts an internal countdown. When there has been no movement for five minutes, it turns the kitchen light off.

How it works

At the moment it displays one of the images at random, but later on it's supposed to detect the 4 possible states with infrared diodes and photo transistors.