Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. Odd, I can. The firmware mainly ;) You most likely want the LC though. Then you obviously need to read more. Everything you need is directly linked to from the midibox LC project page.
  2. Ah, so you're from the same country as Wilba :whistle:
  3. Welcome aboard noob911 :flowers: If you take a closer look at http://www.ucapps.de you'll notice we don't play with atmels around here :) If - for some reason - you're bent on using atmegas your best bet is google, otherwise, take a look at the link and especially mbLC and mb64(E).
  4. This should be, what you're looking for: http://www.midibox.org/dokuwiki/lib/exe/fetch.php?media=mb-6582:mb-6582_cs_dout_wiring.pdf http://www.midibox.org/dokuwiki/lib/exe/fetch.php?media=mb-6582:mb-6582_cs_din_wiring.pdf
  5. Running MIOS32 on the BCR wouldn't be a workaround, but a real fix - that could actually make the BCR useful :)
  6. Welcome aboard harpz :flowers: I strongly doubt you'll get an answer from someone who joined 4 years ago and hasn't shown up since ;)
  7. ebay > Competition Pro > ~90 auctions :)
  8. nILS

    Wohnung in München

    Na aber hallo! In jeder anständigen Burschenschaft, sowie in jedem Studentenwohnheim, das was auf sich hält. Schweinemässig praktisch sowas.
  9. Hehe, who would do such a thing :whistle: To clarify that: The reason isn't/wasn't Eagle, but the fact that in TK's schem the MIDI sockets are viewed from behind, which apparently can confuse some simple minded people (like Smash and me obviously). If you wanna be cool, join the fun, be part of the group, swap the pins :yes:
  10. nILS

    Wohnung in München

    Mmmm Fechten - es gibt meiner Meinung nach keine elegantere Möglichkeit, um der Welt mitzuteilen, dass man eine Vollflöte ist.
  11. That would work. That would works as well.
  12. Typically you ground the shielding on the source side. I'd say try with whatever you've got, if you have problems, try the other option :)
  13. Yes. No. For any receiver it's important to know where the message is coming from. For any sender it's important to show where the message is coming from.
  14. nILS

    clip u. signal LED

    Der Platz ist der einzige Unterschied, da: TL074 == 2x TL072
  15. http://ucapps.de/ > MIOS8 Download Not really that hard to find :whistle:
  16. Excel table + 3 minutes :)
  17. Why would you do that? Yes, that is possible. All you'd need to do is modify the values in SID_FRQ_TABLE in src/sid_frq_table.inc accordingly. Recompile, upload, yay.
  18. No. Like shoes, parts come in different sizes. You ordered the wrong ones.
  19. Like TK already said. Fix it at hardware level. Period.
  20. Been done, apparently was nice but not super duper uber cool. Google should find something if fed with the right keywords. For instance, googling "3M diy illuminated button" will give you: http://blog.makezine.com/archive/2008/04/how_to_make_your_own_illu.html There's been some info on the forum as well.
  21. nILS

    GM5x5x5_3.jpg

    Nice job with the gm5!
  22. #9 and #10 removed. nILS waits for Wilba's stamp of approval for this thread
  23. Yes. The MIDI Channel is the lower nibble of evnt0. Hence you can do the following to get the channel: ///////////////////////////////////////////////////////////////////////////// // This function is called by MIOS when a complete MIDI event has been received ///////////////////////////////////////////////////////////////////////////// void MPROC_NotifyReceivedEvnt(unsigned char evnt0, unsigned char evnt1, unsigned char evnt2) __wparam { unsigned char channel = evnt0 & 0x0f; // do something }[/code]
  24. ...Flemming! Here's a nice big danish for ya!
  25. - Vias in between pins are bad juju - Unneeded vias are bad juju as well (bottom right corner IC, pin 11) - breaking up the ground plane more than necessary is bad juju as well - 10mil spacing may lead to errors depending on where you get the boards fabbed. I'd try to stay at or better yet above 12mil. On the last run of gm5x5x5 I used 12 mil clearance and roughly 5% of the boards were "fixed" by PCBcart due to errors. Read: "passes DRC" != "will actually work" - there's no mount holes Zoom back out - how big is the entire board again? ;)
×
×
  • Create New...