Jump to content

minimum parts midibox


squid
 Share

Recommended Posts

!!!!!!!!     I pressed tab and my post was accidently posted.....

To begin again: 

can anyone advise me on the minimum number of parts i would

need for the following midibox design?

6 pots, 16 buttons, no lcd display, no banksticks.

what software options would i need? Midibox64?

Has anyone built such a meagre box???

Thank you.

Link to comment
Share on other sites

one core, one DINX4 module (alternatively built on a breadboard: only 2 * 74HC165), MB64 application with multiplexer disabled:


; Number of connected pots
; Allowed values: 1-64
#define DEFAULT_NUMBER_POTS 6 ; number of connected pots
;
; Multiplexers (AINX4 modules) connected? -> set this value to 1
; No multiplexer connected= -> set this value to 0, allowed number of pots in this case: 1-8
#define DEFAULT_MUX_ENABLED 0 ; disable AIN multiplexers
[/code]

Best Regards, Thorsten.

Link to comment
Share on other sites

Than you very much Thorsten.

I had scanned through all the relevent asm files to see just what the minimun was i could

get away with, but got stuck on the DIN board.... i assumed that the board had to be

filled with at least 4 (74HC165) shift regs, but now i know better.

But what about the disabled AIN multiplexers..............................

How do i connect 6 or 8 pots to the core without a mux?? what am i not seeing here??

I shall go back to the job and have a good think.

Very best regards and thanks again for your speedy attention.

Squid.

Link to comment
Share on other sites

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...
 Share

×
×
  • Create New...