Jump to content

Which PIC do I need?


Nitrus
 Share

Recommended Posts

Hi, I am trying to build myself a controller for Ableton. As of what I need, I have a rough estimate. However, I am stuck on a couple of things... A. How do I know which PIC I need for my core? B: Which header configuration do I need?

I would like LCD support, even though I do not plan on using it straight away.

I just want to get my hands dirty and mess with the electronics and code portion before making any 'big' plans.

Link to comment
Share on other sites

I just want to get my hands dirty and mess with the electronics and code portion before making any 'big' plans.

good idea! the deeper you get into midiboxing and Ableton's features the more ideas you'll get...

you'll be fine with a PIC18F452....

check out smashTV's store - http://www.avishowtech.com/mbhp/buy.html lot's of great stuff there, all bundled into packs at great prices...

Link to comment
Share on other sites

Hi and Welcome,

Re: Pic choices

the 18F452 has been the "standard" since we upgraded from the 16F family. It is the assumed "normal choice" for what you are describing.

The 18F4620 has more RAM and is useful for MBSEQ applications that are memory hungry. AFAIK that's the only project so far that has been "expanded" into the bigger memory map.

The 18F4685 includes a CAN peripheral (Controller Area Network) which is currently being considered as a fast network for connecting a bunch of MIDIBox based projects together. (MBNet?)

I'm pretty sure that all are pin-compatible, so be sure to use a socket for your PIC chip. Beyond that, I'd say the 452 is the best documented option, and should cover your needs nicely.

Choosing a header number?

Try clicking on the "javascript header calculator", or just go with Zero. That's usually the best choice for a first PIC anyway.

Have Fun,

LyleHaze

Link to comment
Share on other sites

device header info: http://www.avishowtech.com/mbhp/idinst.txt

if you are only using 1 core you don't need to worry about IDs, just pick the type of LCD you are going to use and make the choice as to the header...

info on PICs: http://www.midibox.org/dokuwiki/doku.php?id=mios_pic18f4620

both of these links were lifted from smashTVs site - check it out, digg into the information, read everything and learn lots of stuff you didn't even know would be useful at the same time ;)

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