Chameleon™ AVR 8-Bit System
Chameleon™ AVR 8-Bit System
Chameleon™ AVR 8-Bit SystemChameleon™ AVR 8-Bit System
Chameleon™ AVR 8-Bit SystemChameleon™ AVR 8-Bit System

Chameleon™ AVR 8-Bit System

Manufacturer: Nurve Networks
Product Code: Cham-AVR8-01
Weight:2.00 lb
Reward Points:0
In Stock
14
Price: $59.95

Available Options

*Power Supply:
Additional Accessories:

The Chameleon design is based on the concept of using the AVR 328P as the MASTER (client) and the Propeller Multicore Processor as the media SLAVE (server). This is accomplished thru a SPI interface from the AVR to the Propeller (see images to right). The AVR sends "commands" to the Propeller chip via the SPI interface and a set of drivers on the Propeller(see images to right) parse, execute, and dispatch the messages to the various media objects running on the Propeller's multiple cores. Thus, printing characters on the NTSC screen from the AVR's point of view is as simple as sending 3 bytes thru the hardware SPI interface, the Propeller does all the rest with the supplied drivers.

If you're a AVR enthusiast, Arduino programmer, Propeller programmer, or just someone that needs a very capable application board to solve problems and solve them fast, the Chameleon is the perfect tool. You can use as little or as much of the system as you wish due to the design of the sub-systems. You can use it as an AVR system, Propeller multicore system, or tie the processors together, its up to you. Included with the package is the Chameleon itself as well as a 150+ page electronic manual on DVD that outlines how the Chameleon works with examples of using the media processing abilities. Also, the manual illustrates the hardware design, using AVRStudio, the Arduino IDEPropeller IDE, software installation, the API, and how to write your own drivers if you wish. But, best of all, you can get started immediately with the Chameleon and use the included API and program the AVR directly with AVRStudio or the Arduino IDE.

The Chameleon also comes pre-loaded with theArduino bootloader, thus you can use the Arduino tool to program the Chameleon over the USB port without an AVR compatible ISP (in system programmer). However, we recommend that you purchase a AVR ISP MKII programmer (or similar), so you can use AVRStudio as well as re-burn the FLASH bootloader if you wish to do so (or if its damaged accidentally).

The Propeller is programmed with a simple serial protocol right over the USB serial port, so no additional hardware is required.

The Chameleon AVR 8-Bit has a full arsenal of I/O devices and features including:

  • Runs Atmel AVR 328P applications, Arduino applications as well as Parallax Propeller applications.
  • Atmel MEGA AVR 328P 8-bit processor with 32K FLASH / 2K SRAM running at 16 MIPS (pre-loaded with Arduino bootloader).
  • Parallax Propeller Multicore 32-bit processor with 8 cores running at 20 MIPS per core for 160 MIPS of processing power!
  • 1 MByte SPI FLASH memory.
  • 64 Kbyte EEPROM (for Propeller processor boot program storage).
  • 500mA max power 3.3/5V dual supplies (power by USB or external 9V DC supply with hot swapping).
  • Mini USB port with USB to serial UART (FTDI chip), used for programming the Propeller, AVR in Arduino mode as well as serial comms.
  • VGA output with 2x2x2 RGB.
  • Composite video output for NTSC/PAL video.
  • Atmel 6-pin ISP programming port for direct access to AVR (programmer not included).
  • PS/2 keyboard/mouse port.
  • I/O headers exporting digital, analog input inputs and power (rough compatibility with Arduino I/O headers).
  • Exported SPI, Serial and I2C buses.
  • Removable XTALs for overclocking.

NOTE: If you want to use AVRStudio to program the Chameleon you must purchase a AVR ISP MKII or similar ISP programmer. However, the Chameleon is pre-loaded with the Arduino bootloader, so with only a PC and a USB port you can program the Chameleon out of the box!

Chameleon AVR 8-Bit with board annotated.System diagram showing relationship of Chameleon, I/O devices, processors, and PC.Chameleon AVR 8-Bit schematic.Overview of multicore workload distribution and communications link between main message dispatcher.Screen shot of system booting up and showing diagnostic on VGA monitor.A screen shot of a simple terminal based drawing program that uses the mouse.A text printing demo on the NTSC monitor using the "gaming" tile engine.AVRStudio in action -- the primary development tool for the AVR processor.The Chameleon AVR is 100% software compatible with the Arduino, so you can use the Arduino tool to program the Chameleon AVR!The Parallax Propeller IDE used to program the Propeller co-processor on the Chameleon.A diagram showing the relationship of the media drivers, and the main message loop dispatcher.The communication between the AVR and the Propeller is thru a high speed SPI (serial peripheral interface).Another view of the message dispatcher and the driver objects.The Chameleon uses the concept of "remote procedure calls" or RPCs, much like calling into a DLL.A block diagram of the Parallax Propeller multicore processed used as the media server in the Chameleon.A block diagram of Atmel ATmega 328P processor -- the Master (client) processor of the Chameleon. Also, the processor used in the Arduino, making the Chameleon compatible with Arduino software.

The Chameleon™ AVR 8-Bit is the evolution of the high performance, small footprint, application development board. Similar to the BASIC Stamp™ and Arduino™ in concept, the Chameleon takes these products to the next level with a huge leap in computational performance as well as I/O interfaces. Simply put, the Chameleon is a credit card sized computer with (2) processors, (9)processing cores, 1 MByte of on board FLASH, 64Kof EEPROM, and over 170 MIPS of processing power! If that wasn't enough, the numerous I/O interfaces include composite video for NTSC/PAL generation, VGA, audio out, PS/2 for keyboards and mice. Additionally, the Chameleon has a number of digital I/Os and Analog inputs making the Chameleon perfect for industrial controllers, experimentation, education, wearable computing, or hobbyist use.

The real power of the Chameleon is based on its dual processor design. The Chameleon uses an Atmel AVR ATMega 328P as the main master processor (client)and Parallax multicore Propeller chip as the media processor (server). Thus, instead of taxing a single processor system to do everything, the Chameleon offloads all the heavy lifting to the multicore Propeller chip which has 8 processing cores to perform tasks such as generate video, audio, read keyboards and mice, etc. The AVR simply sends commands to the Propeller chip over a high speed SPI interface to command the Propeller to execute various operations all with a simple API that usually consists of a few lines of code to perform any task. Thus, the AVR programming is very easy and with simple APIs, you can develop very complex and rich media applications that leverage the incredibly powerful Propeller chip's media rendering abilities and huge software library. For example, you can generate TV signals, VGA, read keyboards and mice with a few lines of code.

Supercharged Arduino Compatibility

The Chameleon AVR 8-Bit is 100% code compatible with the very popular Arduino board (which is based on a AVR 328P as well). Thus, you can leverage thehuge software library and many of the hardware mods and hacks designed for the Arduino with the Chameleon. Additionally, the Chameleon AVR comes pre-programmed with the Arduino bootloader, so you can develop directly with the Arduino tool itself and download to the Chameleon! However, with the added media abilities of the Chameleon you can turn lifeless Arduino applications that blink lights and display on LCDs into very powerful applications that generate NTSC, VGA signals and support full keyboard or mouse inputs and even GUIs or full blown computer like applications.

Two Systems in One

The Chameleon is both a complete Atmel AVR 328Papplication development board as well as Propellerdevelopment board. Both processors can be independently programmed and used. Additionally, the AVR and Propeller both have their own digital I/Os, so you theoretically you can run two applications on the Chameleon and use it that way or use the processors together over the SPI link. Also, the AVR system is100% code compatible and 95% I/O compatible with the Arduino (headers are simply in different mechanical locations), so you can run all of the Arduino software on it. Moreover, the Propeller sub-system is compatible with most Propeller development boards and the HYDRA system, so the Chameleon will run most of those applications with very little or no modification. Thus, the Chameleon is true to its name and truly is a "many in one" application system.

Chameleon Open-Source BASIC Language Support

We have written a complete BASIC programming language for the Chameleon, so you can code on the PC with a simple editor, compile and download to the Chameleon. Thus, you can choose from C/C++,Assembly Language or BASIC to program the Chameleon in. The BASIC is a work in progress with source code available, so you can use the source to write your own variants or complete new languages as well.

Last, but not least the Chameleon has a "break away" experimentation protoboard built into the PCB. You can solder directly onto it, or place the mini solderless breadboard that comes with the Chameleon onto the area with 2-sided tape. If you don't want the experimentor board, you simply "break" it away and snap it off.

Package Includes

  • Chameleon AVR 8-Bit system (pre-loaded with Arduino bootloader).
  • Mini solderless breadboard 1.25 x 2" (affixes to right hand side of Chameleon).
  • 150+ page electronic manual covering hardware, software, and numerous programming tutorials.
  • DVD-ROM including all tools, and numerous examples with complete driver library lncluding; Graphics, Sound, Keyboard, Mouse, Serial Comms, and lots more.
  • Bonus materials on DVD-ROM include electronic copies of:
  • "Design Your Own Video Game Console", LaMothe.
  • "Tricks of the Windows Game Programming Gurus", LaMothe.
  • "The Black Art of 3D Game Programming", LaMothe.
  • "How to Design and Build Your Own Custom TV Games", Heisermam.

NOTES: If you want to use AVRStudio to program the Chameleon you must purchase a AVR ISP MK II or similar ISP programmer. However, the Chameleon is pre-loaded with the Arduino bootloader, so with only a PC and a USB port you can program the Chameleon.


Please login or register to leave a review.