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 […]
Category: ITP
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
Light + Energy Wk 9 – 10: CO2 Light Concept
Project Objective: This is a 24 hour LED clock that will display the amount of CO2 every hour. Using an air quality sensor, I plan to track the amount of CO2 in the unit of parts per million (ppm) in my local surroundings (home and school) and visualize that data in the form of a […]
Light Wk 9: Observation
03/27/19, 2pm Museum of the City of New York, East Harlem The lobby space inside the Museum of the City of New York shines with elegance with its grecian columns, marble floors and victorian stairs. The light plays a central role to the feeling of awe when walking into the space. The light shines in […]
DWD Wk 1
Part 1: Make a static HTML page using specific HTML tags listed on the site. Get your static website hosted somewhere publicly available. For part 1, I decided to make a website about penguins. I had a good time and may have gotten carried away with the css and penguin side of things. Code for the website […]