Difference between revisions of "E-puck Mobile Robot"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
The e-puck is a very capable little differential-drive mobile robot with two stepper-motor-controlled wheels, a VGA camera, a ring of IR proximity sensors, a number of LEDs, a 3-axis accelerometer, microphones, and bluetooth communication, all controlled by a 16-bit Microchip PIC (dsPIC30F6014A). We have a few of them in the mechatronics lab.
The e-puck is a very capable little differential-drive mobile robot with two stepper-motor-controlled wheels, a VGA camera, a ring of IR proximity sensors, a number of LEDs, a 3-axis accelerometer, microphones, and bluetooth communication, all controlled by a 16-bit Microchip PIC (dsPIC30F6014A). We have a few of them in the mechatronics lab.


The e-puck page is [http://www.e-puck.org http://www.e-puck.org], and it is the primary source for all updated information on the e-puck. Here we simply keep some local helpful hints on getting started with the e-puck, along with a snapshot of some of the e-puck software from November 2007. [http://www.e-puck.org '''See the e-puck website for the most up-to-date information!''']
The e-puck page is [http://www.e-puck.org http://www.e-puck.org], and it is the primary source for all updated information on the e-puck. Here we simply keep some local helpful hints on getting started with the e-puck, along with a snapshot of some of the e-puck software from November 2007. '''See [http://www.e-puck.org] for the most up-to-date information!'''


To get started, you need
To get started, you need

* this
* the Microchip MPLAB IDE under "Development Tools" at [http://www.microchip.com http://www.microchip.com] to allow you to program the PIC with a PC
* that
* the MPLAB C30 PIC30 C compiler, also under "Development Tools" at [http://www.microchip.com http://www.microchip.com]
* the other
* the [[Media:Tinybld195.zip tiny bootloader]] that allows you to download your program to the PIC using bluetooth (from )
* the [[Media:]] getting started documentation
* the [[Media:]] e-puck tutorial files


beyond this
beyond this

Revision as of 11:56, 13 November 2007

e-puck Mobile Robot

The e-puck is a very capable little differential-drive mobile robot with two stepper-motor-controlled wheels, a VGA camera, a ring of IR proximity sensors, a number of LEDs, a 3-axis accelerometer, microphones, and bluetooth communication, all controlled by a 16-bit Microchip PIC (dsPIC30F6014A). We have a few of them in the mechatronics lab.

The e-puck page is http://www.e-puck.org, and it is the primary source for all updated information on the e-puck. Here we simply keep some local helpful hints on getting started with the e-puck, along with a snapshot of some of the e-puck software from November 2007. See [1] for the most up-to-date information!

To get started, you need

beyond this