Difference between revisions of "Getting Started with Arduino & Lights"
Line 6: | Line 6: | ||
During this station skill, you will be introduced to some standard methods of programming lights with Arduino.<br> | During this station skill, you will be introduced to some standard methods of programming lights with Arduino.<br> | ||
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. | 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. | + | We will do this during three sessions, each one focused on working with different kinds of lights: '''LEDs, LED strips and light bulbs'''. |
+ | |||
+ | <div style="font-family:monospace"> | ||
+ | '''Station Skill schedule'''<br> | ||
+ | Week: 16<br> | ||
+ | Date Fri 21 Apr 2023<br> | ||
+ | Time 09:00-12:00<br> | ||
+ | Week: 17<br> | ||
+ | Date Fri 28 Apr 2023<br> | ||
+ | Time 09:00-12:00<br> | ||
+ | Week: 19<br> | ||
+ | Date Sat 13 May 2023<br> | ||
+ | Time 09:00-12:00<br> | ||
+ | </div> | ||
=Session 1= | =Session 1= |
Revision as of 13:10, 14 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.
Station Skill schedule
Week: 16
Date Fri 21 Apr 2023
Time 09:00-12:00
Week: 17
Date Fri 28 Apr 2023
Time 09:00-12:00
Week: 19
Date Sat 13 May 2023
Time 09:00-12:00
Session 1
Arduino and LEDs
Examples of work
The LED
Arduino: how does it work
board
Connecting the LED to Arduino
Programming the LED
blink, delay, fade
LEDs traffic light
LED Morse code
Resources/More
Arduino reference page more leds : series parallel circuit, calculating resistance
Session 2
Arduino and LED strips
Examples of work
Types of strips
addressable, rgb, one color