individual assignment: add an output device to a microcontroller board you've designed, and program it to do something
group assignment: measure the power consumption of an output device
This week we were in about week three of shelter in place. It's pretty tough to not be able to leave the house... kind of driving everyone insane. This week I explore with Tinkercas circuits and tried to focus on working with LEDs and RGB LEDs since my actual output in my realy final project is going to be neopixels. This is very different than working with neopixels but I think the experience I'm getting this week is really more foundational level work with Arduino IDE and also with understanding simple output devices and how to code for them. All in all, it was a pretty good week and I'm hoping I can implement what I've learned for my final project.
A few things are becoming more clear... I need to be able to properly use a multimeter, I need to learn how to understand Arduino code, and I need to become more fluent in basic electronics.
This handout from Sparkfun was very helpful and explains that a multimeter is a helpful tool when it comes to troubleshooting circuits.
This is another great page on Sparkfun that goes over Metric Prefixes and SI Units.
This is my multimeter and a few buttons/symbols I learned about.
Pin 2: Button | Pin 11: "Switch 1" | |
---|---|---|
Pin 3: Blue | Pin 10: "Switch 2" | |
Pin 6: Red | Pin 9: "Switch 3" | |
Pin 5: Green | Pin 8: "Switch 4" | |
Obviously I had to tweak my tinkercad "schematic" quite a bit... but then I kinda got it working!
So for my final project I'd really like to hook up some neopixels... and I've begun to think about how I'd do that here. If you're curious about how that turns out, check out my final project!
These were all helpful resources as I began to do some digging.
For more information on insight about output and my later findings on input as a rotary encoder and output as neopixels, please see my findings here.