JiYoung_ResearchPost05 (p5bots)

P5bots is a library aids interaction between (p5js) browsers and microcontrollers like the Arduino Unos, as well as anything else running Firmata. It was created by Sarah Groff- Palermo as a part of the Google Summer of Code 2015 project. Through this library, users can draw with buttons and control motors from the browser.  p5bots is made of two sets of files: the client file, called p5bots.js, which is included in the index; and the server files, called p5bots-server. A project that uses this library is “Singing the p5js Blues.” It is a browser window is controlled by an Arduino Uno, and values are taken from a slider before being mapped to the notes in a scale on the browser.

  • Link to the Project: “Singing the p5js Blues”- https://youtu.be/ODSCQRi6kyQ
  • Link to the library- https://github.com/sarahgp/p5bots