This week I spent time looking for the code examples to play with temperature sensors. One of them is with TMP102: #include <Wire.h> int tmp102Address = 0x48; void setup(){ Serial.begin(9600); Wire.begin(); } void loop(){ float…
Month: November 2014
ICM Wk9 Final Project Proposal
“You educate a man, you educate a man. You educate a woman, you educate a generation.” – Brigham Young For ICM final project, I decided to continue working on data visualization. What is it: It…
Pcomp Wk8 Playtest
Description: A pair of heated gloves with LED lighting. This gloves can be turn on/off and with a switch and temperature can can be control/detected through a digital sensor. Rechargeable. LED lighting as ornament and…
ICM Wk8 Data
For this week’s assignment, I tried to count word frequencies in different sources. I collected two articles authored by two writers from Times website that talks about banks in Japan and the States. I converted…