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 with each other.
Process
Our team faced quite a few challenges. We at first attempted using Firebase as our database, however we ran into issues collecting substrings. So after many attempts we ended up switching over to MongoDB. None of the team members had previously worked with JavaScript, so we had to learn that from scratch to incorporate it into our project.
Challenges
Our team faced quite a few challenges. We at first attempted using Firebase as our database, however we ran into issues collecting substrings. So after many attempts we ended up switching over to MongoDB. None of the team members had previously worked with JavaScript, so we had to learn that from scratch to incorporate it into our project.