Final: Timelapse clips: Project Objective: The aim for this project is to make visible the amount of CO2 in the air. While we know CO2 is constantly around us, it is disturbing that we can’t see it. This air quality lamp table is an attempt to visualize this invisible data. An air quality sensor […]
Category: Spring 2019
DWD Wk 5-7: Final
Final: http://afternoon-bastion-16333.herokuapp.com Final code here. Objective: This website is an online chat service. I tried to make it lighthearted as I treated this project mostly as a learning experience. I was using this final as a way to practice using socket.io, node, express and heroku. Helpful Resources: https://www.youtube.com/watch?v=AFiqctkoVJ4 https://www.eduonix.com/courses/Web-Development/Learn-Nodejs-by-building-10-Projects-From-Scratch https://naltatis.github.io/jade-syntax-docs/ https://gist.github.com/15Dkatz/321e83c4bdd7b78c36884ce92db26d38
Light Wk 12: Light Observation
05/01/19, 9AM 11th floor, Tisch Building The photo below is from the 11th floor, which is part of the Film Department. Their lighting situation in certain areas seemed very considered. For example, in their lounge space, there were many light sources that made for a well-lit room. However, when I checked the lux meter, it […]
Light + Energy Wk 12: CO2 Light
Data log csv file transferred and plotted with Google Sheets: https://docs.google.com/spreadsheets/d/1Bpe7Jy5zFORFkklbXdWzqBy4G5U819bS96PCMnsdiEA/edit?ts=5cd42857#gid=0 Steps I went through this week: a.) MKRZero Data logging! Started logging at 04/29/19 at 3AM – 04/30/19 2AM (almost 24 hours). It logs every 5 seconds. Here are the CSV files: https://github.com/emilylin-itp/light/tree/master/final_co2clock/SDCARD_READINGS Data also looks like this: Trying to data log with the MKR […]
Playful Communication: Wk 8 – 12
Content and storyboarding can be seen here: https://docs.google.com/presentation/d/1r_apD7hw6OvYydA2bBMfuqdjPgVRnulvV21WO7tDUTc/edit#slide=id.g18405ff1dc_0_0 After content creation, we each spearheaded different fronts: Dylan with Unity + 3d, Maya with fabrication, Mingna with sound, and me with 2d animation + design. Here are some process shots of the design and animation process. A note: to get the file size to be smaller […]
Light + Energy Wk 11: CO2 Light
Updates: a.) Game Plan + BOM: https://docs.google.com/spreadsheets/u/1/d/1uW511rmpu_MMZTSMx1Qz7kdET3_OoLWMxrxNXt9VtNk/edit#gid=0 b.) Schematic Drawing: c.) Sketches + Cardboard Mockup d.) Playing with Materials e.) Air Quality Sensor: A lot to do on this front! There were hiccups with the sensor, but determined to get data logging for the air quality asap! CCS811 is here so I hooked […]
DWD Wk 3: HW
Some resources provided by the professor this time: Code we did in class, and outline of how to get started with Heroku and SQL https://github.com/anb429/inclass/tree/master/class3 — Intro to SQL https://www.khanacademy.org/computing/computer-programming/sql https://www.khanacademy.org/computing/computer-programming/sql/sql-basics/pc/challenge-book-list-database Extra Resources (provided by Mingna): — Questions about these instructions: (https://github.com/anb429/inclass/tree/master/class3) 1.) “In your local shell, you can try PORT=12345 node index.js” (in your […]
Light Wk 10: DMX Controller
Final code lives: here —– Final: Spring: Summer: Fall: Winter: Process: 1.) Getting the DotzPar to work with the QLC+ GUI first. There was no problems with this. — 2.) Using node to run a simple test code that has the DMX lights fade in and out. […]
DWD Wk 3
In class notes: git branch (tells you what branch you are on) git status (gets status/tells you where you are) git checkout master (goes back to master) git checkout -b (creates new branch) touch.gitignore (create .gitignore file) touch “filename” (creates a new file) Steps for creating branch: 1. git branch fileName 2. git checkout (like […]
DWD Wk 2
Assignment lives on github Notes: npm install -s body-parser npm install -s socket.io npm install mustache –save npm install express –save Somewhat helpful resources (?): https://www.youtube.com/watch?v=2hhEOGXcCvg&t=2s https://www.youtube.com/watch?v=65a5QQ3ZR2g&list=PL55RiY5tL51oGJorjEgl6NVeDbx_fO5jR https://www.npmjs.com/package/body-parser lynda nodejs tutorial https://medium.com/@1sherlynn/javascript-templating-language-and-engine-mustache-js-with-node-and-express-f4c2530e73b2 https://github.com/janl/mustache.js The most helpful: https://itp.nyu.edu/~sve204/dwd_spring2018/ https://itp.nyu.edu/~sve204/dwd_spring2018/express_basics.html