Minimus: Difference between revisions
(→Miniduinoiser: grammer/spelling and clarification) |
(Added programming information) |
||
Line 1: | Line 1: | ||
Minimus available at Hackspace for £5 from the tuckshop. Currently in a tray on the shelves. | Minimus available at Hackspace for £5 from the tuckshop. Currently in a tray on the shelves. | ||
Minimus can be hacked to work as an Arduino with Arduino IDE by flashing it using the Miniduinoiser | Minimus can be hacked to work as an Arduino with Arduino IDE by flashing it using the Miniduinoiser. | ||
==Miniduinoiser== | ==Miniduinoiser== | ||
Line 15: | Line 15: | ||
Note: You don't have to apply power to both minimus, just the one already on the board. | Note: You don't have to apply power to both minimus, just the one already on the board. | ||
==Programming the Minimus32== | |||
To be able to run Arduino compiled code on the Minimus it helps for the IDE to identify and be able to talk to it. | |||
Firstly you'll need to make sure you have the Arduino IDE version 1.0.1 at least, then you'll need to download and use 'PBrook's sketchbook setup for the Arduino IDE available here with the bootloader: | |||
https://github.com/pbrook/minimus-arduino/wiki |
Revision as of 23:59, 3 November 2012
Minimus available at Hackspace for £5 from the tuckshop. Currently in a tray on the shelves.
Minimus can be hacked to work as an Arduino with Arduino IDE by flashing it using the Miniduinoiser.
Miniduinoiser
1. Power the miniduioniser (hold on a flat surface for best use).
2. Press *and hold* minimus onto the pogo pins (it doesn't stay on by itself).
3. Push and hold HWB button on the miniduinoiser until the blue light stops flashing.
4. Release button while still holding down the minimus to flash, enjoy noise. Done.
Note: You don't have to apply power to both minimus, just the one already on the board.
Programming the Minimus32
To be able to run Arduino compiled code on the Minimus it helps for the IDE to identify and be able to talk to it.
Firstly you'll need to make sure you have the Arduino IDE version 1.0.1 at least, then you'll need to download and use 'PBrook's sketchbook setup for the Arduino IDE available here with the bootloader: