Physical Computing: Week 2 Labs
In this lab, I explored how to utilize both the digital and analog ports on the Arduino Nano and tried out different sensors.
Possible Applications:
In thinking about how to apply these skills outside of the lab I have plans for a greenhouse cabinet that could potentially benefit from dual analog and digital controls. Two of the most essential things for a greenhouse cabinet are lighting and humidity. While the purple hue from grow lights is lovely it’s probably not the best for maintaining my circadian rhythms, so having a mechanism that turns the light off at a certain time and on at a certain time would be useful. This is where a digital control would come in since it operates by letting you switch between two states, 0 or 1, on or off. On the other hand, rather than simply turning the humidifier on/off I’d want it to make adjustments based on the conditions in the cabinet. Using a humidity sensor, I could then set an analog output that adjusts the humidity across a range. Controlling the oscillation of a fan and its force of power could also utilize an analog control.