Do Good Project Week 11: Prototyping (Problems Solving & Success)
In this week, I have manage to solve all the problems that has been stacked up during the past few weeks. For example, attaching interrupt on Arduino to catch a new data, setting up multiple LED strips with different light effect on different pins, communicating between the teachable machine (using intonations) and the Arduino, and finally testing out the structure of the jellyfish on the actual material. Due to the exploration and the failure that has accumulated during the past two weeks, I have identified what is working and what is not working. Thus, I slightly get an idea on what to solve and how to solve it by this week. Technical Tryout Advanced Software Interrupt for Reading Serial Data The screenshots above are the correct codes to attach interrupt. The reason why am I struggling on the technical part is that I'm inserting the coding functions blindly by following the tutorial. For my case, I only have to work around with Serial to communicate between the p5.js and ...