Smarter Than Me
by Sara Gazzaz and Mahsa Karimi
Link to Device One: https://github.com/saragazz/TempRing.git
Link to Device Two: https://github.com/masakarimi/SMARTER-THAN-ME-
Smarter Than Me are two notification devices that are triggered according to specific sensors.
First device is a ring that is attached to a temperature sensor and according to the surrounding temperature it’s colors vary from dark blue to bright red.
Second device is a jewelry attached to winter gloves. This smart device is a notification system which triggers if it enters a previously set location by the wearer.
DETAILS
Device one includes a Neopixel light that is attached to an Arduino and a temperature sensor. Temperature sensor acts as an input and according to the value captured the color of the Neo pixel light changes. The device is coded in such that it maps low temperature to a darker blue light, high temperature to a bright red, and the in-between values are mapped accordingly to different hues of red or blue.
INSPIRATION:
Device two includes a Neopixel ring that is attached to a photon. Connected to IFTTT, if the current location of the device matches the previously set location by the wearer, the Neopixel turns on. Such action works as a notification system.
BREADBOARD SKETCH:
INSPIRATION:
REFERENCES:
1. https://learn.adafruit.com/tmp36-temperature-sensor/using-a-temp-sensor
2. http://www.scienceexposure.com/raspberry-pi/neopixel-led-temperature-gauge-raspberry-pi/