Jump to content

nILS

Frequent Writer
  • Posts

    4,314
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nILS

  1. Das ist alles definitiv zu schaffen, ist aber ein ordentlich Haufen Arbeit. Wenn man sich den allerdings in kleine, überschaubare Häppchen zerlegt, ist das alles zu schaffen. Ich würde ganz klassisch vorgehen: 1) Mockup malen, das hilft nicht nur Dir genau zu sehen und zu verstehen ob evtl. irgendwo was fehlt oder nicht unbedingt ideal ist, und es hilft uns zu verstehen wie genau Dein Konzept aussieht. 2) Use-Cases mit denen des seq v4 vergleiche. Was gibt es schon, was gibt es nicht, was musst Du anpassen? 3) Eins nach dem anderen abarbeiten - dabei wird sich sicherlich noch das eine oder andere an Deiner Spezifikation ändern. 4) Uns auf dem Laufenden halten, damit wir Dir evtl. unter die Arme greifen können, bevor Du Dich aus dem Fenster stürzt ;)
  2. You can pretty much use any open pin on the PIC for that. There's a neat demo-app that uses J5 and lets you write to it as if it were a DOUT shift register. Careful though, relays typically pull more current than a pic pin can safely supply - using a transistor per relays is definitely a must.
  3. [x] Neither :-)
  4. Welcome aboard, Kvetch! :flowers: Yep, that is most definitely a fairly basic project and definitely doable :-)
  5. Nice work! :frantics:
  6. One of my favs - Eddie Murphy "Party All The Time" :-) http://www.dailymotion.com/swf/video/x2deuh?autoPlay=1
  7. Happy B-Day Wilbuuur!
  8. So you don't feel all alone, I did the same thing in A minor :) Quick, dirty, horrible timing but it haz drums and a short "more than meets the eye"-hommage ;) aminor.mp3
  9. I'd go with a full-on software reset. Upload MIOS again and then the mbFM firmware. Also you apparently forgot to properly threaten it.
  10. Ich würde ja helfen (abgesehen davon, dass Dir bereits alle relevanten Informationen gegeben wurden), aber Deine Einstellung ist ein wenig... naja, nicht motivierend.
  11. </holy-war> Thanks.
  12. Thew question is a bit like asking what to do to make your car faster... What exactly are you trying to achieve? What exactly is the part that's causing you enough audible pain to want to change parts?
  13. I am well aware of that ;) It's pretty much the simplest and most insta-reward approach though, which is why I mentioned it.
  14. If the SID works on 8.5v, I'd prefer not to bypass the rectifier. That way if you ever connect an AC PSU or one with the polarity switched your entire sammich won't blow up.
  15. It's actually even easier when using a microcontroller. You can use a simple phase accumulator and directly output the square wave (or PWM square) at the correct frequency w/o having to worry about external dividers etc. Rough pseudo-code sketch (replace sampling rate of 44100 Hz at will, same goes for the precision (16bit in the example)): 16_bit_unsigned_integer: phase integer: frequency = 65536/44100*frequencyInHz functionThatGetsCalled44100timesPerSecond { phase = phase + frequency if phase > 32767 then output_pin = 0 else output_pin = 1 } [/code]
  16. Tapeworms or a bad metabolism work very well!
  17. That's right, Doug ain't 80. He's 180. :whistle: Happy B-Day, old man!
  18. The prototype is, as a matter of fact, populated with boards from Smash.
  19. nILS

    sammichFM

    Correct, the OPL chip and two opamps need some SMD soldering - nothing tiny or hard that requires any voodoo though :)
  20. While I do think that TBS' behaviour is completely unprofessional, unethical and just plain wrong - especially after having been talking to them on the phone for hours and having gotten his word that they will not release/sell/etc. anything without prior consent by TK and Wilba - please do not spam their pages, DDOS attack their servers, ask your local biker friends to drop by or do any other stupid stuff of that sort. Feel free to vent your anger about their behaviour whenever you talk/write about TBS/MM though, preferably on public forums.
  21. nILS

    sammichFM

    Awwww, sammichSID's brother! :hug:
  22. Nice work :thumbsup: No, the registers did not change. As for an 8580 datasheet you can also use a 6582 datasheet which is identical.
  23. Datasheet is wrong, what you see is the "correct" behaviour.
  24. The sid engines are pretty complex and writing a full editor is quite a task. The main problem is time, not knowledge...
×
×
  • Create New...