top of page
Anchor 1

p5.js + Arduino

In this project, I connected my Arduino to my p5.js sketch through serial communication. This was exciting since I've seen others connect their Arduinos and make cool interactive projects, and I've always wondered how it's possible for the two different programs to communicate between each other.

How it works

By connecting arduino circuitry with the p5 website, users can run my code and speak into their microphone to see what they said show up on screen. The setup includes a knob on the bread board, which users can then use to control the movement of their words on the screen.

bottom of page