Quiz 4 Gyro Sensor Game [Craig and Shiv]
Files for game https://drive.google.com/file/d/1NmwgA79cN9MVYkUTXmYNy5E6dYMV16W8/view?usp=sharing The game is a rolling ball that picks...

[Arduino Quiz] Sunflower
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
[QUIZ 3 Flower] Craig Gallo
This project was to make a sunflower that turns to face the highest volume of light.

[Arduino Quiz 3] Sunflower
Source for the code and wiring diagram is: Rick_Fundus https://www.hackster.io/Rick_Findus/arduino-sunflower-c4fd84 The photo-resistors...

Arduino Quiz 3 - Emre
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo; ...

[Arduino Quiz 3] Sophia
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...

[Arduino Sound & Light Quiz]
#include "pitch.h" #define ACTIVATED LOW const int SOUND = 11; const int BUTTON_C = 6; const int BUTTON_AS = 4; const int BUTTON_A = 3;...

Arduino Quiz 2 - William Martone
This project was challenging in several ways. The main problem I ran into was using the correct LEDs. Some LED drew too much or too...

Arduino Quiz 2 | Lasha A.
Using the program to make the diagram was a bit challenging along with figuring out the code but in the end it all worked out.
[Arduino Quiz 2] Keyboard CG
This was a project to make a light up keyboard. I had a lot of fun and changed my design a few times to simplify it.

[Arduino Quiz 2] Nile Dwyer
The circuit originally ran from the through the resistors into the switches in the center and back out into the desired port on the...
[Arduino: Quiz 2] Christian
I connected resistors to the negative charges of the buttons, and the positive charges from the Arduino board to the buttons as well. The...

[Arduino Quiz 1]
int red=10; int yellow=11; int green=12; int button=13; int red1=8; int green1=9; void setup() { pinMode(red, OUTPUT); pinMode(yellow,...

[Arduino Quiz 1] Stoplight | Lasha A.
byte butt=0; int red=13; int yellow=12; int green=11; int rd=8; int w=6; int i=0; void setup() { pinMode(red, OUTPUT); pinMode(yellow,...





















