Revision 4 as of 2010-01-12 17:34:05

Clear message

Description

The LURC is planned to be a remote control car with all the bells and whistles. Picture a standard remote control car. Now, throw out the radionics and replace it with a decent computer, controlled over the internet. Then add a webcam with pan and tilt, so the remote driver can see where he/she is going. Then add GPS. Then add solar power boosting. Then add battery level feedback to the remote driver. Top all this off with a whiz-bang steering wheel and driving pedals on a desktop, and you have yourself UWA's coolest car.

Creation date: November 2009

Location of source: http://svn.ucc.asn.au:8080/oxinabox/LURC/ (soon to be moved to a public repo)

Project leader

Bob Adamson is the leader and finance for this project.

List of people involved

Lyndon 'Frames' White is helping with the AVR code and serial interface.
John Hodge has volunteered to write some fancy code for the web interface, and has threatened to put his acess kernel on the router :S.
Other people such as Rufus Garton-Smith and Adrian Chadd have been conscripted into helping with the webcam and the 3g dongle respectively (thanks guys!).
Did I mention that OTHER PEOPLE ARE WELCOME TO GET INVOLVED?
Also, thanks to Mitch Kelly for his advice, even though we don't always agree on things :)

Project plan

What is done


  • Assemble cells into a 7.2V battery pack

  • A significant amount of waiting for parts to arrive :S

What is being done


  • Serial interface on the AVR (~60%)
    • match polulo protocol for servo controllers (not done)
    • set up framework/datastucture for storing and retrieving received commands (80% done, rewrite to use circular buffer)
    • framework for execution of commands, (done)
    • implement vast array of all required commands including PWM, LCD. (20% done)
    • Implement serial communication. (12% done)

What needs doing next


  • Order USB dongle (crazy johns claims to have cheap ones at the moment)
  • Set up SVN for the project code
  • Set up router/bifferboard with a basic operating system such as openWRT
  • Test AVR serial code for robustness and completeness
  • Get serial commands sent from a computer to control the servos

Parts we have got


  • Brushless motor, 3800 Kv

  • Servos x 3. These are smaller than what was expected at about 1x2x3cm, but should be strong enough
  • C size rechargeable cells, 6x3300mah NiMH
  • AVR atmega169 butterfly board
  • Solar panel
  • Router board with usb and serial for central control (this one is on order)

  • Alternatively, a Bifferboard, which has already arrived, could be used. This has the advantage of onboard IO.

  • Wheels, gears, axles, and other RC car parts - I just dug out the old Meccano set

Parts still to get or make


  • MAX232 converter
  • Testing power supply for the bifferboard
  • BEC and ESC

  • USB broadband dongle (borrow off of Adrian for the moment!)
  • Webcam, which should be sufficient to display a 640x480 image

  • Battery charger

  • USB to serial adapter and serial GPS module

Other info

Some programs we are probably going to need


  • openWRT
  • wvdial (a command line dial-in PPP utility)
  • MJPG-streamer (stream webcam using various output plugins)
  • AVRstudio 4
  • WinAVR (wich has the AVR-GCC C compiler)