In this project we used an LED light and battery to light up the Black Lives Matter laser cut out.
This is a picture of the parts we used to cpmplete our entry event and project.
This is a picture of the circuit that displays the arduino.
int led2 = 2;
int led3 = 3;
int led4 = 4;
int led10 = 10;
int led11 = 11;
int led12 = 12;
void setup() {
pinMode(led2, OUTPUT) ;
pinMode(led3, OUTPUT) ;
pinMode(led4, OUTPUT) ;
pinMode(led10, OUTPUT) ;
pinMode(led11, OUTPUT) ;
pinMode(led12, OUTPUT) ;
}
void loop() {
digitalWrite(led2, HIGH);
delay(1000);
digitalWrite(led2, LOW) ;
delay(1000);
digitalWrite(led3, HIGH);
delay(1000);
digitalWrite(led3, LOW) ;
delay(1000);
digitalWrite(led4, HIGH);
delay(1000);
digitalWrite(led4, LOW) ;
delay(1000);
digitalWrite(led10, HIGH);
delay(1000);
digitalWrite(led10, LOW) ;
delay(1000);
digitalWrite(led11, HIGH);
delay(1000);
digitalWrite(led11, LOW) ;
delay(1000);
digitalWrite(led12, HIGH);
delay(1000);
digitalWrite(led12, LOW) ;
delay(1000);
}
This is a picture of the Arduino before plugged into the computer. Which had the working code.
This is a diagram that represents the Arduino shown in the left. With the 6 LEDs, Arduino, and wires.
This is a video of the 6 LED's blinking. With the working code shown above.
This the poster with all of my research for the "Individuals of Empowerment" Research Project. I decided to do Tamekia Mallory. She is a activist for the Black Community and just African American People in general.I have information on her Early Life, Blooming Phase, Empowerment, and Finale. This ties into the Window Light Project because the Hashtags that I felt related to her is what would be displayed in my Window Light (Acrylic Pieces).
This is a picture of what my hashtag acrylic paint poster will look like, which is what the Window light is. These hashtags ties into the person I did research on, Tamekia Mallory, for the "Individuals of Empowerment" Research Project.
This is a picture of my acrylic pain inside my window light.
THis is a picture of the neopixel inside the box. It is also connected to computer.
Brief- The steps you take to lead you to your solution or final results.
Research- Finding information that corresponds to the brief or problem.
Idea and Brainstorming- Use this to come up with an idea for your brief.
Design Challenge- This is a challenge to kind of get you started on what you will be doing in your project or final thing.
Prototype- Is what you make from you ideas and brainstorming
Testing and Evaluation- Is testing to see if it works and make any necessary changes.