Jump to content

Complete newbie to MIOS programming


goldie_pl
 Share

Recommended Posts

Hi,

i got now all my PCBs working and tested under MB64, so now I wanna try to create my own customised app. If somebody can explain, how to start with this:

12 pots, about 40 buttons, 4 encoders, 12 LEDs. I want to use them alltogether (got DINs, AINs, and DOUTs for them). Need some customised messages depending od incoming data, some LEDs shining where I want... So I need an app which will "drive" them, yes? Where to start?

Is there and "standard" procedure to build the apps for MIOS? Like: select number of pots, buttons, set them to send values, set the LCD for messages etc.? And if I understand, that the final step is to compile te app and send via MIDI.

Somebody?

Link to comment
Share on other sites

hi poldie_pl,

you should read the c-function list at the C-Page on ucapps.de

http://www.ucapps.de/cmios_fun.html

Then we have a quite good growing infobase at the wiki (section application development) with good tutorials on how to set up IDE's, though you're fine too if you like to use a simple texteditor.

http://www.midibox.org/dokuwiki/doku.php?id=application_development

Then you should grab the SDCC-Skeleton as basis.

David is right to point you to the examples, though the MB64 is coded in ASM, so it's not suited to learn C. The download section at ucapps.de lists all available C-Projects ordered by programming language (see bottom of dl-page)

http://www.ucapps.de/mios_download.html

There are a bunch of additional examples spread here in the forum and on the User-Wiki Pages.

Best regards,

Michael

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