Start of topic | Skip to actions
AvronicsKit introcoming soon - this is a ground up board for the ATmega32 (and when they release it ATmega324). It is a tiny, modularized controller board that is mainly targeted at robotics applications.where it is usedmain boardthe main board has
spi/i2c modulepass through module as well as headers for i2c (Two Wire Interface) and spi (serial peripheral interface) development. this is a special module because it can be used inline with other modules. most of the header pins are unused by i2c and spi so they are passed straight through the board to the other side - this is what allows the module to be used in conjunction with others. {main board} <=> {i2c/spi board} <=> {analog/motor board}analog/motor control moduledesigned for the truckerbot or a micromouse style robot. This module supports:
first appThe first application to run on the avronics board is the heartbeat test. the heartbeat is a way to ensure that the program is still running at least at some level. http://www.nervousbot.us/movies/avronics-heartbeat.avicomparisonhere is a side by side of the avronics board and the AvrBetaDevelopmentBoard that I started developing code on http://www.nervousbot.us/movies/avronics-compare.avithere movies were shot with a hacked cvs camera so don't expect to make out too much detail. -- ChristopherPepe - 17 Mar 2006 | |||||||