Babygnusbuino-v2: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
(Created page with "=A word of warning= This is minimalist hardware with no safety features whatsoever. Inserting a Babygnusbuino in your computers USB port exposes its electrical components to the...")
 
Line 10: Line 10:
You can either download the two folders and add their contents to the corresponding folders in your Arduino working directory, or you can pull the latest version directly through svn.
You can either download the two folders and add their contents to the corresponding folders in your Arduino working directory, or you can pull the latest version directly through svn.


  cd "the/path/to/Arduino/"    (for me on a Mac it is cd ~/Users/me/Documents/Arduino)
  cd "the/path/to/Arduino/"    (for me on a Mac it is cd ~/Documents/Arduino)
 
git clone <nowiki>https://github.com/mirdej/babygnusbuino.git</nowiki> hardware/babygnusbuino
git clone <nowiki>https://github.com/mirdej/babygnusbuino.git</nowiki> hardware/babygnusbuino
  git clone <nowiki>https://github.com/mirdej/GnusbuinoMIDI.git</nowiki> libraries/GnusbuinoMIDI
  svn co https://gnusb.svn.sourceforge.net/svnroot/gnusb/branches/gnusbuino/hardware
svn co <nowiki>https://gnusb.svn.sourceforge.net/svnroot/gnusb/branches/gnusbuino/libraries</nowiki>


later on, you can always update to the latest version by typing
later on, you can always update to the latest version by typing


  svn update
  git pull
 
 


==Patching avrdude==
==Patching avrdude==
The Babygnusbuino has a bootloader and can thus be reprogrammed directly via USB, without the need for a AVR ISP programmer.  
The Babygnusbuino has a bootloader and can thus be reprogrammed directly via USB, without the need for a AVR ISP programmer.  
Unfortunately, because of the architecture of the ATTINY85, it is
Unfortunately, because of the architecture of the ATTINY85, it is

Revision as of 16:40, 12 May 2013

A word of warning

This is minimalist hardware with no safety features whatsoever.

Inserting a Babygnusbuino in your computers USB port exposes its electrical components to the outside world - this is the equivalent of running around with a double edged sword IN YOUR MOUTH: it's fun and exciting but you better not trip over… Take special care with external power sources - you can easily fry your computers USB port and ALL the devices (webcams, mice etc..) connected to the same port.

You've been warned.

Getting the files

You can either download the two folders and add their contents to the corresponding folders in your Arduino working directory, or you can pull the latest version directly through svn.

cd "the/path/to/Arduino/"    (for me on a Mac it is cd ~/Documents/Arduino)
git clone https://github.com/mirdej/babygnusbuino.git hardware/babygnusbuino
git clone https://github.com/mirdej/GnusbuinoMIDI.git libraries/GnusbuinoMIDI

later on, you can always update to the latest version by typing

git pull

Patching avrdude

The Babygnusbuino has a bootloader and can thus be reprogrammed directly via USB, without the need for a AVR ISP programmer. Unfortunately, because of the architecture of the ATTINY85, it is