week #10
During this week's labs I learned about synchronous serial communication. The labs covered two protocols that allow us to communicate with basic sensors that don't have an inner clock, but only perform one action, such as getting a value of something.
I then moved unto working on Matthew's and mine final PCOMP project. We made a list of all the materials and components we need (already got most of them but it's good to keep track of how much we spend).
We also started testing some of the components — we soldered some Neopixels to their drivers (that took forever, they're so small!), and then started figuring out the Adafruit Neopixel Arduino library in order to program them. We plan on chaining them one after the other but we should still have access to all of them individually to control their color (this works with two pixels connected so should scale up as well...)
Currently working on the following things (not in any particular order)