This is my initial design. I haven't quiet yet decided on all the parts yet but I'll run through what I have so far and then go into more details as I develop the project.
The design is based on using two Arduino microcontroller systems and
hardware that includes an ultrasonic sensor, a shiftbrite LED, a LCD display
unit, a device to aid wireless communications between the two Arduino boards
and a warning buzzer.
- The Arduino Unos: These will be the microcontroller systems used. The Arduino boards are open source, very cheap and very popular. I will delve into greater detail as I research the boards more.
- The Ultrasonic Range Sensor: This device will send out a pulse and detect the pulse being reflected back. This will detect the obstructions ahead.
- A wireless communication device will be used to transmit between the two Arduino boards. I haven't completely decided what I'll be using. Initial thoughts were a transmittor and receiver, there is also a piece of hardware called 'Zigbee' which is popular with the Arduino boards. But I am leaning more towards some sort of Bluetooth device. I will make my decision on this at a later date.
- LCD Display Unit: This will the display the distance the obstruction is to the vehicle.
- The Shiftbrite LED: This will act as a warning light, changing colours as the obstruction gets closer.
- Warning buzzer: If you haven't guessed, this will warn you as the obstruction gets closer with a serious of beeping noises. The closer the object is, the faster the frequency of the beeps.

No comments:
Post a Comment