Difference between revisions of "Minimus"
(48 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Development tool links, shamelessly stolen from [http://wiki.nottinghack.org.uk/wiki/Minimus_AVR_Board NottingHack] == | ||
+ | |||
+ | |||
+ | * http://minimususb.com/ | ||
+ | * http://www.atmel.com/Images/doc7707.pdf | ||
+ | * http://www.atmel.com/tools/FLIP.aspx | ||
+ | * http://www.makestuff.eu/wordpress/introducing-minimus/ chrismc's website | ||
+ | |||
+ | * http://blog.vedelaar.nl/2011/05/minimus-avr-usb-howto-compile/ | ||
+ | * http://stackoverflow.com/questions/7946244/cdc-demo-com-port-code-on-at90usb162-minimus-avr | ||
+ | * http://www.makestuff.eu/wordpress/?p=2288 | ||
+ | * http://thinkl33t.co.uk/minimus-pin-functions | ||
+ | * http://sourceforge.net/projects/dfu-programmer/files/latest/download | ||
+ | |||
+ | You'll need dfu-programmer version 0.5.4. under linux for the atmega32u2. This is in the current Ubuntu repositories but Debian has 0.5.1 | ||
+ | |||
+ | To avoid requiring root for dfu-programmer, your rules.d will need something like : | ||
+ | |||
+ | SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2ff0", MODE="0664", GROUP="plugdev" | ||
+ | |||
+ | The dfu bootloader can be replaced by an Arduino bootloader by Paul Brook | ||
+ | |||
+ | https://github.com/pbrook/minimus-arduino/wiki | ||
+ | |||
+ | == October 2013 (32k) Order == | ||
+ | |||
+ | http://www.ck3.co.uk/minimus-32-avr-atmel-atmega32u2-usb-dev-board.html | ||
+ | |||
+ | I'll need to be paid '''before''' the order goes through because I'm poor. Aiming to break the 100 mark so we get a decent price. Postage will be divided up per unit, not idea what that'll come to, but it won't be anything terrible. I'll adjust it when the pledge closes. I'm going to look at closing it on 31/10/2013, depending on how many orders we have. Please don't pay me or the hackspace any money until I put out a call on the mailing list. | ||
+ | |||
+ | Price breaks: | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |5-9 | ||
+ | |£5.00 | ||
+ | |- | ||
+ | |10-24 | ||
+ | |£4.50 | ||
+ | |- | ||
+ | |25-99 | ||
+ | |£4.00 | ||
+ | |- | ||
+ | |100-499 | ||
+ | |£3.50 | ||
+ | |- | ||
+ | |500+ | ||
+ | |£3.25 | ||
+ | |} | ||
+ | |||
+ | ==== London Hackspace ==== | ||
+ | |||
+ | * 5 - [[User:CaptainTerrible|TimR]] | ||
+ | * 5 - [[User:wyan|wyan]] | ||
+ | * 2- [[User:Velyks|Velyks]] | ||
+ | * 4- [[User:fridgehead|tomw]] | ||
+ | * 5 - [[User:nickjohnson|Nick]] | ||
+ | |||
+ | '''Total''': 21 | ||
+ | |||
+ | ==== Brighton Hackspace ==== | ||
+ | |||
+ | * 10 - [[User:mikepea|@mikepea]] | ||
+ | |||
+ | '''Total''': 10 | ||
+ | |||
+ | ==== HacMan ==== | ||
+ | |||
+ | '''Total''': 0 | ||
+ | |||
+ | '''Grand Total''': 33 | ||
+ | |||
== September 2012 (32k) Order == | == September 2012 (32k) Order == | ||
− | + | Order is now closed. | |
http://www.modtraders.co.uk/minimus-32-avr-usb-development-board.html | http://www.modtraders.co.uk/minimus-32-avr-usb-development-board.html | ||
+ | Please don't mark yourself as paid, I will do that after checking bank statement. | ||
− | * 5 - [[User:dmi|DMI]] | + | * 5 - [[User:dmi|DMI]] - Paid |
− | * 5 - [[User:Montyphy|Montyphy]] | + | * 5 - [[User:Montyphy|Montyphy]] - Paid |
− | * 5 - [[User:Crypt|Crypt]] | + | * 5 - [[User:Crypt|Crypt]] - Paid |
− | * 5 - [[User:Wzdd|WzDD]] | + | * 5 - [[User:Wzdd|WzDD]] - Paid |
− | * 2 - [[User:Clack|Clack]] | + | * 2 - [[User:Clack|Clack]] - Paid |
− | * 2 - [[User:Vyizis|Vyizis]] | + | * 2 - [[User:Vyizis|Vyizis]] - Paid |
− | * 1 - [[User:Akki14|Akki]] | + | * 1 - [[User:Akki14|Akki]] - Paid |
− | * | + | * 11 - [[User:CaptainTerrible|CaptainTerrible]] - Paid |
− | * 3 - [[User:Jonty|Jonty]] | + | * 3 - [[User:Jonty|Jonty]] - Paid |
− | + | * 5 - [[User:nigle|nigle]] - Paid | |
− | Total: | + | * 12 - [[User:spooky|spooky]] - Paid |
+ | * 5 - Andy Cousins [[User:Amc|Amc]] - Paid | ||
+ | *6 - Asc [[User:ascen|ascen]] - Paid | ||
+ | Total: 67 | ||
== February 2012 (16k) Order == | == February 2012 (16k) Order == | ||
Line 54: | Line 129: | ||
Total: 261 (as listed here) | Total: 261 (as listed here) | ||
+ | |||
+ | [[Category:Orders]] |
Latest revision as of 16:31, 7 May 2015
Development tool links, shamelessly stolen from NottingHack
- http://minimususb.com/
- http://www.atmel.com/Images/doc7707.pdf
- http://www.atmel.com/tools/FLIP.aspx
- http://www.makestuff.eu/wordpress/introducing-minimus/ chrismc's website
- http://blog.vedelaar.nl/2011/05/minimus-avr-usb-howto-compile/
- http://stackoverflow.com/questions/7946244/cdc-demo-com-port-code-on-at90usb162-minimus-avr
- http://www.makestuff.eu/wordpress/?p=2288
- http://thinkl33t.co.uk/minimus-pin-functions
- http://sourceforge.net/projects/dfu-programmer/files/latest/download
You'll need dfu-programmer version 0.5.4. under linux for the atmega32u2. This is in the current Ubuntu repositories but Debian has 0.5.1
To avoid requiring root for dfu-programmer, your rules.d will need something like :
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2ff0", MODE="0664", GROUP="plugdev"
The dfu bootloader can be replaced by an Arduino bootloader by Paul Brook
https://github.com/pbrook/minimus-arduino/wiki
October 2013 (32k) Order
http://www.ck3.co.uk/minimus-32-avr-atmel-atmega32u2-usb-dev-board.html
I'll need to be paid before the order goes through because I'm poor. Aiming to break the 100 mark so we get a decent price. Postage will be divided up per unit, not idea what that'll come to, but it won't be anything terrible. I'll adjust it when the pledge closes. I'm going to look at closing it on 31/10/2013, depending on how many orders we have. Please don't pay me or the hackspace any money until I put out a call on the mailing list.
Price breaks:
5-9 | £5.00 |
10-24 | £4.50 |
25-99 | £4.00 |
100-499 | £3.50 |
500+ | £3.25 |
London Hackspace
Total: 21
Brighton Hackspace
- 10 - @mikepea
Total: 10
HacMan
Total: 0
Grand Total: 33
September 2012 (32k) Order
Order is now closed.
http://www.modtraders.co.uk/minimus-32-avr-usb-development-board.html Please don't mark yourself as paid, I will do that after checking bank statement.
- 5 - DMI - Paid
- 5 - Montyphy - Paid
- 5 - Crypt - Paid
- 5 - WzDD - Paid
- 2 - Clack - Paid
- 2 - Vyizis - Paid
- 1 - Akki - Paid
- 11 - CaptainTerrible - Paid
- 3 - Jonty - Paid
- 5 - nigle - Paid
- 12 - spooky - Paid
- 5 - Andy Cousins Amc - Paid
- 6 - Asc ascen - Paid
Total: 67
February 2012 (16k) Order
You can get these board for £2.50 in bulk at http://www.modtraders.co.uk/minimus-avr-usb-development-board.html
We need to order 100+.
- 34 - Chris
- 10 - Charles (Solexious)
- 10 - Tim Storey
- 15 - M a.turntablist
- 4 - Paul2
- 10 - Monty
- 17 - Paragon
- 4 - JJC
- 4 - Tim H
- 4 - asc
- 4 - artag
- 4 - stugrey
- 4 - Kimball (drrk)
- 4 - Matt (deafanon)
- 4 - TomW
- 4 - Paddy Duncan
- 4 - aden
- 4 - DMI
- 10 - Bob (b3cft)
- 10 - James C
- 12 - Matt H
- 4 - SamLR
- 49 - RMS
- 10 - Nicholas F-D (wzdd)
- 2 - Will (Eb4890)
- 2 - IanB
- 4 - nneil
- 4 - tomwj
- 10 - Mike (Earthshine)
Total: 261 (as listed here)