This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Blink | |
Turns on an LED on for one second, then off for one second, repeatedly. | |
This example code is in the public domain. | |
*/ | |
// Pin 13 has an LED connected on most Arduino boards. | |
// give it a name: | |
int led = 13; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define qtyLED 6 //Declare the quantity of LED's for the bar graph | |
int LEDs[qtyLED]; //Array to store the states of the LEDs | |
int sensorPin = 0; //Variable that will hold the current value of the sensor | |
int time; //Variable that will hold the amount of time for the sensor to be read | |
int maxreading; //Variable to store the maximum value read during the last reading | |
//For loop counting variables | |
int i; | |
int j; | |
void setup() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title | |
Breathalyzer using Alcohol Gas Sensor with Arduino | |
# Picture | |
media: http://www.deviantsart.com/39rl9d8.jpg | |
# Objective | |
# Duration | |
1 hour | |
# Age Group | |
all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title | |
Intelligent Traffic Control System (ITCS) | |
# Picture | |
media: http://www.deviantsart.com/8eadk4.jpg | |
# Objective | |
PROJECT AIM: | |
The aim of this project is to monitor and report on the traffic light in the country which is one of the cause of traffic in the country since most of them are not functioning and they are also been monitored manually. Our project initiative aims to solve the problem of manual monitoring. Our project will monitor traffic lights by the use of sensors and report to MTTU whenever a traffic light breaks down by triggering the sensors to pinpoint the location of where the traffic light is and send out an SMS alert to MTTU for them to know there is a traffic light breaks down. We believe this is going to help the MTTU monitor traffic light effectively and attend to them within the shortest possible time. We also want to use solar panels as secondary power and backup for the traffic lights ensuring that they are operational always. | |