Difference between revisions of "Getting Started with Arduino & Lights"
Line 1: | Line 1: | ||
hello hello | hello hello | ||
− | + | =Introduction= | |
− | = Arduino and LEDs= | + | <i>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?</i><br> |
− | ==Examples of work== | + | During this station skill, you will be introduced to some standard methods of programming lights with Arduino.<br> |
− | ==Arduino: how does it work== | + | 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. |
− | ==The LED== | + | We will do this during three sessions, each one focused on working with different kinds of lights: LEDs, LED strips and light bulbs. |
− | ==Connecting the LED to Arduino== | + | =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 | breadboard- link to how it does work | ||
More leds? series/parallel circuit calculating resistance | More leds? series/parallel circuit calculating resistance | ||
− | ==Programming the LED== | + | ===Programming the LED=== |
blink, fade, delay | blink, fade, delay | ||
− | = Arduino and LED strips= | + | =Session 2= |
− | ==Examples of work== | + | == Arduino and LED strips== |
− | ==Types of strips== | + | ===Examples of work=== |
+ | ===Types of strips=== | ||
addressable, rgb, one color | addressable, rgb, one color | ||
− | ==Calculate the current== | + | ===Calculate the current=== |
− | ==Connecting the LED strip to Arduino== | + | ===Connecting the LED strip to Arduino=== |
− | ==Programming the LED strip== | + | ===Programming the LED strip=== |
color, intensity, for loop | color, intensity, for loop | ||
− | = Arduino and Relays: how to control light bulbs (and not only)= | + | =Session 3= |
− | ==Examples of work== | + | == Arduino and Relays: how to control light bulbs (and not only)== |
− | ==The Relay== | + | ===Examples of work=== |
− | ==Connecting the Relay and the light bulb to Arduino== | + | ===The Relay=== |
− | ==Programming the relay== | + | ===Connecting the Relay and the light bulb to Arduino=== |
+ | ===Programming the relay=== | ||
=Useful links= | =Useful links= |
Revision as of 10:28, 31 March 2023
hello hello
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