November 2022

Recitation 8: Serial Communication

Task 1: draw line code   We had problems with the float values, but a learning assistant came and guided us to put “float pre1;” and “float pre2;” before the void setup. Although the code works, I find it hard to control where you are drawing lines. /** * Example sketch for the SerialRecord library for Processing.  *  * Receives two integers from the serial port, and uses them to control the x  * and y position of a circle on the canvas.  */ import processing.serial.*; Continue reading Recitation 8: Serial Communication

FINAL PROJECT:THREE PROJECT PROPOSALS

FINAL PROJECT:THREE PROJECT PROPOSALS Project 1: Heart Rate Visualizer  I want to display a heart rate screen on processing. This screen will be connected to a wrist band that can detect you pulse, which will send signals to the screen. This will create tall red peaks for fast heart beats and more blue horizontal lines Continue reading FINAL PROJECT:THREE PROJECT PROPOSALS

Final Project Proposal

  Final Project: Research I want to display a heart rate screen on processing. This screen will be connected to a wrist band that can detect you pulse, which will send signals to the screen. This will create tall red peaks for fast heart beats and more blue horizontal lines for slow beats.  Inspiration: https://www.behance.net/gallery/34600477/AirStamp-Tangible-Interaction-Exploration?tracking_source=search_projects%7CProcessing+Arduino+ Continue reading Final Project Proposal

Recitation 7: Neopixel Music Visualization

Recitation 7: Neopixel Music Visualization In task #1, I followed the directions to connect the NeoPixels to the Arduino board and download the libraries on Arduino and Processing. After this, I opened the FastLED/Blink example to make sure the NeoPixel was working, which it was; the first LED was blinking.   In task #2, I Continue reading Recitation 7: Neopixel Music Visualization

Recitation 6: Animating an Interactive Poster

Recitation 6: Animating an Interactive Poster   For this recitation, I learned how to draw hearts with processing. It was hard at first because of all the variables, but after distinguishing the difference between each the hearts duplicated with no problem.  The most interesting I included was something we learned in class. The hearts crowded Continue reading Recitation 6: Animating an Interactive Poster