Difference between revisions of "FPGA remote controlled vehicle"

From ivc wiki
Jump to navigationJump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:fpga_vehicle_overview.jpg|300px|right]]
[[Image:fpga_vehicle_overview.jpg|600px|right]]
A large project with more depth in terms of analog circuits and digital logic. The assignment was part of an electronics course and was given in the first few weeks of the semester. Enduring an entire semester i.e. 4 months.
A large project with more depth in terms of analog circuits and digital logic. The assignment was part of an electronics course, ELE206 Electronics at [http://www.uia.no/ UiA], and was given in the first few weeks of the semester, lasting an entire semester i.e. 4 months.


== Outline ==
== Outline ==
Line 15: Line 15:


== Report ==
== Report ==
This is the report consisting of all the details, unfortunately it's in Norwegian but the pictures do the tell part of the story.
This is the report consisting of all the details including the source code for the FPGA and Arduino.
 
Unfortunately it's in Norwegian but the pictures do tell part of the story. Use Google Translate to get an idea of what's going on.
 
* [http://beta.ivancover.com/electronics/ele206_elektronisk_fjernstyrt_styreenhet.pdf Elektronisk Fjernstyrt Styreenhet] (Norwegian) - PDF
* [http://beta.ivancover.com/electronics/ele206_elektronisk_fjernstyrt_styreenhet.pdf Elektronisk Fjernstyrt Styreenhet] (Norwegian) - PDF


== Photo gallery ==
== Download code ==
To open the VHDL code below, download Xilinx ISE Design Suite 11 or newer (free) and open the extracted project folder. You can view the VHDL source code simply by opening the files ending with *.vhd.
 
* [http://beta.ivancover.com/electronics/ele206_fpga/fpga-vehicle-2010-11-26-rapport-versjon.zip Xilinx FPGA VHDL code] - ZIP
 
The Arduino part includes the source code for the Xbee transmission and acknowledgement system. This part was provided preprogrammed on a Arduino board and was just an abstract layer for us to build upon.
 
There is no Arduino IDE project to open, this was all programmed and flashed using Eclipse C/C++. Instructions on how to set up the environment is provided in the ZIP-archive.
 
* [http://beta.ivancover.com/electronics/ele206_fpga/arduino_xbee_code.zip Arduino XBee code] - ZIP

Latest revision as of 01:08, 13 February 2013

Fpga vehicle overview.jpg

A large project with more depth in terms of analog circuits and digital logic. The assignment was part of an electronics course, ELE206 Electronics at UiA, and was given in the first few weeks of the semester, lasting an entire semester i.e. 4 months.

Outline

The following specifications was given and everything outside of this was up to us:

  • Remote controlled unit with two wheels, one DC-motor each
  • Control input and vehicle response process in Xilinx FPGA using VHDL
  • Direction of the unit determined by the speed of the motors
  • Front wheel spinning free
  • Speed and direction is adjusted by two potentiometers on the remote
  • Switch to indicate Start/stop
  • Communication wireless over Xbee modules
  • Unit built by discrete components and the logic on a development board
  • Speed adjusted by a PWM-signal for efficiency

Report

This is the report consisting of all the details including the source code for the FPGA and Arduino.

Unfortunately it's in Norwegian but the pictures do tell part of the story. Use Google Translate to get an idea of what's going on.

Download code

To open the VHDL code below, download Xilinx ISE Design Suite 11 or newer (free) and open the extracted project folder. You can view the VHDL source code simply by opening the files ending with *.vhd.

The Arduino part includes the source code for the Xbee transmission and acknowledgement system. This part was provided preprogrammed on a Arduino board and was just an abstract layer for us to build upon.

There is no Arduino IDE project to open, this was all programmed and flashed using Eclipse C/C++. Instructions on how to set up the environment is provided in the ZIP-archive.