Jump to content

Recommended Posts

Posted

I've decided to go ahead with my midibox64 project.

I'm planning a design with

53 rotary knobs

11 faders

32 buttons

11 Leds

and an LCD!

The plan is to use

1 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 16x2

LED, red 3 mm

from Mikes

11 faders

53 rotary knobs

32 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

DSC00027.jpg

Posted
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 & no

simone (who the f*ck is cimo?)

Posted

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.  :-X

Thanks for the correction of the correction  :D

Greets, Roger

Posted

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 D1

simone

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...