Metaboard - Arduino Compatible Board
The Cheapest simple Arduino Compatible Board
Design Goals
1、Low complexity and thus extremely low price.
2、Single sided PCB so that the board can be manufactured at home. If professionally manufactured, a single sided board is still cheaper.
3、No SMD components. Easy to assemble at home.
4、(Mostly) compatible with Arduino in board dimension and connector layout. Can also be programmed by Arduino's development environment via USB.
5、No upfront investment for development environment or programmer hardware.
6、Breadboard area on board
7、Completely Open Source.
Hardware
Since USB is implemented in software, no special USB driver chip is needed. Circuit diagram :
The most recent version of Metaboard can always be obtained via SVN from https://whatever.metalab.at/user/cs/metaboard/trunk.
A read-made package with PNG images for board schematics,
layout and component side can be downloaded here.
Download : metaboard-1.0.zip
Software
Metaboard is best used with USBasp Loader. This is a boot loader which emulates USBasp, a USB based AVR programmer. The main firmware loaded with this boot loader is your business, of course.
Metaboard can either be used with the free GCC tool chain or with Arduino's free Integrated Development Environment. Arduino offers a set of example projects, documentation and a user community which is especially helpful for the beginner. Since Metaboard is not entirely equivalent to the Arduino board, not all example projects can be used out of the box. We plan to offer example projects made especially for Metaboard.
The GCC toolchain can be dowloaded from:
1、Windows : http://winavr.sourceforge.net/
2、Mac OS X : http://www.obdev.at/avrmacpack/
3、Linux and other Unixes: http://www.nongnu.org/avr-libc/user-manual/install_tools.html
Example projects based on GCC can be found at http://www.obdev.at/avrusb/. Since these examples have not been developed for Metaboard, they must be modified with Metaboard's pin assignments and clock rate.
All resources related to Arduino can be found at http://www.arduino.cc/. If you want to use the USB port from within the Arduino development environment, see the following project log:http://code.rancidbacon.com/ProjectLogArduinoUS
Metaboard for Arduino Users
1、Metaboard has been designed to be mostly compatible with Arduino, but there are relevant differences:
2、Connector position: All connectors are on 2.54 mm grid positions so that extension circuits can be easily built on breadboard.
3、Upload procedure: A jumper is used to select bootloader mode and the reset key must be pressed to activate the boot loader
4、Upload protocol: Metaboard adopt USBasp to finish emulate, not STM500.
5、AVR's UART lines are not used for USB. This means that they can be used for other purposes, but also that debug output written to the UART cannot be directly received via USB.
##############################################################
metaboard.name=Metaboard
metaboard.upload.protocol=usbasp
metaboard.upload.maximum_size=14336
metaboard.upload.speed=19200
metaboard.build.mcu=atmega168
metaboard.build.f_cpu=16000000L
metaboard.build.core=arduino
##############################################################
Since Arduino insists on having a serial line to upload the firmware (although none is needed for usbasp), you may have to edit Arduino's preferences.txt file manually and set the variable serial.port to an existing device. Preferences.txt is in ~/Library/Arduino on the Mac
Projects based on Metaboard
Join our newsletter today, to get latest product information and promotion code.










