Differences between revisions 15 and 16
Revision 15 as of 2008-10-20 08:53:17
Size: 2046
Editor: dyn177231
Comment:
Revision 16 as of 2008-10-20 09:17:53
Size: 2802
Editor: dyn177231
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
== Assemble the AdMoVeo robot ==
 1. unscrew four fasting screws.
 1. lift the upper PCB up carefully.
 1. install four rechargeable AA batteries. pay attention to the "+" and "-" indicators.
 1. put the PCB back to its position and fast the screws.
 1. remove the power selection jumper on the Arduino board, if the jumper is there. You may found it by looking for "PWR_SEL" on the PCB.
 1. carefully install the Arduino board onto the robot platform. Pay attention to the orientation. Do not force the Arduino board onto the platform if it does not fit.
 1. You may need to charge the batteries first. The batteries can only be charged when the robot is switched off. When the robot is on, the batteries are not being charged at the same time.

Software Environment

Throughout this assignment, only Windows platform is supported. No Mac OSX or Linux please. If you don't have a PC, find one.

Processing

  1. Download processing. Please make sure you are downloading the standard Windows version 0135, not the latest releases. Or download it here: processing-0135.zip

  2. Create a directory "Programs" on the C: disk, in the root. If "C:\Programs" exists already, skip this step.
  3. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Processing, remove the entire processing directory first.

Creapro Java library for Processing

  • This library adds the support for Arduino and AdMoVeo to Processing.

  • Download creapro.jar

  • In C:\Programs\processing-0135\libraries, create a sub-directory "creapro".
  • In C:\Programs\processing-0135\libraries\creapro, create a sub-directory "library".
  • Place creapro.jar in C:\Programs\processing-0135\libraries\creapro\library. After this procedure, your should have a directory tree as below:

    creapro_jar_installed.png

Arduino software

  1. Download Arduino software Please make sure you are downloading the Windows version 0011, not the latest releases.

  2. Create a directory "Programs" on the C: disk, in the root. If "C:\Programs" exists already, skip this step.
  3. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Arduino software, remove the entire Arduino directory first.

Assemble the AdMoVeo robot

  1. unscrew four fasting screws.
  2. lift the upper PCB up carefully.
  3. install four rechargeable AA batteries. pay attention to the "+" and "-" indicators.
  4. put the PCB back to its position and fast the screws.
  5. remove the power selection jumper on the Arduino board, if the jumper is there. You may found it by looking for "PWR_SEL" on the PCB.
  6. carefully install the Arduino board onto the robot platform. Pay attention to the orientation. Do not force the Arduino board onto the platform if it does not fit.
  7. You may need to charge the batteries first. The batteries can only be charged when the robot is switched off. When the robot is on, the batteries are not being charged at the same time.

IDuino firmware for the AdMoVeo robot

  1. see IDuino for Details.

Test the AdMoVeo robot

  1. Download the test program and see whether everything works as expected. see AdMoVeo for details.

CreaPro: SoftwareEnvironment (last edited 2008-11-25 11:15:16 by JunHu)