http://claymore.engineer.gvsu.edu/~steriana/MW/composite.jpg

Mike Wazowski (pictured above, on the right) is a USB-powered educational development board for the Atmel [http://www.atmel.com/dyn/products/product_card.asp?family_id=607&family_name=AVR+8-Bit+RISC+&part_id=2014 ATmega32] microcontroller.

Here are some quick facts for the impatient:

Also see the MikeWazowski/FrequentlyAskedQuestions page for more quick facts.

Hardware

Drivers (Windows)

If your computer doesn't recognize the board when you first plug it in, you will need to download and install drivers for the FT232RL chip on the board. You will need Administrator privileges to do so.

  1. Download the latest [http://www.ftdichip.com/Drivers/D2XX.htm FTDI drivers] from the FTDI web site -- note where on the disk you saved the ZIP file.

  2. Extract the contents of the ZIP file for the drivers and note where on the disk the files have been extracted.
  3. Plug the board in to a USB port and wait for a dialog to appear indicating new hardware has been detected.
  4. Do not allow Windows to download drivers from the Internet, but instead direct it to look for drivers in the directory containing the extracted FTDI driver files.
  5. Windows will repeat the process and ask you to install drivers again. Once again, use the same directory containing the FTDI driver files.

Drivers (Linux)

Any modern kernel will already have the ftdi_sio kernel module so you should not have to install anything. If not, make sure this module is enabled in your kernel configuration and recompile your kernel.

Hardware Modifications

Here are some suggested modifications to the hardware, all very easy to do.

Downloading Programs

Mike Wazowski comes with a bootloader program that allows you to program the ATmega32 FLASH with your own program, directly over the USB connection. You do not need to use an AVRISP or other form of hardware programming connection.

The bootloader is compatible with Sylvain Bissonnette's [http://www.microsyl.com/megaload/megaload.html MegaLoad] program (version 5.0b1...version 6.1 will probably work too). For information on how to upload your own programs through this bootloader, see the MikeWazowski/WindowsDownload page or the MikeWazowski/LinuxDownload page depending upon whether you're using Windows or Linux.

Initial Setup

In certain circumstances, you may need to re-install the ATmega32 bootloader, or program the FT232RL EEPROM. See the MikeWazowski/WindowsSetup or MikeWazowski/LinuxSetup pages for information on these advanced topics.

Applications

See the ["MikeWazowski/Applications"] page for user-contributed applications ready to run on your board.

MikeWazowski (last edited 2008-01-25 20:21:17 by Andrew Sterian)