Minimus: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Minimus available at Hackspace for £5
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 which is currently situated in the 'Tuck Shop'.


[20:50] <neiljp_wk> got working instructions with it? generally been made available, or...?
==Miniduinoiser==


[20:51] <Joran> neiljp_wk: power. press minimus on pogo pins. press blue button until it stops flashing, release button, enjoy noise. done.
# Make sure the switch on the miniduinoiser is turned on.
# Power the miniduioniser (hold on a flat surface for best use).
# Press *and hold* minimus onto the pogo pins (it doesn't stay on by itself).
# Push and hold HWB button on the miniduinoiser until the blue light stops flashing.
# Release button while still holding down the minimus to flash, enjoy noise. Done.


[20:52] <Stanto> Do you have to power both minimi?


[20:52] <Joran> press button until blue light stops flashing that is
Note: You don't have to apply power to both minimus, just the one already on the board.


[20:52] <Joran> nope


[20:52] <Joran> I think either, but best to just power the fixed one.
==Programming the Minimus32==


[20:53] <Stanto> Nav just did it with both powered, it worked.
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.


Which is available in the bottom tray below the minimus.
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 hardware profile setup for the Arduino IDE available here with the bootloader:
 
https://github.com/pbrook/minimus-arduino/wiki
 
For linux the Arduino IDE typically exists within the software repository of your distribution. However if you're using Windows it gets a bit trickier. Stanto has [http://www.stanto.com/[blog posts]] about his experience on Windows along with ways of putting together the IDE and Paul's hardware profile with OneWire library on Windows.
 
==Modified Libraries==
 
To take advantage of the on-board pull-up resistor, the OneWire library has also been modified to use the internal pull-up resistor and is available here:
 
https://github.com/pbrook/arduino-onewire

Latest revision as of 18:25, 9 July 2013

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 which is currently situated in the 'Tuck Shop'.

Miniduinoiser

  1. Make sure the switch on the miniduinoiser is turned on.
  2. Power the miniduioniser (hold on a flat surface for best use).
  3. Press *and hold* minimus onto the pogo pins (it doesn't stay on by itself).
  4. Push and hold HWB button on the miniduinoiser until the blue light stops flashing.
  5. 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 hardware profile setup for the Arduino IDE available here with the bootloader:

https://github.com/pbrook/minimus-arduino/wiki

For linux the Arduino IDE typically exists within the software repository of your distribution. However if you're using Windows it gets a bit trickier. Stanto has [blog posts] about his experience on Windows along with ways of putting together the IDE and Paul's hardware profile with OneWire library on Windows.

Modified Libraries

To take advantage of the on-board pull-up resistor, the OneWire library has also been modified to use the internal pull-up resistor and is available here:

https://github.com/pbrook/arduino-onewire