I need a little help...

Hey, i’m new to making MIDI controllers, i know a little about MIDI, a little about electronics, a very limited knowledge about microcontrollers and programming and, i don’t know even how to start =(

I’ll be very grateful if someone help me, even if the help is to make a “just 1 knob” controller.

I need something simple to understand the MIDI controller building.

Thanks

welcome to midibox.org

we have been putting together a wiki with all of the information needed to get started…

what_is_a_midibox [MIDIbox]’>http://www.midibox.org/dokuwiki/doku.php?id=what_is_a_midibox

thats a link to the introduction.

here is a link to the whole wiki, go through part by part.

http://www.midibox.org/dokuwiki/

and here another site made by the original midibox creator Thorsten Klose.

http://ucapps.de/

all these links are in the bar at the top of this forum. look for home | wiki | uCapps | …

also what kind of controller are you thinking of building? look at uCapps.de and look at teh current available projects? or do you have something different on your mind?

For instance, i want to build something very simple, and in the future, i plan to make more advanced MIDI controllers, adapted to my needs.

What i plan for future is a kind of drumpad controller, with another kind of button disposition, more adaptable to the hand, and, to create a technique for it, like Piano, in Piano we have books to upgrade our skils in speed, musical theory and accuracy, like Bona or Pozzoli, then i want to creat something like that.

What do you think of the idea?

Now i’m going to read the Wiki ^^

Thanks for it :wink:

For instance, i want to build something very simple, and in the future, i plan to make more advanced MIDI controllers, adapted to my needs.

It looks to me, that you have no idea about what you want to build (except of a leter drumpad project)… you just wanna build :smiley: - That’s cool.

If I where you, I would just buy all of the basic boards (e.g. Core, DIN, DOUT, AIN for the beginning), some switches, encoders, pods, LEDs and stripboards and just experiment. - No need of a case, just wire and rewire, upload apps and customize them. This is the best way of learning and it feeds your mind with creative ideas and visions.

Greats, Roger

Yes, I’m getting started as well, and have ordered a core, AIN, DIN kits and an LCD. After sourcing the other parts locally I’m just going to experiment to learn about the platform before trying to build the project that I’m planning in the long run. :slight_smile:

I’ve also gotten C programming and electronics books from the local library to help me out, but I do have programming and soldering experience so the basics are there… Hopefully! :wink:

I’m just going to experiment to learn about the platform before trying to build the project that I’m planning in the long run. Smiley

I just setup a test - board with a core,LCD 4 encoders, 32 buttons , 32 LED’s 2 DIN modules, 2 DOUT modules. This is my “midibox-test-suite”. You ever played with LEGO ? :slight_smile:

I just setup a test - board with a core,LCD 4 encoders, 32 buttons , 32 LED’s 2 DIN modules, 2 DOUT modules. This is my “midibox-test-suite”. You ever played with LEGO ? :slight_smile:

That’s a sweet setup! :slight_smile:

I see you’re in Europe too. Where’d you source your ribbon cables and (especially) connectors? I’ve been looking for a good source, could probably order online from my local electronics supplier but too green to be sure which parts are right yet… :wink:

I see you’re in Europe too. Where’d you source your ribbon cables and (especially) connectors?

actually I ordered all the stuff from smashTV.. For the banksticks, you will pay quite more in europe than @ smashTV,

if you order not just one or so, this counts.. the ribbon cables are quite common, also the plugs. check

http://conrad.com/  or https://www.distrelec.ch/ishop/StaticHTML/shared/distrelec/ or http://www.reichelt.de/ ..

also http://farnell.ch/ has a lot of stuff. I just ordered some flash-memory stuff there.

Well, i’m from Brasil, and i guess that the buying of the core modules and all that is a little inviable, however, maybe i could buy the microcontrollers and the boards and make it on my own, is it possible?

By what i understood, you buy ready to use boards, right?

Thanks

you could make your own boards etc, but it is a lot more work involved.

Also, If you by the PIC’s from Smash or Mike’s, they already have the bootloader “burned” in… otherwise you will need to do this yourself = you will need an Pic burner etc for that… http://www.ucapps.de/mbhp_burner.html

My advice, by the boards/kits from these guys.. it’ll save you a fair bit of headaches.

Regards

Mike

  • edit - I see Smash doesn’t list Brazil as a destination… bugger.

maybe i could buy the microcontrollers and the boards and make it on my own, is it possible?

that’s exactly what you do when you buy from smashTV. you buy a “Kit”, that means the printed board, all the parts you need and the PIC with the bootloader. The price is very modest, I doubt that you will get all this cheaper if you buy it separate (and you will save the time to search all the stuff). Mind that smashTV can buy the parts in bigger amounts, therefore cheaper (?). a complete core-kit with PIC costs $26.95 @ smashTV, I think this is a very ok price.

check it out: http://www.avishowtech.com/mbhp/buy.html

By what i understood, you buy ready to use boards, right?

you can also buy just the PCB without the parts. but as said I doubt that this will save you anything (time/money/nerves)

Well, i already tried to buy things from here, and the procedure is unknown by me, even using PayPal, it’s a little bit difficult, the i probably will have to make it all on my own, however, this is going to be really fun! ^^

I’ve seen the circuits board of some MIDI controllers, and they seem to be simple to make, the only step that i thing will be hard is the soldering.

But it’s ok ^^

Well, i already tried to buy things from here, and the procedure is unknown by me, even using PayPal, it’s a little bit difficult

just contact smashTV directly, I’am sure he will help you. Or build it on your own. Starting with kits has the advantage that you can concentrate on what you want to do with it rather than building the PCB, testing and troubleshooting it etcetc. But of course it’s also fun to build all from ground up, this gives some extra experience and knowledge..

I’ve seen the circuits board of some MIDI controllers, and they seem to be simple to make, the only step that i thing will be hard is the soldering.

The soldering part is easy to learn. The electronics part, which you need to know about if things don’t work right away (they never do ;)) and you have to troubleshoot, that’s the hard part… :wink:

I got a question on testing IC’s, do they can be tested with multimeter?

Thanks

I got a question on testing IC’s, do they can be tested with multimeter?

No.

You can however, check if they are getting the correct voltage while in circuit.

Regards

Mike

No.

You can however, check if they are getting the correct voltage while in circuit.

Exactly. The problem is a multimeter tests a signal rather slowly. If you needed to test an IC you’d need an oscilloscope, which can analyze a signal more quickly and plot the signal curve in respect to time. But to make use of that data you’d have to be intimately familiar with how that particular IC should work, etc…

I think it’s safe to say that as far as the average DIY-guy goes an IC either works or doesn’t.

I got a question on testing IC’s, do they can be tested with multimeter?

You will never have to check digital signal flow with MIDIbox components. If something does not work, you mostly have bad solder spots, forgot to solder something, or you have solder bridges (shortcuts) somewhere, or you put polarized components the wrong way roung.. these things you can check by eye or with a multimeter checking the if the paths are correct.

Well, i understand about the soldering errors, the islands and all that, but i got curious about the osciloscope, here in my coutry they’re a little expensive, and, what are the caracteristics of a good osciloscope?

Thanks for helping a noob ^^

I’m most grateful :wink:

And, another thing, is there any circuit board that i can assemble, so i can test my IC’s?

And, it would be interesant to make it plugged on the USB, so the computer could test it, is it possible?