Difference between revisions of "Getting Started with Arduino & Lights"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 28: Line 28:
 
===The Relay===
 
===The Relay===
 
===Connecting the Relay and the light bulb to Arduino===
 
===Connecting the Relay and the light bulb to Arduino===
File:Relay 1channel.jpg
+
[[File:Relay_1channel.jpg|900px]]
https://interactionstation.wdka.hro.nl/wiki/File:Relay_2channels.jpg
+
[[File:Relay 2channels.jpg|900px]]
File:Relay 2channels.jpg
 
  
 
===Programming the relay===
 
===Programming the relay===
 
=Useful links=
 
=Useful links=

Revision as of 16:29, 13 April 2023

Introduction

Are planning to add light to your work? Do you want the light source in your installation to be controlled by sensor data? Are you curious about the possibilities of programming lights with Arduino?
During this station skill, you will be introduced to some standard methods of programming lights with Arduino.
Arduino is a microcontroller that makes it easy for us to work with different kinds of hardware like lights, motors and a wide array of sensors. During this station skill, we will use it to work with lights. We will do this during three sessions, each one focused on working with different kinds of lights: LEDs, LED strips and light bulbs.

Session 1

Arduino and LEDs

Examples of work

Arduino: how does it work

The LED

Connecting the LED to Arduino

breadboard- link to how it does work More leds? series/parallel circuit calculating resistance

Programming the LED

blink, fade, delay

Session 2

Arduino and LED strips

Examples of work

Types of strips

addressable, rgb, one color

Calculate the current

Connecting the LED strip to Arduino

Programming the LED strip

color, intensity, for loop

Session 3

Arduino and Relays: how to control light bulbs (and not only)

Examples of work

The Relay

Connecting the Relay and the light bulb to Arduino

900px 900px

Programming the relay

Useful links