Visualization of movement using our custom sensor
This repository contains code needed to receive analog input from a custom sensor to control directional movement of a Perlin noise visualization
Our custom stretch sensor circuit sends output values through Arduino, via serial port, which is channeled through p5.serialcontrol.app [2] to a p5.js sketch. This is illustrated in the diagram below:
Readers may create their own custom sensor circuit using suggestions documented here:
https://www.kobakant.at/DIY/?p=6063
This video shows a working example, using our custom stretch sensor:
To play with the demo, just go to this URL:
https://counterchemists.github.io/perlin/
Pressing backspace will toggle black/white, but there are other key controls hidden in the code ;)
Creative Coding im Web for Perlin noise starter code
NYU ITP Physical Computing Lab for resources related to p5 Serial Control