This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: sensors | ||
description: list of possible features implemented via sensors | ||
--- | ||
|
||
display status: | ||
blue LED | ||
=> own pet is currently on this device | ||
RGB LED (neopixel) | ||
=> visualizes pets emotions (also works while pet is away) | ||
|
||
keep track of time: | ||
RTC | ||
=> day/night cycle | ||
=> time-based events | ||
=> create a log of previous actions and their time | ||
|
||
measure environment: | ||
temperature sensor | ||
=> pet has to be warmed up/cooled down | ||
(humidity sensor) | ||
=> pet is unable to be walked outside when humidity is too high | ||
(light sensor) | ||
=> more active during bright environments | ||
(proximity sensor) | ||
=> pet detects owner | ||
=> pet wakes up from sleep | ||
=> pet gets happy if already awake | ||
=> pet can be petted | ||
|
||
track orientation: | ||
| gyro | ||
| accelerometer | ||
| (magnetometer) | ||
=> wake the pet up | ||
=> move pet when device is tilted | ||
=> pet moves when device is in motion | ||
=> optional: pedometer | ||
|
||
|
||
|