Skip to main content

Posts

Showing posts from May, 2018

EMERGENCY TRAFFIC CONTROL USING ARDUINO

                   This is actually an automatic traffic control system. But here, we are providing a highest priority to ambulance. It is done by clearing the path for its easy passage, by controlling traffic control signal light systems in junctions. Several attempts have been made to design efficient automated systems to solve this problem. Most present day systems use pre-determined timing circuits to operate traffic signals. However these systems are inefficient because they do not operate according to the current volume of traffic at the crossing. It is often seen in todays automated traffic control systems that the ambulances/emergency vehicle getting caught up by a Red traffic signal and wasting valuable time. To solve this problem and we propose the idea of automatic traffic controller for ambulance emergency. Here differential priorities can be assigned to vehicles such as ambulances, ...

Arduino based quadcopter

QUADCOPTER COMPONENTS             We may think that in building a quad copter the most important steps are to know what parts you need, ensure that you understand their functions, and then finally place our order, this will take some time, especially if we dont know much about drones.    The main components on building a quad copter are listed below: Atmel AtMega32p      The device is manufactured using Atmels high density on-volatile memory technology. The On-chip ISP Flash allows the program memory to be reprogrammed In System through an SPI serial interface, by a conventional non-volatile memory programmer, or by an On-chip Boot program running on the AVR core. The Boot program can use any interface to download the application program in the Application Flash memory. Software in the Boot Flash section will continue to run while the Application Flash section is updated, providing true Read-Wh...