Yeah, used a laser printer to print the layout onto glossy 'presentation' paper. then after prepping the blank copper-clad board (light sand w/ very fine grit and clean w/ alcohol), put the layout face down and iron the shit out of it on high. The toner will 'melt' and restick to the copper. after it cools, the paper should peel off, fairly easily and be ready to etch. Its not real hard but this may be tricky one for a first timer. Also you need a sub 1mm drill bit.
id be happy to post the eagle files. i was thinking about have a few made professionally anyway. The more users the better.
I found a pro micro and Im going to mess around to see if i can get that to work. could open the window for usb midi.
BTW- masl, something is up w/ the sketch in the newest arduino ide 1.6.9-11. cant compile any more (w/ any board) getting this error:
( It does work on old versions of arduino - 1.0.6 )
In file included from /Users/charleshobbs/Library/Arduino15/packages/arduino/hardware/avr/1.6.13/variants/eightanaloginputs/pins_arduino.h:23:0,
from /Users/charleshobbs/Library/Arduino15/packages/arduino/hardware/avr/1.6.13/cores/arduino/arduino.h:249,
from sketch/CCHandler.h:23,
from sketch/CCHandler.cpp:109:
/Users/charleshobbs/Library/Arduino15/packages/arduino/hardware/avr/1.6.13/variants/eightanaloginputs/../standard/pins_arduino.h:56:19: error: expected unqualified-id before numeric constant
#define PIN_A0 (14)
^
sketch/YM2151.h:34:25: note: in expansion of macro 'PIN_A0'
static const uint8_t PIN_A0=12;
^
/Users/charleshobbs/Library/Arduino15/packages/arduino/hardware/avr/1.6.13/variants/eightanaloginputs/../standard/pins_arduino.h:56:19: error: expected ')' before numeric constant
#define PIN_A0 (14)
^
sketch/YM2151.h:34:25: note: in expansion of macro 'PIN_A0'
static const uint8_t PIN_A0=12;
^
exit status 1
Error compiling for board Arduino Pro or Pro Mini.
**** UPDATE***** figured this out. It is some issue with the new board packages. I rolled back to AVR Boards 1.6.11 and all seems good.
Last edited by Charbot (Sep 4, 2016 2:04 pm)