International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, ISSN

Size: px
Start display at page:

Download "International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, ISSN"

Transcription

1 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION R.Sushma Sree 1, C.Geetha Rashmi 2, Dr. S.N. Singh 3 1,2,3 Department of Electronics and Communication Engineering National Institute of Technology Jamshedpur (India) sushmasree28@gmail.com 1, geetharashmi97@gmail.com 2, snsingh.ece@nitjsr.ac.in 3 ABSTRACT We have often been a victim of unwanted long time delay during the traffic light switch over especially when the traffic is very low on the remaining sides and sometimes not knowing the traffic jam ahead we proceed to get stuck in it. Our project objectively aims at reducing the traffic congestion and also warning beforehand. This innovative project is made so as to keep a track of the vehicles in each road and accordingly adjust the time for each traffic light signals at the traffic signal of present and the former. The problem with the present traffic system is that for every minute the vehicles at the 4-way road will be heavy and the traffic lights shall be changed to each side for some fixed time. Even though there are no vehicles at particular side, the traffic signals will glow for given fixed time. As a result, there is waste of time, blockage of roads, heavy air pollution. And also the other side vehicles have to wait for the time to complete the process. So in order to reduce the wastage of time, we have proposed to design a system that can be implemented to control the traffic based on the and heavy flow of the vehicles at any particular side of cross road and to notify about the traffic ahead we use another set of lights in the former. The project is an automated way of controlling signals in accordance to the of traffic in the roads. IR sensors are placed on the 4 roads at fixed distances on both sides of each road away from the traffic control display board placed at the junction. The time delay in the traffic signal is set using IR sensors which measure the traffic. The action is initiated on real time basis that are interfaced to the microcontroller. Based on output of these sensors, controller detects the traffic and controls the timing of traffic system and also notifies the scenario to the surrounding s. This will save fuel also and play a role in increasing the economic growth of our country. Keywords : Traffic control, IR Sensor, Traffic, Micro controller R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 1

2 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION [1] INTRODUCTION In early days people started using vehicles specially in urban and semi urban areas to move from one place to other, roads were also increased but with limited number only. With the increase of population, use of vehicles and the traffic became dense on these roads. Thus there was a need to control the traffic for safe movement of persons on these roads. In the early stages the traffic was controlled manually by a person so called Traffic Police who would be present at multiple approach tuning point at junction of 2/4 ways roads. Decisions were given manually to allow traffic to move from one direction to other direction and later semi automatic system were introduced with traffic control devices to regulate, warn, or guide traffic for movement of traffic on street, highway, pedestrian by authority of a public agency[1]. The control of traffic at road junction, which was done purely by human effort and support of semi automatic devices, proved to be inefficient and road accident were observed specially in absence of traffic police very frequently. Subsequently with the advent of Microprocessor Technology [1 2 ] the automatic system was proposed by scientist and engineers providing fixed times for each of traffic control irrespective of the traffic present in the four sides at the junction of roads. This created a problem where the traffic light become green for the side where there is less traffic and this results in wastage of time especially when one side is busy. Thus need was felt for the automatic and dynamic traffic light control system that can control traffic signals based on of traffic [3]. The proposed system is an intelligent automatic system which regulates dynamically not only the timing of signals based on of traffic on a particular side of a road in city or town, but also save a lot of fuel, which in turn can lend support in the economic growth of country and also contribute in decrease of pollution that can be caused by the vehicles when stuck in traffic. [2] MICROCONTROLLER Our present proposal is a system where Microcontroller is interfaced with LEDs and IR sensors. For making a prototype traffic control system, we have made the system on breadboard using microcontroller and IR Sensors. The microcontroller that has been used is ARDUINO-UNO (ATMEGA328) R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 2

3 Arduino/Genuino Uno is a microcontroller board based on the ATMEGA 328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; It can be simply connected to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. "Uno" means one in Italian and was chosen to mark the release of Arduino Software (IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE) were the reference versions of Arduino, now evolved to newer releases. The Uno board is the first in a series of USB Arduino boards, and the reference model for the Arduino platform. Power The Arduino/Genuino Uno board can be powered via the USB connection or with an external power supply. The power source is selected automatically. External (non-usb) power can come either from an AC-to-DC adapter (wall-wart) or battery. The adapter can be connected by plugging a 2.1mm center-positive plug into the board's power jack. Leads from a battery can be inserted in the GND and Vin pin headers of the POWER connector. The board can operate on an external supply from 6 to 20 volts. If supplied with less than 7V, the 5V pin may supply less than five volts and the board may become unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts. The power pins are as follows: Vin. The input voltage to the Arduino/Genuino board when it's using an external power source (as opposed to 5 volts from the USB connection or other regulated power source). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin. 5V.This pin outputs a regulated 5V from the regulator on the board. The board can be supplied with power either from the DC power jack (7-12V), the USB connector (5V), or the VIN pin of the board (7-12V). Supplying voltage via the 5V or 3.3V pins bypasses the regulator, and can damage your board. We don't advise it. 3V3. A 3.3 volt supply generated by the on-board regulator. Maximum current drawn is 50 ma. GND. Ground pins. IOREF. This pin on the Arduino/Genuino board provides the voltage reference with which the microcontroller operates. A properly configured shield can read the IOREF pin voltage and select the appropriate power source or enable voltage translators on the outputs to work with the 5V or 3.3V. Memory The ATmega328 has 32 KB (with 0.5 KB occupied by the bootloader). It also has 2 KB of SRAM and 1 KB of EEPROM (which can be read and written with the EEPROM library). Each of the 14 digital pins on the Uno can be used as an input or output, using pin Mode (), digital Write (), and digital Read () functions. They operate at 5 volts. Each pin can provide or receive 20 ma as recommended operating condition and has an internal pull-up resistor (disconnected by R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 3

4 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION default) of 20-50k ohm. A maximum of 40mA is the value that must not be exceeded on any I/O pin to avoid permanent damage to the microcontroller. In addition, some pins have specialized functions as follows : Serial : 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the corresponding pins of the ATmega 8 U2 USB-to-TTL Serial chip. External Interrupts : 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attach Interrupt() function for details. PWM :. Provide 8-bit PWM output (Pin 3, 5, 6, 9, 10, and 11) with the analog Write() function. SPI : 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library. LED : 13. There is a built-in LED driven by digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off. TWI : A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library. The Uno has 6 analog inputs, labeled A0 through A5, each of which provide 10 bits of resolution (i.e different values). By default they measure from ground to 5 volts, though is it possible to change the upper end of their range using the AREF pin and the Analog Reference () function. There are a couple of other pins on the board :- AREF. Reference voltage for the analog inputs. Used with Analog Reference (). RESET. Bring this line LOW to reset the microcontroller. Typically this Pin is used to add a reset button to shields which block the one on the board [3] TECHNICAL SPECIFICATIONS Microcontroller Operating Voltage Input (recommended) Voltage ATmega328P 5V 7-12V Input Voltage (limit) 6-20V Digital I/O Pins PWM Digital I/O Pins 6 Analog Input Pins 6 DC Current per I/O Pin DC Current for 3.3V Pin Flash Memory SRAM EEPROM Clock Speed 14 (of which 6 provide PWM output) 20 ma 50 ma 32 KB (ATmega328P) of which 0.5 KB used by bootloader 2 KB (ATmega328P) 1 KB (ATmega328P) 16 MHz R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 4

5 LED_BUILTIN 13 Length 68.6 mm Width 53.4 mm Weight 25 g [4] LIGHT EMITTING DIODES (LED) The positive side of the LED is called the anode and is marked by having a longer lead, or leg. The other, negative side of the LED is called the cathode. Current flows from the anode to the cathode and never the opposite direction. A reversed LED can keep an entire circuit from operating properly by blocking current flow The long leg of the LED was connected to the one end of the resistor. And the other end of the resistor is interfaced with the ARDUINO board. The short leg of the LED (the negative leg, called the cathode) can be connected to the GND. We connect the LED s in the following way on the microcontroller:- Red light 1 R1 DIGITAL port 5 Green light 1 G1 DIGITAL port 6 Red light 2 R2 DIGITAL port 13 Green light 2 G2 DIGITAL port 4 Red light 3 R3 DIGITAL port 7 Green light 3 G3 DIGITAL port 11 Red light 4 R4 DIGITAL port 8 Green light 4 G4 DIGITAL port 10 Yellow light for a behind 1 DIGITAL port 3 Yellow light for a behind 2 DIGITAL port 9 Yellow light for a behind 3 DIGITAL port 12 Fig :Traffic light signal at Road Junction R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 5

6 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION [5] IR SENSOR: An infrared sensor emits and/or detects infrared radiation to sense its surroundings.ir sensor contains IR transmitter IR receiver (photodiode) in itself. The basic concept of an Infrared Sensor which is used as Obstacle detector is to transmit an infrared signal, this infrared signal bounces from the surface of an object and the signal is received at the infrared receiver. We use IR sensors to design an intelligent traffic control system. As the vehicle passes through these IR sensors, the IR sensor will detect the vehicle & will send the information to the microcontroller. The output of the IR Sensor is taken by the analog ports of the microcontroller The IR Sensors have three pins : Vcc, O/P, GND. Pin Vcc : The IR Sensors need power to operate.a wire from the supply pin VCC of the microcontroller is given to the bread board and the IR Sensor s Vcc pins and connected so as to get the power. IR Sensors are connected using male to female wires Pin O/P : This is the output pin which is given to ANALOG pins on the microcontroller as follows. These connections can be directly done on the microcontroller without the use of the bread board Pin GND : The ground pins are given ground on the breadboard using wires 3 IR Sensors for 1 3 IR Sensors for 2 3 IR Sensors for 3 3 IR Sensors for 4 PROGRAMING OUTPUT Once the programming code has been written the compilation of the code in Ardiuno software was done to observe any errors and on getting the result free from any error, code was uploaded to the ARDUINO board. [6.A] WORKING In our present proposed system the connections are made in such a way that the traffic control at present and the forewarning of traffic at the behind takes place at the same time. The IR Sensors are placed on roads in such a way that the IR Sensor detects the traffic. We setup three points to place IR Sensors. POINT 1 A place where an IR Sensor is placed to detect low of vehicles POINT 2 A place where an IR Sensor is placed to detect normal of vehicles POINT 3 A place where an IR Sensor is placed to detect high of vehicles If the vehicles are present upto the point 1, this implies less number of vehicles on road and the green led of that glows for only 30 seconds. If the vehicles are present upto the point 2, this implies medium number of vehicles on road and the green led of that glows for 60 seconds. R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 6

7 If the vehicles are stagnated upto the point 3, this implies high traffic jam and the green led of that glows for a whole of 90 seconds. Whenever an IR Sensor glows high it notifies the ARDUINO through the input port about its behavior. The green LED s at the traffic post which normally glows for 60 seconds after detection of HIGH input from IR Sensors now glow for 90 seconds. Which means the green traffic light, for a congested glows for time that is more than the normal time which lets more number of vehicles to pass out from that jammed. For s with low of vehicles the green light glows for only 30 seconds which is calculated to be sufficient for the vehicles to pass. For the where the IR Sensor input is detected to be high there goes a notification of traffic to the traffic post behind the same. We put another traffic light separately at that which is clearly visible to the vehicles that indicates the traffic in the ahead which in turn can reduce the traffic by making the vehicles aware of traffic ahead so that they can avert their path to avoid getting stuck in the traffic jam In our present traffic light system it is not possible to see the traffic lights from a long distance. And when we encounter a scenario of high traffic, the vehicles stuck in the traffic simply follow the vehicles ahead to reach the signal post.and when this happens the urge to cross the signal increases and sometimes even after the red signal indication, vehicles try to cross their s, which in turn result in major accidents at the cross roads. To overcome this problem our proposed system on the basis of calculations, set up a point where if vehicles are detected to be stagnated can be declared as heavy of traffic and place IR Sensor 3. At the same point we place a one traffic light post to stop the vehicles. That is unless the vehicles before IR Sensor 3 pass, the remaining vehicles from the sub traffic post are stopped. This way only estimated number of vehicles will cross the roads for given time of 90 seconds. By adapting this the wastage of fuel that takes place while moving just centimeters in a traffic jam can be reduced and dangerous accidents can be totally decreased [6.B] ALGORITHM 1. The system operates detecting the IR Sensors 2. If IR sensor 3 is high then the green signal glows for 90 seconds 3. If IR sensor 3 is not high then IR sensor 2 is checked, if it is high then the green signal glows for 60 seconds 4. If IR sensors 3 and 2 are not high and IR sensor 1 is checked, if it is high then the green signal glows for 30 seconds 5. After IR sensor 3 is high the signal is sent to the previous indicating traffic in the present 6. Now the signal turns red and waits for its turn after the other three s give their green signal turn by turn [7] LIMITATIONS Path aversions may not be feasible in every place Stray signals that may alter the reading of sensor receptors and lead to conveying false information to the microcontroller. R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 7

8 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION [8] ADVANTAGES No manual inspection is required. Problem of traffic can be automatically decreased to some extent. This system can be proven to be more beneficial for busy urban traffic cross roads Path aversions can be adapted by people after knowing the traffic ahead which can contribute to the decrease in congestion of vehicles at traffic post Though cameras are installed to inspect if anyone is crossing even after the red light indication one can do nothing if life is lost because of mistakes. Major accidents at cross roads can be easily decreased by adapting our proposed model. Fuel can be saved which in turn contribute to the increase in economic growth of our country Pollution can be reduced. [9] ADVANCEMENTS The system can be given an option of switching for the purpose of security. That is to change from automated to manual mode or from manual mode to automated mode. [10] RESULT Case study of cross roads 11,telco colony, Jamshedpur, Jharkhand. (The normal duration for green signal to glow is 60 seconds) Time Day 6am- 8am Timing of green signal Increase d to 90 sec at 3 Timing of green signal decreas ed to 30 sec at 1,2,4 Forewarning At Sub- Sub- 3 8am- 10am 10am- 12pm 12pm- 2pm Not increase d in any 2,4 2,4 Not decreas ed in any No warning Sub- 2,4 1 3 Sub- 1 R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 8

9 2pm- 4pm 4pm- 6pm 6pm- 8pm 8pm- 10pm 1,3 Not increase d in any 2,4 Not increase d in any Not decreas ed in any 1,3 1,3 1,3 Sub- 1,3 No warning Sub- 2,4 No warning R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 9

10 TRAFFIC CONGESTION MANAGEMENT AND FOREWARNING FOR PATH AVERTION [11] CONCLUSION AND FUTURE SCOPE OF WORK A prototype Traffic light controller has been proposed in this project. The use of microcontroller with programmable facility offers the unique feature of the system. The PV supply to this system will ensure 24x7 power supply for working of the system. The system finds its application in populated urban area of a city. The GSM technology if incorporated with the system may integrate the control of traffic at all the road junctions with remote programming technology. Aim of the project is to design a based traffic control system interfaced with GSM technology. [12] ACKNOWLEGEMENT The author thanks to NIT Jamshedpur to provide the computing facility to formulate the project and the advices as received time to time during the project work from our faculty motivated us to formulate our idea and give it a proper structure.we have been greatly encouraged by our college to think out of the box and it also provided us with a platform to improve our skills REFERENCES [1]. The Manual on Uniform Traffic Control Devices (MUTCD) is approved by the Federal way Administrator as the National Standard [2]. Ganiyu R. A., Arulogun O. T., Okediran O. Development of A Microcontroller-Based Traffic Light System for Road Intersection Control, International Journal of Scientific & Technology Research Vol 3, May 2014 [3]. Expert systems with applications : Vol 34, issue 4, May 2008, pages [4]. Intelligent Traffic Signal Control System Using Embedded System by Dinesh Rotake and Prof.SwapniliKarmore, Innovative Systems Design And Engineering, ISSN (paper) ISSN (online), Vol. 3, No. 5, [5]. International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Issue 3, March 2014 Density Based Traffic Signal System by K.Vidhya, A.BazilaBanu. [6]. Arduino Microcontroller Processing for Everyone!.Third Edition,Steven F. Barrett University of Wyoming R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 10

11 Author[s] brief Introdution Shiva Nand Singh obtained his Bachelor of Technology degree in Electronics and Communication Engineering from BIT Mesra (a Deemed university), Ranchi, and Jharkhand, India in 1980 and the M.Tech degree in Electrical Engineering from Ranchi University, Jharkhand, India, in He had received PhD degree at the Department of Electrical Engineering, National Institute of Technology (NIT), Jamshedpur, Jharkhand, India in He had published more than 80 papers in National and International Journals based on his research and related field. He remained Head of Department of Electronics and Communication Engg., NIT, Jamshedpur for three terms and also assigned additional responsibility at various key positions in the Institute. He has represented AICTE Inspection team, and a member of Expert Team of NELIT, NIOS and much other university etc. He is member of Editorial Board of International journals and chaired sessions in International Conference abroad also. He is Co-ordinator of Govt. of India sponsored VLSI SMDP-C2SD Project of Govt of India at National Institute of Technology, Jamshedpur, Jharkhand, India. Presently, he is the Professor in the Department of Electronics and Communication Engineering, NIT, Jamshedpur. His current research interest includes Solar Technology, VLSI, Microwave Antenna and Communication Systems Engineering, Industrial Electronics and Drives. Ms. R.Sushma Sree is pursuing B.Tech.(Hons) in the Department of Electronics & Communication Engineering in National Institute of Technology (An Autonomous Institution under MHRD, Govt. of India) Jamshedpur (India). Her area of interest includes innovative projects based on microcontrollers. She achieved 2 nd and 3 rd positions back to back two years for her projects on microcontrollers in OJASS 16 and OJASS 17 She had done many projects on microcontrollers. She is an active member of various societies and also a member of the Society of Electronics and Communication Engineering. She is a leading volunteer in an NGO named Sankalp- A pledge to change. She is now looking forward to publish papers based on the projects. Ms.C.Geetha Rashmi is pursuing B.Tech.(Hons) in the Department of Electronics & Communication Engineering in National Institute of Technology (An Autonomous Institution under MHRD, Govt. of India) Jamshedpur (India). Her area of interest includes innovative projects based on microcontrollers. She achieved 2 nd and 3 rd positions back to back two years for her projects on microcontrollers in OJASS 16 and OJASS 17 She had done many projects on microcontrollers. She is an active member of various societies and also a member of a technical team TOP GUNS. She is now looking forward to publish papers based on the projects. R.Sushma Sree, C.Geetha Rashmi, Dr.S.N.Singh 11

ARDUINO UNO REV3 Code: A000066

ARDUINO UNO REV3 Code: A000066 ARDUINO UNO REV3 Code: A000066 The UNO is the best board to get started with electronics and coding. If this is your first experience tinkering with the platform, the UNO is the most robust board you can

More information

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD).

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD). ARDUINO UNO REV3 SMD Code: A000073 The board everybody gets started with, based on the ATmega328 (SMD). The Arduino Uno SMD R3 is a microcontroller board based on the ATmega328. It has 14 digital input/output

More information

ARDUINO MICRO WITHOUT HEADERS Code: A000093

ARDUINO MICRO WITHOUT HEADERS Code: A000093 ARDUINO MICRO WITHOUT HEADERS Code: A000093 Arduino Micro is the smallest board of the family, easy to integrate it in everyday objects to make them interactive. The Micro is based on the ATmega32U4 microcontroller

More information

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

ARDUINO LEONARDO ETH Code: A000022

ARDUINO LEONARDO ETH Code: A000022 ARDUINO LEONARDO ETH Code: A000022 All the fun of a Leonardo, plus an Ethernet port to extend your project to the IoT world. You can control sensors and actuators via the internet as a client or server.

More information

ARDUINO LEONARDO WITH HEADERS Code: A000057

ARDUINO LEONARDO WITH HEADERS Code: A000057 ARDUINO LEONARDO WITH HEADERS Code: A000057 Similar to an Arduino UNO, can be recognized by computer as a mouse or keyboard. The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet).

More information

ARDUINO MEGA ADK REV3 Code: A000069

ARDUINO MEGA ADK REV3 Code: A000069 ARDUINO MEGA ADK REV3 Code: A000069 OVERVIEW The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

Arduino ADK Rev.3 Board A000069

Arduino ADK Rev.3 Board A000069 Arduino ADK Rev.3 Board A000069 Overview The Arduino ADK is a microcontroller board based on the ATmega2560 (datasheet). It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

keyestudio Keyestudio MEGA 2560 R3 Board

keyestudio Keyestudio MEGA 2560 R3 Board Keyestudio MEGA 2560 R3 Board Introduction: Keyestudio Mega 2560 R3 is a microcontroller board based on the ATMEGA2560-16AU, fully compatible with ARDUINO MEGA 2560 REV3. It has 54 digital input/output

More information

ARDUINO PRIMO. Code: A000135

ARDUINO PRIMO. Code: A000135 ARDUINO PRIMO Code: A000135 Primo combines the processing power from the Nordic nrf52 processor, an Espressif ESP8266 for WiFi, as well as several onboard sensors and a battery charger. The nrf52 includes

More information

ARDUINO M0 PRO Code: A000111

ARDUINO M0 PRO Code: A000111 ARDUINO M0 PRO Code: A000111 The Arduino M0 Pro is an Arduino M0 with a step by step debugger With the new Arduino M0 Pro board, the more creative individual will have the potential to create one s most

More information

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( )

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( ) DESIGN AND IMPLEMENTATION OF MICROCONTROLLER BASED SPEED DATA LOGGER Kriti Jain *, Prem Chand #, Saad Shamsi #, Dimple Taneja #, Rahul Yadav #, Sanjeev Yadav # *Assistant Professor, ECE Department, Amity

More information

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

More information

Sanguino TSB. Introduction: Features:

Sanguino TSB. Introduction: Features: Sanguino TSB Introduction: Atmega644 is being used as CNC machine driver for a while. In 2012, Kristian Sloth Lauszus from Denmark developed a hardware add-on of Atmega644 for the popular Arduino IDE and

More information

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe.

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe. Arduino - ArduinoBoardEthernet Page 1 of 10 Arduino Ethernet (http://arduino.cc/en/uploads/main/arduinoethernetfront.jpg) Arduino Ethernet Rev. 3 board front view (http://arduino.cc/en/uploads/main/arduinoethernetback.jpg)

More information

Academic Year Annexure I. 1. Project Title: Color sensor based multiple line follower robot with obstacle detection

Academic Year Annexure I. 1. Project Title: Color sensor based multiple line follower robot with obstacle detection Academic Year 2015-16 Annexure I 1. Project Title: Color sensor based multiple line follower robot with obstacle detection TABLE OF CONTENTS 1.1 Abstract 2-2 1.2 Motivation 3-3 1.3 Objective 3-3 2.1 Block

More information

ARDUINO MINI 05 Code: A000087

ARDUINO MINI 05 Code: A000087 ARDUINO MINI 05 Code: A000087 The Arduino Mini is a very compact version of the Arduino Nano without an on board USB to Serial connection The Arduino Mini 05 is a small microcontroller board originally

More information

How to Use an Arduino

How to Use an Arduino How to Use an Arduino By Vivian Law Introduction The first microcontroller, TMS-1802-NC, was built in 1971 by Texas Instruments. It owed its existence to the innovation and versatility of silicon and the

More information

IDUINO for maker s life. User Manual. For IDUINO development Board.

IDUINO for maker s life. User Manual. For IDUINO development Board. User Manual For IDUINO development Board 1.Overview 1.1 what is Arduino? Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read inputs

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

ARDUINO INDUSTRIAL 1 01 Code: A000126

ARDUINO INDUSTRIAL 1 01 Code: A000126 ARDUINO INDUSTRIAL 1 01 Code: A000126 The Industrial 101 is a small form-factor YUN designed for product integration. OVERVIEW: Arduino Industrial 101 is an Evaluation board for Arduino 101 LGA module.

More information

Alessandra de Vitis. Arduino

Alessandra de Vitis. Arduino Alessandra de Vitis Arduino Arduino types Alessandra de Vitis 2 Interfacing Interfacing represents the link between devices that operate with different physical quantities. Interface board or simply or

More information

IDUINO for maker s life. User Manual. For IDUINO Mega2560 Board(ST1026)

IDUINO for maker s life. User Manual. For IDUINO Mega2560 Board(ST1026) User Manual For IDUINO Mega2560 Board(ST1026) 1.Overview 1.1 what is Arduino? Arduino is an open-source prototyping platform based on easy-to-use hardware and software. Arduino boards are able to read

More information

Lab 01 Arduino 程式設計實驗. Essential Arduino Programming and Digital Signal Process

Lab 01 Arduino 程式設計實驗. Essential Arduino Programming and Digital Signal Process Lab 01 Arduino 程式設計實驗 Essential Arduino Programming and Digital Signal Process Arduino Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's

More information

ESPino - Specifications

ESPino - Specifications ESPino - Specifications Summary Microcontroller ESP8266 (32-bit RISC) WiFi 802.11 (station, access point, P2P) Operating Voltage 3.3V Input Voltage 4.4-15V Digital I/O Pins 9 Analog Input Pins 1 (10-bit

More information

International Journal of Engineering Research ISSN: & Management Technology November-2016 Volume 3, Issue-6

International Journal of Engineering Research ISSN: & Management Technology November-2016 Volume 3, Issue-6 International Journal of Engineering Research ISSN: 2348-4039 & Management Technology November-2016 Volume 3, Issue-6 Email: editor@ijermt.org www.ijermt.org ROBOTIC ARM CONTROL THROUGH HUMAN ARM MOVEMENT

More information

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org.

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org. Cookie User Manual For NuMicro Edition 1.0 Rev. 1.0 Release: 2012-08-09 Website: Forum: Techinal: Market: www.coocox.org forum.coocox.org master@coocox.com market@coocox.com 1 Introduction Cookie is an

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

Rear Distance Detection with Ultrasonic Sensors Project Report

Rear Distance Detection with Ultrasonic Sensors Project Report Rear Distance Detection with Ultrasonic Sensors Project Report 11.29.2017 Group #6 Farnaz Behnia Kimia Zamiri Azar Osaze Shears ECE 511: Microprocessors Fall 2017 1 Table of Contents 1. Abstract 3 2. Motivation

More information

Gambar A.1 Board Arduino

Gambar A.1 Board Arduino LAMPIRAN A ARDUINO UNO Gambar A.1 Board Arduino The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog

More information

Digital Pins and Constants

Digital Pins and Constants Lesson Lesson : Digital Pins and Constants Digital Pins and Constants The Big Idea: This lesson is the first step toward learning to connect the Arduino to its surrounding world. You will connect lights

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

Arduino Smart Robot Car Kit User Guide

Arduino Smart Robot Car Kit User Guide User Guide V1.0 04.2017 UCTRONIC Table of Contents 1. Introduction...3 2. Assembly...4 2.1 Arduino Uno R3...4 2.2 HC-SR04 Ultrasonic Sensor Module with Bracket / Holder...5 2.3 L293D Motor Drive Expansion

More information

8:1 Serial Port Expander

8:1 Serial Port Expander 8:1 Serial Port Expander V 1.3 This is an evolving document check back for updates. Features Expand a single UART (RX / TX) serial port into 8 additional serial ports On-board LEDs indicate which channel

More information

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC Adafruit Metro Mini Created by lady ada Last updated on 2018-01-24 08:12:28 PM UTC Guide Contents Guide Contents Overview Pinouts USB & Serial converter Microcontroller & Crystal LEDs Power Pins & Regulators

More information

OBSTACLE AVOIDANCE ROBOT

OBSTACLE AVOIDANCE ROBOT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 85 89 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com OBSTACLE AVOIDANCE ROBOT Sanjay Jaiswal 1, Saurabh Kumar Singh 2, Rahul Kumar 3 1,2,3

More information

LAMPIRAN I (LISTING PROGRAM)

LAMPIRAN I (LISTING PROGRAM) LAMPIRAN I (LISTING PROGRAM) #include LiquidCrystal lcd(8, 9, 4, 5, 6, 7); const int numreadings = 10; int readings[numreadings]; // the readings from the analog input int readindex =

More information

Arduino UNO R3. Features of the Arduino UNO:

Arduino UNO R3. Features of the Arduino UNO: Arduino UNO R This is the Arduino Uno R. In addition to all the features of the previous board, the Uno now uses an ATmegaU instead of the U found on the Uno (or the FTDI found on previous generations).

More information

Breeze Board. Type A. User Manual.

Breeze Board. Type A. User Manual. Breeze Board Type A User Manual www.dizzy.co.za Contents Introduction... 3 Overview Top... 4 Overview Bottom... 5 Getting Started (Amicus Compiler)... 6 Power Circuitry... 7 USB... 8 Microcontroller...

More information

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller

Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Autonomous, Surveillance Fire Extinguisher Robotic Vehicle with Obstacle Detection and Bypass using Arduino Microcontroller Sumanta Chatterjee Asst. Professor JIS College of Engineering Kalyani, WB, India

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

Arduino Dock 2. The Hardware

Arduino Dock 2. The Hardware Arduino Dock 2 The Arduino Dock 2 is our supercharged version of an Arduino Uno R3 board. These two boards share the same microcontroller, the ATmel ATmega328P microcontroller (MCU), and have identical

More information

Smart Restaurant Menu Ordering System

Smart Restaurant Menu Ordering System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Smart Restaurant Menu Ordering System Mrs. Anisha Cotta Assistant professor Miss.

More information

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT JAMES LEE JAMESLEE@GWU.EDU. Project Abstract I am a system administrator who manages hundreds of Unix systems. One of the essential tools to ensure I don

More information

Arduino Based Interaction between Blind, Deaf and Dumb People

Arduino Based Interaction between Blind, Deaf and Dumb People Arduino Based Interaction between Blind, Deaf and Dumb People R.Jeena 1, Attur Keerthana 2, R.Meenakshi 3, K.Priya 4 Assistant Professor, Panimalar Institute of Technology, Chennai, Tamil Nadu, India 1

More information

Smart Helmet Based On IoT Technology

Smart Helmet Based On IoT Technology Smart Helmet Based On IoT Technology Mohammed Khaja Areebuddin Aatif 1, Ainapurapu Manoj 2 1,2 Dept. of Computer Science and Engineering, Vasavi College of Engineering (Autonomous) Ibrahimbagh, Hyderabad-31,

More information

Arduino Prof. Dr. Magdy M. Abdelhameed

Arduino Prof. Dr. Magdy M. Abdelhameed Course Code: MDP 454, Course Name:, Second Semester 2014 Arduino What is Arduino? Microcontroller Platform Okay but what s a Microcontroller? Tiny, self-contained computers in an IC Often contain peripherals

More information

The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). It has 54 digital input/output pins (of which 14 can be used as

The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). It has 54 digital input/output pins (of which 14 can be used as The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). It has 54 digital input/output pins (of which 4 can be used as PWM outputs), 6 analog inputs, 4 UARTs (hardware serial

More information

Laboratory 1 Introduction to the Arduino boards

Laboratory 1 Introduction to the Arduino boards Laboratory 1 Introduction to the Arduino boards The set of Arduino development tools include µc (microcontroller) boards, accessories (peripheral modules, components etc.) and open source software tools

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH

SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH SOLARIUM: HOME AUTOMATION SYSTEM USING BLUETOOTH Varsha Singh 1 & Savita Sindhu 2 Abstract: In this paper, we aim at designing a home automation system using automatic sun tracking system. Also operating

More information

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview Freeduino USB 1.0 Arduino Compatible Development Board Starter Guide 1. Overview 1 Arduino is an open source embedded development platform consisting of a simple development board based on Atmel s AVR

More information

Power Supply, Arduino MEGA 2560, and Stepper Motors Connections

Power Supply, Arduino MEGA 2560, and Stepper Motors Connections Power Supply, Arduino MEGA 2560, and Stepper Motors Connections By: Maram Sulimani Abstract: Arduino MEGA 2560 is required for this project to control the movement of the 3D printer axis and its extruder.

More information

Voice Recognition Automation through an Android Application

Voice Recognition Automation through an Android Application Voice Recognition Automation through an Android Application Lochan Basyal Amritsar College of Engineering and Technology, Amritsar Punjab India Sandeep Kaushal Amritsar College of Engineering and Technology,

More information

M-DUINO R FAMILY. M-Duino 19R/38R/57R User Guide: 1 Index

M-DUINO R FAMILY. M-Duino 19R/38R/57R User Guide: 1 Index Page1 M-DUINO R FAMILY M-Duino 19R/38R/57R User Guide: 1 Index 2 General Description M-DUINO R FAMILY product... 3 2.1 Mechanical dimension... 4 3 Precautions... 5 3.1 Arduino Board... 5 3.2 Intended Audience...

More information

Doc: page 1 of 8

Doc: page 1 of 8 Minicon Reference Manual Revision: February 9, 2009 Note: This document applies to REV C of the board. 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Minicon board is a

More information

USER GUIDE ARDBOX ANALOG

USER GUIDE ARDBOX ANALOG USER GUIDE ARDBOX ANALOG Version: 00300170_Ardbox_Analog Page2 Ardbox User Guide: 1 Contents 2 ARDBOX... 3... 4 3 Precautions... 4 1.1. Arduino Board... 4 1.2. Intended Audience... 4 1.3. General Precautions...

More information

EZ-Bv4 Datasheet v0.7

EZ-Bv4 Datasheet v0.7 EZ-Bv4 Datasheet v0.7 Table of Contents Introduction... 2 Electrical Characteristics... 3 Regulated and Unregulated Power Pins... 4 Low Battery Warning... 4 Hardware Features Main CPU... 5 Fuse Protection...

More information

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor

Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Proc. of Int. Conf. on Current Trends in Eng., Science and Technology, ICCTEST Non-Contact Water Level Monitoring using Labview with Arduino and Ultrasonic Sensor Vidya Shree G 1 and Sharanabasappa 2 1-2

More information

Adafruit USB Power Gauge Mini-Kit

Adafruit USB Power Gauge Mini-Kit Adafruit USB Power Gauge Mini-Kit Created by Bill Earl Last updated on 2017-07-14 11:55:04 PM UTC Guide Contents Guide Contents Overview Assembly Basic Assembly Solder the female connector. Solder the

More information

Supplement for module D061 incl. ATMega128 Prozessor

Supplement for module D061 incl. ATMega128 Prozessor Supplement for module D061 incl. ATMega128 Prozessor V 1.3 16. March 2006 2006 by Peter Küsters This document is in copyright protected. It is not permitted to change any part of it. It is not permitted

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Demand Side Management by Using GSM Interfacing with Arduino (UNO)

Demand Side Management by Using GSM Interfacing with Arduino (UNO) Demand Side Management by Using Interfacing with Arduino (UNO) 1 Madhuri Mahajan, 2 Swati Patharwat, 3 Anuruddha Ingale, 4 Rohit Chaudhari, 5 Ishwar Patil, 6 Prof. Atul Barhate 1,2,3,4,5,6 Department of

More information

Omega-328 SB. Rapid Prototyping tool with Shield Base for Atmel AtmegaXX8 Microcontrollers. User Manual

Omega-328 SB. Rapid Prototyping tool with Shield Base for Atmel AtmegaXX8 Microcontrollers. User Manual Omega-328 SB Rapid Prototyping tool with Shield Base for Atmel AtmegaXX8 Microcontrollers User Manual - Omega MCU Systems Copyright 2012 Contents Introduction... 2 Omega-328 SB main features:... 2 Getting

More information

1/Build a Mintronics: MintDuino

1/Build a Mintronics: MintDuino 1/Build a Mintronics: The is perfect for anyone interested in learning (or teaching) the fundamentals of how micro controllers work. It will have you building your own micro controller from scratch on

More information

XNUCLEO-F030R8, Improved STM32 NUCLEO Board

XNUCLEO-F030R8, Improved STM32 NUCLEO Board XNUCLEO-F030R8, Improved STM32 NUCLEO Board STM32 Development Board, Supports Arduino, Compatible with NUCLEO-F030R8 XNUCLEO-F030R8 Features Compatible with NUCLEO-F030R8, onboard Cortex-M0 microcontroller

More information

Arduino Diecimila Pinouts 697B B8D-A50A-61944C26074F

Arduino Diecimila Pinouts 697B B8D-A50A-61944C26074F mightwerk Resources for creators and innovators outs 697B1380-9797-4B8D-A50A-61944C26074F Introduction... 1 4-pin Expansion Header out... 2 6-pin ICSP Header out... 3 Map from to... 4 Map from ATmega328

More information

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

AVR Intermediate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help AVR Intermediate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad

International Journal of Artificial Intelligence and Applications (IJAIA), Vol.9, No.3, May Bashir Ahmad OUTDOOR MOBILE ROBOTIC ASSISTANT MICRO-CONTROLLER MODULE (ARDUINO), FIRMWARE AND INFRARED SENSOR CIRCUIT DESIGN AND IMPLEMENTATION, OPERATING PRINCIPLE AND USAGE OF PIRMOTION SENSOR Bashir Ahmad Faculty

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

M-DUINO FAMILY. M-Duino 21 User Guide: 1 Index

M-DUINO FAMILY. M-Duino 21 User Guide: 1 Index Page1 MDUINO FAMILY MDuino 21 User Guide: 1 Index 2 General Description MDUINO FAMILY product... 3 2.1 Mechanical dimension... 4 3 Precautions... 5 3.1 Arduino Board... 5 3.2 Intended Audience... 5 3.3

More information

Omega MP. Multi-Programming Shield for Atmel Microcontrollers. User Manual

Omega MP. Multi-Programming Shield for Atmel Microcontrollers. User Manual Omega MP Multi-Programming Shield for Atmel Microcontrollers User Manual Ω - Omega MCU Systems Copyright 2012 Contents Introduction...2 Omega MP main features:...2 Getting Started...3 Assumptions...3 1.

More information

Distributed Real- Time Control Systems

Distributed Real- Time Control Systems Distributed Real- Time Control Systems Lecture 2 Embedded Systems Basics A. Bernardino, C. Silvestre, IST- ACSDC 1 What are embedded systems? Small computers to efficiently address specific purposes, e.g.

More information

Intelligent Digital Fuel Gauge Along With Engine Locking System Using Arduino

Intelligent Digital Fuel Gauge Along With Engine Locking System Using Arduino Intelligent Digital Fuel Gauge Along With Engine Locking System Using Arduino M.Prakash 1, V.Raguna 2, K.Sowmitha 3, P.Thamilzamudham 4 and Mrs. P. Nandhini 5 1,2,3,4 UG student, Department of ECE, Velalar

More information

Distributed Real-Time Control Systems. Module 3 Hardware for Real Time Distributed Control Systems

Distributed Real-Time Control Systems. Module 3 Hardware for Real Time Distributed Control Systems Distributed Real-Time Control Systems Module 3 Hardware for Real Time Distributed Control Systems 1 General Topology of Real-Time Distributed Control Systems System Management Data Backup Intranet User

More information

Breeze Board. Type B. User Manual.

Breeze Board. Type B. User Manual. Breeze Board Type B User Manual www.dizzy.co.za Contents Introduction... 3 Overview Top... 4 Overview Bottom... 5 Getting Started (USB Bootloader)... 6 Power Circuitry... 7 USB... 8 Microcontroller...

More information

Introduction To Arduino

Introduction To Arduino Introduction To Arduino What is Arduino? Hardware Boards / microcontrollers Shields Software Arduino IDE Simplified C Community Tutorials Forums Sample projects Arduino Uno Power: 5v (7-12v input) Digital

More information

Note. The above image and many others are courtesy of - this is a wonderful resource for designing circuits.

Note. The above image and many others are courtesy of   - this is a wonderful resource for designing circuits. Robotics and Electronics Unit 2. Arduino Objectives. Students will understand the basic characteristics of an Arduino Uno microcontroller. understand the basic structure of an Arduino program. know how

More information

Keywords Microcontroller, Arduino UNO, GSM SIM 300, User authentication.

Keywords Microcontroller, Arduino UNO, GSM SIM 300, User authentication. Volume 5, Issue 11, November 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Advanced Locking

More information

ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017)

ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017) ISA Host Controller 15a Hardware Reference 1 ISA Host Controller 15a Hardware Reference Release 1.2 (October 16, 2017) Purpose: Host Controller to support the ISA bus according to the PC/104 specification.

More information

All In One Protective kit For Women

All In One Protective kit For Women All In One Protective kit For Women Mr. Vaibhav A. Alone- M.Tech Student, Guide - Asst. Prof Ashish Manusmare, Co-guide - Asst. Prof Trupti Bhoskar Dept. Of Electronic & Communication Engineering Fr. Ballarpur

More information

Smart Street Light Using 8052 Micro Controller

Smart Street Light Using 8052 Micro Controller Smart Street Light Using 8052 Micro Controller Tella Kumari Padmalatha P. Anitha K. Durgaprasad 1. ABSTRACT: We need to save or conserve energy because most of the energy sources we depend on, like coal

More information

Alcohol Detector with Auto-Ignition

Alcohol Detector with Auto-Ignition IJCSNT Vol.6, No.3, 2017 DOI- 10.18486/ijcsnt.2017.6.3.02 Alcohol Detector with Auto-Ignition Mandeep Guleria Assistant Professor, Electrical Engineering Department, T.H.D.C Institute of Hydropower Engineering

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Digilent Cerebot Board Reference Manual Revision: 11/17/2005 www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Digilent Cerebot Board is a useful tool for

More information

Automatic water level control using LabVIEW

Automatic water level control using LabVIEW Kurdistan Journal of Applied Research (KJAR) Print-ISSN: 2411-7684 Electronic-ISSN: 2411-7706 kjar.spu.edu.iq Volume 2 Issue 3 August 2017 DOI: 10.24017/science.2017.3.28 Automatic water level control

More information

SENSOLIGHT SYSTEM FOR HUMP DETECTION IN MOTORCYCLE

SENSOLIGHT SYSTEM FOR HUMP DETECTION IN MOTORCYCLE SENSOLIGHT SYSTEM FOR HUMP DETECTION IN MOTORCYCLE Manjunatha K N 1, Kiran B 1 1 Assistant Professor, Department of Electronics and Communication Engineering, School of Engineering and Technology, Jain

More information

Farklı Arduino Boardlar

Farklı Arduino Boardlar Farklı Arduino Boardlar Arduino UNO R3 Microcontroller ATmega328P (8 bit) DataSheet http://ww1.microchip.com/downloads/en/devicedoc/atmel- 42735-8-bit-AVR-Microcontroller-ATmega328-328P_Datasheet.pdf Operating

More information

Ultratronics v1.0 DATASHEET

Ultratronics v1.0 DATASHEET Ultratronics v1.0 DATASHEET Author Bart Meijer Date November 21 st, 2017 Document version 1.2 Ultratronics Datasheet Reprapworld.com 1 PRODUCT OVERVIEW Ultratronics is the latest development in 3D printer

More information

BV511 Hardware Guide ByVac ByVac Revision 1.0

BV511 Hardware Guide ByVac ByVac Revision 1.0 BV511 Hardware Guide ByVac ByVac 2007 www.byvac.co.uk Revision 1.0 ByVac 1 Copyright in this work is vested in ByVac and the document is issued in confidence for the purpose only for which it is supplied.

More information

Make your own secret locking mechanism to keep unwanted guests out of your space!

Make your own secret locking mechanism to keep unwanted guests out of your space! KNOCK LOCK Make your own secret locking mechanism to keep unwanted guests out of your space! Discover : input with a piezo, writing your own functions Time : 1 hour Level : Builds on projects : 1,,3,4,5

More information

Various power connectors. 3.3V regulator. 64K Flash (Internal) 2K EEPROM (Internal) 4K SRAM (Internal) JA Mem Adr/ Data. Doc: page 1 of 9

Various power connectors. 3.3V regulator. 64K Flash (Internal) 2K EEPROM (Internal) 4K SRAM (Internal) JA Mem Adr/ Data. Doc: page 1 of 9 Cerebot II Board Reference Manual Revision: September 14, 2007 Note: This document applies to REV B of the board. www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview

More information

Design and construction of ENP for Car : a novel Embedded System

Design and construction of ENP for Car : a novel Embedded System Design and construction of ENP for Car : a novel Embedded System D.G.VYAS I/C Head(coordinator) and Assistant Professor, Dept. of Physics, Hemchandracharya North Gujarat University, Patan, Gujarat, India

More information

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions 3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions Version date Author Comments 1.0 29/05/2013 Boris du Reau Initial version Rocket Type Micro-max Model Mid

More information

Maker Uno MAKER-UNO. User s Manual. Rev 1.0 Dec 2017

Maker Uno MAKER-UNO. User s Manual. Rev 1.0 Dec 2017 Maker Uno MAKER-UNO User s Manual Rev 1.0 Dec 2017 Informa on contained in this publica on regarding device applica ons and the like is intended through sugges on only and may be superseded by updates.

More information

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP DEVBOARD3 DATASHEET 10Mbits Ethernet & SD card PIC18F67J60 MICROCHIP Version 1.0 - March 2009 DEVBOARD3 Version 1.0 March 2009 Page 1 of 7 The DEVBOARD3 is a proto-typing board used to quickly and easily

More information

Layad Circuits Arduino Basic Kit B. Content Summary

Layad Circuits Arduino Basic Kit B. Content Summary Layad Circuits This kit is a careful selection of sensors, displays, modules, an Arduino Uno, connectors and other essential parts meant to facilitate learning of the hardware and software components of

More information