|
@@ -1,6 +1,10 @@
|
|
|
# doorbot
|
|
|
|
|
|
-A bot to monitor your dc resources ;)
|
|
|
+A bot to monitor your dc resources
|
|
|
+
|
|
|
+Actually there is only some scripts showing how to use the Raspberry pi GPIOs. It cannot be used in production as-is.
|
|
|
+
|
|
|
+# Hardware part
|
|
|
|
|
|
Door sensors are connected to :
|
|
|
|
|
@@ -9,6 +13,8 @@ Door sensors are connected to :
|
|
|
|
|
|
Each of one with a pulldown resistor (to avoid electrical noise causing the read of varying values).
|
|
|
|
|
|
+# Examples
|
|
|
+
|
|
|
Following demos are available in the examples folder
|
|
|
|
|
|
* ircbot : an irc bot sending door events of the back door and answering with front and back door state while asked with the command "porte"
|