Report on Intelligent Speed Detection System for Speed Breaker

Categories: Technology

Abstract

The main aim of this project is to construct an advanced vehicle over speed detection system with minimizing the limitations of existing methods. Advanced vehicle over speed detection speed sensing mechanism which automatically changing in speed breaker. A speed sensor is connected to a microcontroller which detects when the critical speed is exceede.

This system will check vehicle's speed and dynamically introduce a speed breaker if it increases a normal range. Speed breaker' physically constructed in semi circle type. So when vehicle's speed is high then speed breaker will be taken position in semi circle surface and when vehical's speed is normal speed breaker will be taken position in flat surface.

Introduction

Now a days if we observe the roads passed through the villages may have the high chance of accidents, to avoid those accidents we need to reduce the speed of the vehicle for that one are using speed breakers, but due to this the passengers get the difficulty while travelling on these roads, for that one we are giving smart solution for this problem.

Get quality help now
Sweet V
Sweet V
checked Verified writer

Proficient in: Technology

star star star star 4.9 (984)

“ Ok, let me say I’m extremely satisfy with the result while it was a last minute thing. I really enjoy the effort put in. ”

avatar avatar avatar
+84 relevant experts are online
Hire writer

The main aim of the speed breakers was reduce the vehicle speed, if the passenger had reduced his vehicle speed there is no need of the speed breaker. So we will use the sensors to monitor the vehicle speed while passenger was arrived to the speed breaker.

To measure the speed of the vehicle we use the wireless sensors 500 meters from the speed breaker, if passenger will not reduce his vehicle speed, we will use some red lights to indicate there is speed breaker ahead of the road, if the passenger already reduced his vehicle speed, the speed breaker automatically reduced height and almost flat to the road, this vertical movements control by the elevation mechanism, this type of activity will create the smooth travelling on the road.

Get to Know The Price Estimate For Your Paper
Topic
Number of pages
Email Invalid email

By clicking “Check Writers’ Offers”, you agree to our terms of service and privacy policy. We’ll occasionally send you promo and account related email

"You must agree to out terms of services and privacy policy"
Write my paper

You won’t be charged yet!

Aeiou summary canvas

Environment:

  • Traffic
  • Condition of roads
  • Pollution
  • Noise and Turbulence

Interaction:

  • Traffic police
  • Vehicle driver

Objects:

  • Vehicle
  • Speed breaker
  • Sensor

Activities:

  • Limiting Speed
  • Position of speed breaker
  • Avoiding accidents
  • Measuring speed

Users:

  • Gents & Ladies
  • Students
  • Driver
  • Senior citizen
  • School bus driver
  • Hospital vehicle driver

Stakeholder:

  • Government
  • Unions
  • Agencies
  • Activity
  • Limitting Speed
  • Position of speed breaker
  • Avoiding accidents
  • Measuring speed
  • Story boarding

Happy

This project helps in improving traffic system, avoid accidents and limit the ehicle at a safe limit.

In this type of system is does not affect the lower speed vehicle(less than permissible speed ) and gives shockless driving.

Sad

The sad story about this project is that it also effect the emergency vehicle to reach out at emergency place when it require and it decrease the speed of vehicle.

In this project maximum 2 or 3 vehicle pass through speed breaker at a single time, when more vehicle pass through it cause problem for to measure accurate speed.

Ideation canvas

People:

  • Gents
  • Ladies
  • Traffic Police
  • Students
  • Driver
  • Senior citizen

Activities:

  • Limiting Speed
  • Position of speed breaker
  • Avoiding accidents
  • Measuring speed
  • Situation/Context/Location:
  • Vehicle high speed
  • School
  • Remote sensing area
  • Hospital

Props/Possible solution: At a single time maximum 2 or 3 vehicle can pass through the breaker.

In a 2 lane roads we can construct both side implement.

Product devlopment canvas

Purpose: To avoiding accidents

To safe driving

People:

  • Gents
  • Ladies
  • Traffic Police
  • Students
  • Driver
  • Senior citizen

Product experience:

  • To save people life
  • Student's better safety

Product function:

  • High sensitivity
  • More reliability

Product features: Vehicle speed detection and maintain

Components:

  • Servo motor SG90
  • Arduino uno R3
  • Wooden plates
  • IR obstacle sensor
  • Jumping wire
  • LED , Buzzer
  • LCD display

Block diagram

Arduino unoArduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or battery to get started.

The Arduino boards are able to read inputs - light, proximity or air quality on a sensor, or an SMS or Twitter message - and turn it into an output - activating a motor, turning on a light, publishing content online or trigger external events. You can tell your board what to do by writing code and uploading it to the microcontroller on it using the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.

Configuration

  • Microcontroller ATmega328
  • Operating Voltage 5V
  • Input Voltage (recommended) 7-12V
  • Input Voltage (limits) 6-20V
  • Digital I/O Pins 14 (of which 6 provide PWM output)
  • Analog Input Pins 6
  • DC Current per I/O Pin 40 mADC Current for 3.3V Pin 50 mA
  • Flash Memory 32 KB (ATmega328) of which 0.5 KB used by bootloaderSRAM 2 KB (ATmega328)
  • EEPROM 1 KB (ATmega328)
  • Clock Speed 16 MHz

Power

The Arduino Uno 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 of 6 to 20 volts. If supplied with less than 7V, however, the 5V pin may supply less than five volts and the board may be 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 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. The regulated power supply used to power the microcontroller and other components on the board. This can come either from VIN via an on-board regulator, or be supplied by USB or another regulated 5V supply.
  • 3V3. A 3.3 volt supply generated by the on-board regulator. Maximum current draw is 50 mA.
  • GND. Ground pins.

Input and Output

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 ATmega8U2 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 HYPERLINK " attachInterrupt() function for details.

PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the HYPERLINK " analogWrite() 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 connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.

Ir obstacal sensor

Infrared Obstacle Sensor Module has builtin IR transmitter and IR receiver that sends out IR energy and looks for reflected IR energy to detect presence of any obstacle in front of the sensor module. The module has on board potentiometer that lets user adjust detection range. The sensor has very good and stable response even in ambient light or in complete darkness.

Specification

  • Operating Voltage: 3.0V 5.0V
  • Detection range: 2cm 30cm (Adjustable using potentiometer)
  • Current Consumption:at 3.3V : ~23 mA,at 5.0V: ~43 mA
  • Active output level: Outputs Low logic level when obstacle is detected
  • On board Obstacle Detection LED indicator
  • Hardware and Software RequriedIR Obstacle Sensor Module
  • Arduino Uno
  • Arduino IDE(1.0.6V)
  • Hardware Connections
  • Vcc to 5V
  • Gnd to GndOut to digital pin 7
  • Servo motor
  • TowerPro SG-90 Features
  • Operating Voltage is +5V typically
  • Torque: 2.5kg/cm
  • Operating speed is 0.1s/60°
  • Gear Type: Plastic
  • Rotation : 0°-180°
  • Weight of motor : 9gm
  • Package includes gear horns and screws
  • LCD DISPLAY
  • Features of 16?2 LCD module
  • Operating Voltage is 4.7V to 5.3V
  • Current consumption is 1mA without backlight
  • Alphanumeric LCD display module, meaning can display alphabets and numbers
  • Consists of two rows and each row can print 16 characters.
  • Each character is build by a 5?8 pixel box
  • Can work on both 8-bit and 4-bit mode
  • It can also display any custom generated characters
  • Available in Green and Blue Backlight

Conclusions

If we follow the proposed method, it will reduce the average waiting time in small and medium population cities, and we can say it require very less equipment and no need of the skill labour, based on these considerations we can say for moderate population cities it will be one good method to control the traffic lights at the junctions. Intelligent speed breaker control system also one good idea to give smooth travelling for the passengers.

References

  1. Sarpong Kwadwo Asare and Robert A. Sowah, Design and development of a Microcontroller Based Traffic Light Control System Using Image Processing Techniques. 2012 (year should be at the end) IEEE 4th International Conference on Adaptive Science & Technology (ICAST).
  2. A. Chattaraj, S. Chakrabarti, S. Bansal, S. Halder and A. Chandra Intelligent Traffic Control System using RFID Department of Electronics and Communication Engg. National Institute of Technology, Durgapur9, West Bengal, INDIA- 2008
  3. www.electronicsprojects.comwww.electronisjournal.comwww.electronicshub.com
Updated: Jan 10, 2024
Cite this page

Report on Intelligent Speed Detection System for Speed Breaker. (2024, Jan 10). Retrieved from https://studymoose.com/document/report-on-intelligent-speed-detection-system-for-speed-breaker

Report on Intelligent Speed Detection System for Speed Breaker essay
Live chat  with support 24/7

👋 Hi! I’m your smart assistant Amy!

Don’t know where to start? Type your requirements and I’ll connect you to an academic expert within 3 minutes.

get help with your assignment