From 7e5e145d71f3a19504fb548511ca978b24b7272e Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Sat, 24 Apr 2021 07:45:42 -0400 Subject: [PATCH] Adding basic descriptions --- AtmosNode/description | 1 + DoorSensor/description | 1 + FlatNode/description | 1 + PresenceToken/description | 1 + 4 files changed, 4 insertions(+) create mode 100644 AtmosNode/description create mode 100644 DoorSensor/description create mode 100644 FlatNode/description create mode 100644 PresenceToken/description diff --git a/AtmosNode/description b/AtmosNode/description new file mode 100644 index 0000000..98aac56 --- /dev/null +++ b/AtmosNode/description @@ -0,0 +1 @@ +Includes atmospheric monitoring sensors (VoCs, CO2, Temperature, Pressure, Humidity), passive IR, motion detecting camera, and a large speaker and amplifier diff --git a/DoorSensor/description b/DoorSensor/description new file mode 100644 index 0000000..2a2f73b --- /dev/null +++ b/DoorSensor/description @@ -0,0 +1 @@ +Ultrasonic distance and hall effect sensor to monitor a doorway; based on an Adafruit M0 Feather Wifi (An Arduino-compatible SAMD board) diff --git a/FlatNode/description b/FlatNode/description new file mode 100644 index 0000000..f0a3093 --- /dev/null +++ b/FlatNode/description @@ -0,0 +1 @@ +Includes a motion sensing camera, a USB microphone for audio detection, and speakers for audio output diff --git a/PresenceToken/description b/PresenceToken/description new file mode 100644 index 0000000..7fbe149 --- /dev/null +++ b/PresenceToken/description @@ -0,0 +1 @@ +A basic wifi beacon based on an Adafruit M0 Feather with Wifi (An Arduino-compatible SAMD board) -- 1.8.3.1