IDAT106 – Arduino

On Wednesday we were introduced to Arduino boards are essentially general purpose programmable devices which users can experiment with and perform a wide variety of functions. Extensions known as Shields can be used to expand the unit’s functionality.

The device is programmed using a simple standardised software in a language very similar to Processing. In the session we experimented with basic programming of the device by using some code to make an LED attached to it flash on and off. I replaced the set durations with random number generating so the time delays varied. I later rewrote it so the delay between flashes would start at 1000ms and over time decend so that the rate of flashing increased.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.