rossmalone Posted January 18, 2008 Report Posted January 18, 2008 I've decided to go ahead with my midibox64 project.I'm planning a design with53 rotary knobs11 faders32 buttons11 Ledsand an LCD!The plan is to use1 Core - PIC18F452 (Kit from Mike's)2 AINs (Kit from Mike's)1 DIN (Kit from Mike's)1 DOUT (Kit from Mike's)Plus:LCD 16x2LED, red 3 mmfrom Mikes11 faders53 rotary knobs32 buttons(from RS).I want to build the device on breadboard and then transfer into a box when it works!!Is using 11 LEDs on a DOUT going to lead to issues?also, is using only 1 DOUT and DIN going to cause problems?if any one has any ideas, help or anything get in touch!heres a photo of a very rough layout!Cheers Quote
cimo Posted January 19, 2008 Report Posted January 19, 2008 Is using 11 LEDs on a DOUT going to lead to issues?also, is using only 1 DOUT and DIN going to cause problems?no & nosimone (who the f*ck is cimo?) Quote
Screaming_Rabbit Posted January 19, 2008 Report Posted January 19, 2008 Is using 11 LEDs on a DOUT going to lead to issues?It looks to me, that you're driving 10LEDs from the DOUT. - It makes more sense to hook the Power-LED to the 5V side of the PSU.Greets, Roger Quote
dj3nk Posted January 21, 2008 Report Posted January 21, 2008 It looks to m e like 8 Leds. 2 are for midi in /out. They should be connected to a ltc. Power led like screaming rabbit said Quote
Screaming_Rabbit Posted January 21, 2008 Report Posted January 21, 2008 It looks to m e like 8 Leds. 2 are for midi in /out. They should be connected to a ltc. Power led like screaming rabbit said :P... äääähm, yepp. :-XThanks for the correction of the correction :DGreets, Roger Quote
cimo Posted January 21, 2008 Report Posted January 21, 2008 from main.asm; For MIDI activity monitor: define the DOUT pins for the Rx and Tx LED #define DEFAULT_MIDI_MONITOR_ENABLED 1 ; if 1, the Tx/Rx LEDs are enabled #define DEFAULT_MIDI_RX_LED 0x40 ; DOUT SR#9, pin D0 #define DEFAULT_MIDI_TX_LED 0x41 ; DOUT SR#9, pin D1simone Quote
dj3nk Posted January 21, 2008 Report Posted January 21, 2008 recorrection of the corrected correction. ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.