Download

Download

Featured Posts

Featured Articles
All Stories
Showing posts with label IEEE EEE PROJECTS. Show all posts
Showing posts with label IEEE EEE PROJECTS. Show all posts

GSM BASED VEHICLE MONITORING &SECURITY SYSTEM PROJECT DOWNLOAD WITH SOURCE CODE


DEVELOPMENT OF A GSM BASED VEHICLE MONITORING &SECURITY SYSTEM|A GSM BASED VEHICLE MONITORING &SECURITY SYSTEM


 Aim 

Click here to view full download or contact us

The main aim of this project is to provide security to the vehicles. The system
automatically locks the vehicle as soon as it receives a predefined message from the user.

Applications Download 


using GPS tracking system we can detect the vehicle any where in the
global
automatic reduction of vehicle speed where an obstacle on the way to
present loss in an accident
diction of aichohol for a driver and limit the speed of the vechile not more
than 40km/hr

The GSM Modem supports popular "AT" command set so that users can develop

applications quickly

Uses GSM technology for following applications:


1. Access control devices: Access control devices can communicate with

servers and security staff through SMS messaging. Complete log of

transaction is available at the head-office Server instantly without any

wiring involved and device can instantly alert security personnel on their

mobile phone in case of any problem

2. Transaction terminals: EDC (Electronic Data Capturing) machines

can use SMS messaging to confirm transactions from central servers.

The main benefit is that central server can be anywhere in the world

3. Supply Chain Management: With a central server in your head office

with GSM capability, you can receive instant transaction data from

all your branch offices, warehouses and business associates with nil

downtime and low cost.

The control kit should be placed inside the vehicle far away from the temperature

Care should be taken such that all components in the control kit must be in

condition

Must and should specify the predefined messages in the source program

The gsm frequencys must be considered


The implementation of the project design can be divided in two parts.

− Hardware implementation

− Firmware implementation


Embedded Systems:

An embedded system can be defined as a computing device that does a specific focused job. Appliances such as the air-conditioner, VCD player, DVD player, printer, fax machine, mobile phone etc. are examples of embedded systems. Each of these appliances will have a processor and special hardware to meet the specific requirement of the application along with the embedded software that is executed by the processor for meeting that specific requirement. The embedded software is also called “firm ware”. The desktop/laptop computer is a general purpose computer. You can use it for a variety of applications such as playing games, word processing, accounting, software development and so on. In contrast, the software in the embedded systems is always fixed listed below:
· Embedded systems do a very specific task, they cannot be programmed to do different things. Embedded systems have very limited resources, particularly the memory. Generally, they do not have secondary storage devices such as the CDROM or the floppy disk. Embedded systems have to work against some deadlines. A specific job has to be completed within a specific time. In some embedded systems, called real-time systems, the deadlines are stringent. Missing a deadline may cause a catastrophe-loss of life or damage to property. Embedded systems are constrained for power. As many embedded systems operate through a battery, the power consumption has to be very low.
· Some embedded systems have to operate in extreme environmental conditions such as very high temperatures and humidity.

Following are the advantages of Embedded Systems:

  1. They are designed to do a specific task and have real time performance constraints which must be met.
  2. They allow the system hardware to be simplified so costs are reduced.
  3. They are usually in the form of small computerized parts in larger devices which serve a general purpose.
  4. The program instructions for embedded systems run with limited computer hardware resources, little memory and small or even non-existent keyboard or screen.

The Evolution of Mobile Telephone Systems

Cellular is one of the fastest growing and most demanding telecommunications applications. Today, it represents a continuously increasing percentage of all new telephone subscriptions around the world. Currently there are more than 45 million cellular subscribers worldwide, and nearly 50 percent of those subscribers are located in the United States.
The concept of cellular service is the use of low power transmitters where frequencies can be reused within a geographic area. The idea of cell based mobile radio service was formulated in the United States at Bell Labs in the early 1970s. Cellular systems began in the United States with the release of the advanced mobile phone service (AMPS) system in 1983. The AMPS standard was adopted by Asia, Latin America and Oceanic countries, creating the largest potential market in the world for cellular.
In the early 1980s, most mobile telephone systems were analog rather than digital, like today's newer systems. One challenge facing analog systems was the inability to handle the growing capacity needs in a cost efficient manner. As a result, digital technology was welcomed.
The advantages of digital systems over analog systems include ease of signaling, lower levels of interference, integration of transmission and switching and increased ability to meet capacity demands. The table below shows the worldwide development of mobile telephone systems.



The implementation of the project design can be divided in two parts.
-        Hardware implementation
-        Firmware implementation

Hardware implementation deals in drawing the schematic on the plane paper according to the application, testing the schematic design over the breadboard using the various IC’s to find if the design meets the objective, carrying out the PCB layout of the schematic tested on breadboard, finally preparing the board and testing the designed hardware.
The firmware part deals in programming the microcontroller so that it can control the operation of the IC’s used in the implementation. In the present work, we have used the Orcad design software for PCB circuit design, the Keil µv3 software development tool to write and compile the source code, which has been written in the C language. The Proload programmer has been used to write this compile code into the microcontroller. The firmware implementation is explained in the next chapter.
The project design and principle are explained in this chapter using the block diagram and circuit diagram. The block diagram discusses about the required components of the design and working condition is explained using circuit diagram and system wiring diagram.

Microcontrollers:

Microprocessors and microcontrollers are widely used in embedded systems products. Microcontroller is a programmable device. A microcontroller has a CPU in addition to a fixed amount of RAM, ROM, I/O ports and a timer embedded all on a single chip. The fixed amount of on-chip ROM, RAM and number of I/O ports in microcontrollers makes them ideal for many applications in which cost and space are critical.
The Intel 8051 is Harvard architecture, single chip microcontroller (µC) which was developed by Intel in 1980 for use in embedded systems. It was popular in the 1980s and early 1990s, but today it has largely been superseded by a vast range of enhanced devices with 8051-compatible processor cores that are manufactured by more than 20 independent manufacturers including Atmel, Infineon Technologies and Maxim Integrated Products.
8051 is an 8-bit processor, meaning that the CPU can work on only 8 bits of data at a time. Data larger than 8 bits has to be broken into 8-bit pieces to be processed by the CPU. 8051 is available in different memory types such as UV-EPROM, Flash and NV-RAM. 


Features of AT89S52:


·        8K Bytes of Re-programmable Flash Memory.
·        RAM is 256 bytes.
·        4.0V to 5.5V Operating Range.
·        Fully Static Operation: 0 Hz to 33 MHz’s
·        Three-level Program Memory Lock.
·        256 x 8-bit Internal RAM.
·        32 Programmable I/O Lines.
·        Three 16-bit Timer/Counters.
·        Eight Interrupt Sources.
·        Full Duplex UART Serial Channel.
·        Low-power Idle and Power-down Modes.
·        Interrupt recovery from power down mode.
·        Watchdog timer.
·        Dual data pointer.
·        Power-off flag.
·        Fast programming time.
·        Flexible ISP programming (byte and page mode).
                                                                                           
Description:
The AT89s52 is a low-voltage, high-performance CMOS 8-bit microcomputer with 8K bytes of Flash programmable memory. The device is manufactured using Atmel’s high density nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set. The on chip flash allows the program memory to be reprogrammed in system or by a conventional non volatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89s52 is a powerful microcomputer, which provides a highly flexible and cost-effective solution to many embedded control applications.
In addition, the AT89s52 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue the functioning. The power-down mode saves the RAM contents but freezes the oscillator disabling all other chip functions until the next hardware reset.

Pin description
Vcc    Pin 40 provides supply voltage to the chip. The voltage source is +5V.
GND   Pin 20 is the ground.






Port 0
Port 0 is an 8-bit open drain bidirectional I/O port. As an output port, each pin can sink eight TTL inputs. When 1s are written to port 0 pins, the pins can be used as high impedance inputs. Port 0 can also be configured to be the multiplexed low-order

address/data bus during accesses to external program and data memory. In this mode, P0 has internal pull-ups.
Port 0 also receives the code bytes during Flash programming and outputs the code bytes during Program verification. External pull-ups are required during program verification     Port 1
Port 1 is an 8-bit bidirectional I/O port with internal pull-ups. The Port 1 output buffers can sink/source four TTL inputs. When 1s are written to Port 1 pins, they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 1 pins that are externally being pulled low will source current (IIL) because of the internal pull-ups. In addition, P1.0 and P1.1 can be configured to be the timer/counter 2 external count input (P1.0/T2) and the timer/counter 2 trigger input (P1.1/T2EX), respectively, as shown in the following table.
Port 1 also receives the low-order address bytes during Flash programming and verification.
                               Port 2
Port 2 is an 8-bit bidirectional I/O port with internal pull-ups. The Port 2 output buffers can sink/source four TTL inputs. When 1s are written to Port 2 pins, they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 2 pins that are externally being pulled low will source current (IIL) because of the internal pull-ups.
Port 2 emits the high-order address byte during fetches from external program memory and during accesses to external data memory that uses 16-bit addresses (MOVX @ DPTR). In this application, Port 2 uses strong internal pull-ups when emitting 1s. During accesses to external data memory that uses 8-bit addresses (MOVX @ RI), Port 2 emits the contents of the P2 Special Function Register. The port also receives the high-order address bits and some control signals during Flash programming and verification.
Port 3
Port 3 is an 8-bit bidirectional I/O port with internal pull-ups. The Port 3 output buffers      can sink/source four TTL inputs. When 1s are written to Port 3 pins, they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 3 pins that are externally being pulled low will source current (IIL) because of the pull-ups. Port 3 receives some control signals for Flash programming and verification.
Port 3 also serves the functions of various special features of the AT89S52, as shown in the following table.
RST
Reset input A high on this pin for two machine cycles while the oscillator is running resets the device. This pin drives high for 98 oscillator periods after the Watchdog times out. The DISRTO bit in SFR AUXR (address 8EH) can be used to disable this feature. In the default state of bit DISRTO, the RESET HIGH out feature is enabled.
ALE/PROG
Address Latch Enable (ALE) is an output pulse for latching the low byte of the address during accesses to external memory. This pin is also the program pulse input (PROG) during Flash programming.
In normal operation, ALE is emitted at a constant rate of 1/6 the oscillator frequency and may be used for external timing or clocking purposes. Note, however, that one ALE pulse is skipped during each access to external data memory.
If desired, ALE operation can be disabled by setting bit 0 of SFR location 8EH. With the bit set, ALE is active only during a MOVX or MOVC instruction. Otherwise, the pin is weakly pulled high. Setting the ALE-disable bit has no effect if the microcontroller is in external execution mode.
PSEN
Program Store Enable (PSEN) is the read strobe to external program memory. When the AT89S52 is executing code from external program memory, PSEN is activated twice each machine cycle, except that two PSEN activations are skipped during each access to external data memory.

EA/VPP                                               
External Access Enable EA must be strapped to GND in order to enable the device to fetch code from external program memory locations starting at 0000H up to FFFFH. Note, however, that if lock bit 1 is programmed, EA will be internally latched on reset.
EA should be strapped to VCC for internal program executions. This pin also receives the 12-volt programming enable voltage (VPP) during Flash programming.
XTAL1
Input to the inverting oscillator amplifier and input to the internal clock operating circuit.

XTAL2
Output from the inverting oscillator amplifier.
XTAL1 and XTAL2 are the input and output, respectively, of an inverting amplifier that can be configured for use as an on-chip oscillator. Either a quartz crystal or ceramic resonator may be used. To drive the device from an external clock source, XTAL2 should be left unconnected while XTAL1 is driven. There are no requirements on the duty cycle of the external clock signal, since the input to the internal clocking circuitry is through a divide-by-two flip-flop, but minimum and maximum voltage high and low time specifications must be observed.
UART
The Atmel 8051 Microcontrollers implement three general purpose, 16-bit timers/ counters. They are identified as Timer 0, Timer 1 and Timer 2 and can be independently configured to operate in a variety of modes as a timer or as an event counter. When operating as a timer, the timer/counter runs for a programmed length of time and then issues an interrupt request. When operating as a counter, the timer/counter counts negative transitions on an external pin. After a preset number of counts, the counter issues an interrupt request. The various operating modes of each timer/counter are described in the following sections.
A basic operation consists of timer registers THx and TLx (x= 0, 1) connected in cascade to form a 16-bit timer. Setting the run control bit (TRx) in TCON register turns the timer on by allowing the selected input to increment TLx. When TLx overflows it increments THx; when THx overflows it sets the timer overflow flag (TFx) in TCON register. Setting the TRx does not clear the THx and TLx timer registers. Timer registers can be accessed to obtain the current count or to enter preset values. They can be read at any time but TRx bit must be cleared to preset their values, otherwise the behavior of the timer/counter is unpredictable.
The C/T control bit (in TCON register) selects timer operation or counter operation, by selecting the divided-down peripheral clock or external pin Tx as the source for the counted signal. TRx bit must be cleared when changing the mode of operation, otherwise the behavior of the timer/counter is unpredictable. For timer operation (C/Tx# = 0), the timer register counts the divided-down peripheral clock. The timer register is incremented once every peripheral cycle (6 peripheral clock periods). The timer clock rate is FPER / 6, i.e. FOSC / 12 mode. There are no restrictions on the duty cycle of the external input signal, but to ensure that a given level is sampled at least once before it changes, it should be held for at least one full peripheral cycle. In addition to the “timer” or “counter” selection, Timer 0 and Timer 1 have four operating modes from which to select which are selected by bit-pairs (M1, M0) in TMOD. Modes 0, 1and 2 are the same for both timer/counters. Mode 3 is different. 


Download This projects contact us Enter your valid details our team may contact you any time. 

NOTE :

USE SEARCH OPTION TO GET YOUR PROJECTS IN nS


tags: Free Download With full documentation and source code Vehicle Management System, GSM/GPRS PROJECTS, ECE, EEE, IEEE ECE PROJECTS, IEEE EEE PROJECTS, IEEE Electronics projects, ELECTRONICS PROJECT, IEEE PROJECTS, FINAL YEAR PROJECTS, OTHER PROJECTS, ALL DEPT, mca, mech, DOWNLOAD



5:18 PM - By Admin 1

LATEST GSM/GPRS PROJECTS TITLES FREE DOWNLOAD

BANK LOCKER SECURITY SYSTEM WITH  MOBILE  SMS ALERT 

Providing SMS alert for personal bank lockers or ATM System projects

Keep bank account as safe and secure projects using GSM Technology


ABSTRACT

GSM technology can provide a sophisticated theft alert system for bank locker system. The embedded I/O unit automates the inner door and entry door. The inner door always kept open. There are two modes in this project one is normal mode and another one is security mode. In normal mode an authorized person can open the locker key and he can close theentry door. At that time GSM send the message to the required person. If any person tries to open the locker key in security mode, the inner door will be closed automatically and SMS is transferred to the required person’s hand phone. After identifying the theft an authorized person can automate the inner door through the SMS.
The GSM module is connected with the microcontroller through serial port. Using ‘AT’ commands the SMS is transferred to the GSM module. The GSM module converts the digital information into airborne signals. Through GSM network the SMS is transferred to the required person’s hand phone. This system offers better solution for the Bank security system and also it will help you to track the intruder the embedded microcontroller used here is 89S52 microcontroller. Since, this microcontroller has in-built peripherals it is called as embedded peripheral the microcontroller has flash memory
This project uses regulated 5V, 500mA & 12V, 500mA power supply. 7805 and 7812 three terminal voltage regulators are used for voltage regulation. Bridge type full wave rectifier is used to rectify the ac output of secondary of 230/12V step down transformer.



GSM/GPRS PROJECTS, ECE, IEEE ECE PROJECTS, EEE, IEEE EEE PROJECTS, Computer Interfaced Projects, Banker database system, DATABASE TYPE PROJECTS, OTHER PROJECTS, HOW TO, GSM/GPRS PROJECTS, ECE, IEEE ECE PROJECTS, EEE, IEEE EEE PROJECTS, Computer Interfaced Projects, Banker database system, DATABASE TYPE PROJECTS, OTHER PROJECTS, HOW TO, 
5:52 PM - By Admin 0

Latest ASP.net projects titles and source code download|A Simple web application simulating ATM in ASP, MySQL

Latest ASP.net projects titles and source code download|A Simple web application simulating ATM in ASP, MySQL free download


 The purpose of the system is to just make a clear understanding of the Active Server Page though it is a bit outdated it is good for beginners of web application.


To run this project these are the pre-requisites:
  • You must have IIS installed in your Windows PC
  • You must have MySQL Database Server Installed in your pc with username and password as “root” and “root”. To install MySQL Database Server click on our link A Mini Project in Java to Manipulate recruitment System. You will find a MySQL Picture in this link and you can find the ways how to install it above that picture.
The main operations of this application is,
  • A bank customer can register to the bank only if his account is already updated in the database
  • He can log in and can view his account balance
  • He can view deposit or withdraw amount from his account
  • He can transact amount to another user and view the list who transacted to him
Here are some screenshots for your understanding,
User login & Registry:
home 1024x364 A Simple web application simulating ATM in ASP, MySQL
User Dashboard after he logged in:
userlogin 1024x388 A Simple web application simulating ATM in ASP, MySQL
After getting all the above things ready and there you go with the database creation. Download the text document from the below link and create database and tables according to the text file.
Untitled 1 300x91 A Simple web application simulating ATM in ASP, MySQL
After making all the things SQL Databases right and here you go with the project file, unzip the project file and paste it in the wwwroot of the inetpub in c: drive. After doing that don’t forget to give permissions for the folder.
sample res1 300x91 A Simple web application simulating ATM in ASP, MySQL
And that’s it you are done with the ATM Simulation in a web application. 

Source From 
 Sdj ArvinDeepak

Uploader
Justin Keendy
Sweeden
5:34 PM - By Admin 0

latest electronics mini projects titles free download|Diploma Projects for ECE / EEE projects Download

electronics mini projects titles 

latest electronics mini projects titles for ece|EEE  free download

Diploma Projects for ECE / EEE  projects Download


1. automatic switch of back up generators
2. e-ENERGY CONTROL
3. electronics stethoscope
4. CORDLESS INTERCOM
5. DIGITAL SPEED MEASUREMENT SYSTEM FOR AUTOMOBILE
6. Precision Digital Altimeter
7. SEC STOP-CLOCK
8. Underground object detection by means of GPR
9. RFID Gazette
10. MOBILE CONTROL ELECTRICAL APPLIANCES
11. LCD FREQUENCY METER USING C
12. robotic arm
13. Simple Digital Voltmeter using 8051
14. electronic tether
15. Adaptive noise cancellation
16. PC BASED FUNCTION GENERATOR
17. vhf frequency interception
18. finger print recoginition system
19. PRE-PAID ENERGY METER
20. FM RECEIVER USING CXA
21. ELE TELEPHONE DEMONSTRATOR
22. anti bag snatching alarm
23. Color Identifier
24. Construct a simple VU Meter using LM3915 ICs
25. Solar Energy Meter
26. Voice recorder using ADC and microcontroller
27. design for a multi level inverter
28. led display
29. atm design using vhdl
30. 24vdc to 220vac inverter circuit diagram, sine wave
31. SECURITY ACCESS CONTROL SYSTEM
32. Solid State Penlight LED Project
33. automatic dialling
34. Antenna properties demonstrator using MATLAB
35. remote control car
36. SPEED CHECKER FOR HIGHWAYS
37. Door lock control by 89c51 Ic
38. AUTO REJECTION + CONVEYER BELT SYSTEM
39. Developments of test methodology and test cases for ipv6 validation testing tool
40. LOW-COST ENERGY METER USING ADE
41. security lock code
42. Face recognition using eigen values
43. Monotoring the transformer using PLC and GSM
44. arm based smart card reader
45. Electronics Burglar alarm Using Passive Infrared Sensors
46. AUTOMATIC RAILWAY CROSSING GATE CONTROLLER
47. autonomous motion and obstacle avoidance
48. automation of cars
49. EMERGENCY LIGHT USING CFL
50. INDUSTRYAL AC/DC POWER CONTROL CIRCUITS
51. Automatic generator of patterned music tones
52. REMOTE MUSICAL BELL
53. Automatic vehical detection
54. LIGHT CONTROLLED DIGITAL FAN REGULATOR
55. metal detector
56. power generation control using embedded
57. home automation
58. / DIGIT VOLTMETER WITH LCD
59. Water purification plant control system
60. Night Light Saver V3.2 (PIC12C508)
61. Telecontrolling
62. PROGRAMMABLE DIGITAL TIME SWITCH
63. debugging and testing the projects having RS232C output
64. delay schematic Effect guitar
65. noise alarm
66. serial communication
67. RADIO CONTROLLED REMOTE CONTROL
68. DIGITAL WEIGHT ACCUMULATOR
69. Finger print scanning (security s/m)
70. electronics warfare
71. ALL EMBEDDED PROJECTS
72. mobile theives detection system
73. MCU BASED VISITOR COUNTER
74. SIMPLE ANALOGUE INTERFACE FOR PC
75. laser transceiver
76. smart card for railways using microcontroller 8051
77. dream machine
78. RS485 based data acquisition system using microcontroller
79. EASY SLEEP TIMER
80. ULTRASONIC SWITCH
81. automatic door alarm
82. digital image processing
83. MICROPROCESSOR BASED THERMOMETER DEVICE
84. bluetooth retail financial transaction
85. gsm based home control system
86. proximity security system
87. REMOTE AUDIO LEVEL INDICATOR
88. MICROCONTROLLER BASED CODE LOCK USING AT C
89. FM Phone Transmitter
90. railway control ststem using microprocessor
91. PC BASED -SEGMENT ROLLING DISPLAY
92. small robot with electronic memory
93. Biometric attendanceAuto Navigation
94. Remote controlling of pc using u r own remote
95. IR remote control function copier and transmitter
96. safety guard for blind
97. design and simulation of a k-u band antenna, design and simulation of a v/uhf antenna
98. CORE ELECTRONICS eg. ROBOTIC ARM
99. design an office to office conference system using telephone extensions
100. LIGHT COTROLLED DIGITAL FAN REGULATOR
101. Voice recorder using ADC and microcontroller
102. MICRO PROCESSOR BASED SPEED CONTROL OF DC MOTOR
103. VOICE TRANSMITTER IN POWER LINE AND SWITCHING
104. LED Flasher Circuit
105. Bluetooth Device Activated Cleaner
106. Car Park Automation
107. biomatrics
108. interfacing pic controller with bluetooth
109. hotel management system
110. DIGITAL CODE LOCK
111. automatic car parking light
112. sms based rolling display
113. Automation of Substation
114. Video Library-Management system
115. Fingerprint Based Ignition
116. Embedded sensor networks
117. high power led mood lamp
118. MULTICHANNEL TOUCH SWITCH
119. on chip LDO with adaptive control
120. REMOTE TV TESTER
121. VEHICLE TRACKING WITH LOCKING SYSTEM
122. power line communication
123. TEMPERATURE CONTROLLED FAN
124. TOUCH SCREEN
125. wireless device control through cell phone
126. Teleswitch+microcontroller+based
127. Underground object detection by means of GPR
128. MIC-C MONITORING SYSTEM
129. PC-BASED ADVERTISEMENT DISPLAY WITH REMOTE FUNCTION
130. Lighting Projects Using Light Dependent Resistor(LDR) Circuit
131. SENSITIVE FM TRANSMITTER
132. PC BASED STEPPER MOTOR CONTROLLER
133. Solar Electro Activation
134. design a 3 phase ac controller for the soft start of an induction motor
135. AUTOMATED WALKING ROBOT CONTROLLED BY MCU
136. Vehicle Immobilisation system
137. FASTED FINGER FIRST
138. PRI-PAID CAR PARKING SYSTEM
139. REMOTE CONTROL AUDIO PROCESSOR
140. MP3 decoder in DSP
141. ULTRASONICRANGEFINDER USING PIC MICRO CONTROLLER
142. wireless Power detection
143. MICRO CONTROLLER TEMPERATUIRE METER
144. prepaid energy meter
145. Interactive Classroom
146. AUTO JACK MACHINE
147. MICRO CONTROLLER BASED WIRELESS HOME AUTOMATION
148. voltage level indicator
149. gps navigation system
150. design moving message display system
151. INFARED REMOTE CONTROLE SYSTEM
152. 3V FM Transmitter
153. SAFETY GUARD FOR THE BLIND (PROXIMITY BASE)
154. AUTO BRACK SYSTEM FOR AUTOMOBIL
155. Heartbeats Counter
156. cordless security system
157. MICROC CONTROLLER BASED LINE FOLLOWER OR TRACING ROBOT
158. INFRARED INTERUPTION COUNTER
159. AT C BASED COUNTDOWN TIMER
160. PC BASED DC MOTOR SPEED CONTROLLED
161. Biometric attendance
162. electronics siren
163. MULTI CHANNEL INFRA RED CONTROL different point c micro controller in transmitter and receiver, using
164. microcontroller based humidity measurement
165. Bluetooth Home Automation
166. PC BASED TOKEN NUMBER DISPLAYER
167. station arrival detector
168. face reader
169. QUICK AND TESTER
170. Control of devices using bluetooth enabled mobile phone and avr microcontroller
171. to make life easier for blind persons
172. design and construction of a talking clock with digital readout
173. Data acquisition system using 8051
174. LINE TRACKING ROBOT/MOUSE
175. ULTRASONIC MOVEMENT DETECTOR
176. VERSATILE ON/OFF TIMER
177. DIGITAL VOLUME CONTROL
178. wireless mouse
179. Microprocessor based railway system
180. Digital clock with alarm: using c micro controller
181. evolving digital circuits using pso
182. sequential jpeg image compression
183. voice recognition security system
184. ULTRASONIC DISTANCE METER
185. MIND READER
186. fuzzy logic based digital filter
187. HEART BEAT MONITOR
188. Auto Control of three phase Induction motor
189. Automatic railway crossing
190. VIOCE & DATA COMMUNICATION WITH FIBER LINK
191. METRO RAILWAY Automization using VLSI
192. ANTI BAG SNATCHING ALRM
193. AUTOMATED WALKING ROBOT
194. PC to PC communication through mobile(MOBITEXT)
195. Advanced Processor Simulator
196. MOVING MESSAGE DISPLAY : c micro controller Led matrix,
197. Place Indicator in Buses
198. mail alter in hospital
199. CALLER ID UNIT USING MICRO-CONTROLLER
200. TEMPERATURE DISPLAY
201. AUTOMETIC SCHOOL BELL
202. DIGITAL DOOR BELL
203. AUTO BRAKING SYSTEM
204. STROBOSCOPIC DISPLAY
205. MICROCONTROLLER BASED RADAR SYSTEM
206. Long Range FM transmitter
207. ELECTRICITY FROM SPEED BRAKER
208. Prototype Weather Forecasting System (PWFS)
209. IR Remote Control Transmitter
210. Automatic Street Light
211. automated vehicle detection system
212. PIC16F84A discolight effect project
213. REMOT CONTROLLERED LAND FOVER –A DIY ROBOTIC PROJECT
214. automatic temp controller
215. GSM based SMS Sending SCADA Project
216. electronics project
217. AUTOMATIC VOLTAGE STABILIZER USING AUTOTRANSFORMER
218. AUTO BRAKING SYSTEM
219. multichannel monitoring system
220. TELEPHONE CALL METER
221. touch switch circuit
222. An H-infinity approach to robust channel estimation for OFDM wireless communication analysis
223. real time water supply controler
224. PCF- BASED CODED DEVICE SWITCHING SYSTEM
225. PC BASED SUN SEEKER
226. BEND STOP FILTER
227. Power Theft Indicator
228. Wireless Metal Detection System
229. MICRO PROCESSOR-BASED DC MOTOR SPEED CONTROL
230. microcontroller bsed energy meter
231. micromouse
232. A VERSATILE FUNCTION GENERATOR
233. 3 phase trivector (Energy) meter
234. MICRO CONTROLLER BASED ROBOT
235. Smart Cards Using C language
236. monitoring system
237. Blind de convolution for image restoration using matlab
238. DIGIT VOLTMETER WITH LED
239. noise indicator with voice alarm
240. Home Automation Over Internet
241. Fingerprint based ignition & door lock
242. Electronic Voting machine (EVM)
243. AN INTELLIGENT AMBULANCE CAR WHICH CONTROL TO TRAFFIC LIGHT
244. ARM-BASED SMART CARD READER
245. IMPEDANCE METER
246. design a display panel for electric vehicle(battery voltage, remaining hour, speed, the value of run
247. Micro controller Based Automobile Monitoring system
248. Automatic life saving dialler
249. Robotics
250. heart beat counter using microcontroller 8051
251. prepaid energy meter
252. medical equipments safety analyzer
253. AUTOMATIC ROOM LIGHT CONTROLLER
254. Infrared Motion Detectors
255. Multicounter Project using 8051
256. Digital thermometer using AT90S2313 and DS1820
257. video compression by sub-band coding using wavelets
258. DEVICE SWITCHING USING PASSWORD
259. computer electronical problem
260. electronic nose
261. Infrared Head phone
262. TRANSISTOR TESTER
263. IR- TO- RF CONVERTER
264. simulating of 16-bit processor using vhdl
265. dsp based project
266. infra red technique
267. LED Idicator
268. SOLAR SUN SEEKER
269. PREPAID ELECTRICITY METER
270. Performance of evaluation of spread spectrum communication system using matlab
271. walkie talkiese detector
272. Light Dimmer Project
273. DESIGN OF A BUS STATUS IDENTIFICATION SYSTEM
274. WIDE RANG SQUARE WAVE GENERATOR
275. ROBOTIC ARM INTERFACING WITH PC/MCU/ IR/RF
276. VLSI BASED ROBOTIC CLEANING SYSTEM
277. INTERFACE YOUR PC WITH LIGHT AND FANS
278. MICRO CONTROLLER MOVING MESSAGE DISPLAY
279. EPROM based Display
280. Traffic Alert System for Blind Turns
281. DEVICE SWITCHING USING PASSWORD
282. STEPPER MOTOR CONTROL USING C MICRO-CONTROLLER
283. Internet enabled Electricity meter
284. PC BASED TIMER
285. Purification of voice signal in wireless communication systems
286. ULTRASONIC DISTANCE METER USING MICROCONTROLLER
287. PADDLE CONTROLLED WASHING MECHINE
288. telephone exchange
289. HYDRAULIC LIFT
290. SAW TOOTH WAVE GENERATOR
291. MULTIPURPOSE DIGITAL COUNTER
292. UNDER AND OVER VOLTAGE PROTECTOR
293. Bus Identification System For Vision Impaired
294. Burglar alarm Using Passive Infrared Sensors
295. PC BASE TRANSISTOR LEAD IDENTIFIER
296. electronic braille
297. automated movebale camara
298. multiswitch door bell
299. number plate recognization
300. Simulation of 16-bit Microprocessor using VHDL
301. VLSI designing using Verilog/VHDL
302. FREQUENCY GENERATOR
303. Issue certificates on Death, birth,caste,BPL Etc
304. Prepaid Energy Meter
305. Converting voice message to a text signal
306. Micro Controller Based Electricity Theft Controller
307. HEAT SENSITIVE SWITCH
308. manufacturing process monitoring using robots by bluetooth technology
309. heart beat counter n visual display
310. microcontroller based security access system using ic 89s52
311. safety guard for blind
312. cell phone jammers
313. boost converter using 3854 IC
314. Infra Red Door Monitor
315. motor detector
316. Automated Gas Billing with Advance Tech Meter
317. Implementation of echo chancellor using kalman filter algorithm
318. pir security system using gsm modem
319. Intelligent Traffic Light
5:21 PM - By Admin 1

Latest VLSI PROJECTS FREE DOWNLOAD WITH DOCUMENTATION




Latest VLSI PROJECTS FREE DOWNLOAD WITH DOCUMENTATION/VLSI PROJECTS 


1. A Novel Carry-Look ahead Approach to an Unified BCD and Binary Adder/ Subtractor
2. Speculative Carry Generation with Prefix Adder Using VHDL / Verilog
3. Improving Error Tolerance For Multithreaded Register Files
4. Higher Radix and Redundancy Factor for Floating Point Sort Division using VHDL/ Verilog
5. Area-Efficient Arithmetic Expression Evaluation using Deeply Pipelined Floating Point Cores using VHDL
6. Reconfigurable Architecture for Network Flow Analysis
7. The Reconfigurable Instruction Cell Array
8. System Architecture and Implementation of MIMO Sphere Decoders on FPGA
9. Applying Dynamic Reconfiguration for Fault Tolerance in Fine-Grained Logic Arrays
10. Register for Phase Difference Based Logic
11. Designing Efficient Online Testable Reversible Adder with New Reversible Gate
12. High Speed Recursion Architecture for Map- Based Turbo Decoders
13. Concurrent Error Detection in Reed Solomon Encoders and Decoders
14. LFSR-Reseeding Scheme Achieving Low-Power Dissipation during Test
15. FPGA Implementation of Low Power Parallel Multiplier
16. Low Power Multiplier with Superious Power Suppression Technique
17. Abstraction and Refinement Techniques in Automated Design Debugging
18. Concurrent Error Detection in Reed Solomon Encoders and Decoders
19. Implementation of AES on A Dynamically Reconfigurable Architecture
20. Designing Efficient Online Testable Reversible Adder with New Reversible Gate
21. FPGA Implementation of Low Power Parallel Multiplier
22. Compact Hardware Design of Whirlpool Hashing Core
23. A Combined Gate Replacement and Input Vector Control Approach for Leakage Current Reduction
24. A High Efficiency fully Digital Synchrouns Buck Converter Power Delivery System Based on Finite State Machine
25. X-Masking During Logic BIST and Its Impact on Defect Coverage
26. New techniques for untreatable fault identification in sequential circuits
27. New and Improved BIST Diagnosis Method from combinatorial group testing theory
28. Energy Management for battery powered Reconfigurable computing platforms
29. Design specific path delay testing in look up table based FPGA
30. Diagnosis of Logic Circuits Using Compressed Deterministic Data and On-Chip Response Comparison
31. Improving Linear Test Data Compression
32. Exact and Heuristic Approaches to Input Vector Control for Leakage Power Reduction
33. Extraction Error Modeling and Automated Model Debugging in High-Performance Custom Designs

Tags:
    Keywords:VLSI/VHDL PROJECTS, ECE, IEEE ECE PROJECTS, IEEE EEE PROJECTS, IEEE Electronics projects, IEEE PROJECTS, IEEE TIPS, Vehicle Management System, SYSTEM PROJECTS, ALL DEPT, HOW TO, OTHERS, 
5:16 PM - By Admin 0

Latest IEEE PROJECTS for avoiding accidents|Accident Prevention Using Eye Blink Sensor

Accidents avoiding  projects,Road/Vehicle accidents projects

Free major/mini/full projects  with source code/Documentation download


This project involves measure and controls the eye blink using IR sensor. The IR transmitter is used to transmit the infrared rays in our eye. The IR receiver is used to receive the reflected infrared rays of eye. If the eye is closed means the output of IR receiver is high otherwise the IR receiver output is low. This to know the eye is closing or opening position. This output is give to logic circuit to indicate the alarm. 



Accident Prevention Using Eye Blink Sensor



Click here to Download

5:08 PM - By Admin 0

stair climbing robot Full Project Download Free documentation and circuit diagram

stair climbing robot circuit diagram Full Project  and documentation Download Free
stair climbing robot circuit diagram Full Project  and documentation Download Free
stair climbing robot circuit diagram Full Project  and documentation Download Free
How to make a Robot in simple and easy way for symposium as well as final year project ? 


What is Stair Robot ? What is Stairbot ?

      StairBOT is a small robot for indoor environments. On even floor it drives like many other small robots with a differential-drive. In addition it can change its length with linear guides mechanism with a spindle-drive. By this mechanism it can – together with its omniwheels (with brakes) and a support – reliably climb up and down regular sized stairs. It was one of the objectives for the design to use as few actuators and sensors as possible.

CLICK HERE TO VIEW IEEE PAPER

OBJECTIVES :

Objectives
A robot, which
 1.      -  can reach every freely accessible place in a building;
 2.      -  is not longer than 50 cm;
 3.      -  needs as few actuators and sensors as possible;
 4.      -  can be controlled by simple controll-structures.


How To make Stair Robot or stairbot ?

What are the specification needed ?


Processors       2  BrainStem GP 1.0   (acroname, USA)
                        2  Brainstem Moto 1.0 (acroname, USA)
                        1  iPAQ
 
Sensors            1  CMUcam2
                        2  GP2D12   range finders  (front)
                        2  GP2D120 range finders (rear)
                        1  SRF08
                        2  micro switches (wheel-bumper)
                        2  micro switches  (linear guide bumper)
                        2  micro switches  (limiting switches for the spindle drive)
 
Power              11 SubC NiMH 3000Ah(13.2V) motor
                         5 SubC NiMH 3000Ah(6V) servos
                         5 SubC NiMH 3000Ah(6V) controllers
                         1 iPAQ LiIon-Battery
 
Drive Type          2 wheel differential drive (2 omniwheels with brakes as castors)
                         1 linear guides with leading screw
 
Actuators           2 DC-motors 6W, 84:1 geartrain, encoder   (differential drive)
                         1 DC-motor  11W, 4.8:1 geartrain, encoder (spindle drive)
                         1 servo (omniwheel-brake)
                         1 servo (support)
                         1 servo (sensor-head up and down)
Body                  fischertechnik construction kit parts, custom made aluminium, plastic and plywood parts
 
Seize                 depending on linear guides position
                          L x W x H:
                          short:  30cm x 36cm x 60cm
                          long:   65cm x 36cm x 27cm  
Weight               about 6kg  with batteries


CIRCUIT DIAGRAM  


MORE DETAILS  SCROLL DOWN

1:30 PM - By Admin 0

Labels

AI PROJECTS (8) ALL DEPT (42) BCA (22) BE (13) BSC (20) BTECH (17) C PROJECTS (4) C#.NET (19) C++ PROJECTS (2) CHEMISTRY (3) CIVIL (25) CSE (94) DIPLOMA (22) DOWNLOADS (60) ECE (37) EEE (39) FINAL YEAR PROJECTS (30) HOW TO (58) HTML PROJECTS (4) IEEE PROJECTS (108) IT (85) MATLAB PROJECTS (8) MBA (1) ME (19) MINI PROJECTS (97) MSC (17) MTECH (18) MYSQL PROJECTS (6) NETWORK PROJECTS (7) OTHER PROJECTS (67) OTHERS (28) PAPER PRESENTATION (4) PG (18) PHP PROJECTS (7) PROJECTS (5) SOURCE CODES (22) SYSTEM PROJECTS (15) UG (17) VB PROJECTS (15) WHITE PAPER (19) mca (73) mech (4)

Blog Archive

Total Pageviews

Discussion

Followers

Powered by Blogger.
back to top
Don't Forget To Join US Our Community
×