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

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...