[Arduino Compass] Craig, Christian, Jodi, and Nile in Collaboration with ECE Students
This was an exercise in visualization of magnetic data using Arduino. Using a magnetometer and code provided by students from NJIT ECE...
This was an exercise in visualization of magnetic data using Arduino. Using a magnetometer and code provided by students from NJIT ECE...
Files for game https://drive.google.com/file/d/1NmwgA79cN9MVYkUTXmYNy5E6dYMV16W8/view?usp=sharing The game is a rolling ball that picks...
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
This project was to make a sunflower that turns to face the highest volume of light.
Source for the code and wiring diagram is: Rick_Fundus https://www.hackster.io/Rick_Findus/arduino-sunflower-c4fd84 The photo-resistors...
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo; ...
#include <Servo.h> int sensorPin = A0; int servoPin = 9; int sensorValue = 0; int servoGrad = 90; int tolerance = 40; Servo myservo;...
#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;...
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...
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.
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.
The circuit originally ran from the through the resistors into the switches in the center and back out into the desired port on the...
I connected resistors to the negative charges of the buttons, and the positive charges from the Arduino board to the buttons as well. The...
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,...
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,...