
raphael
Frequent Writer-
Posts
592 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by raphael
-
wikipedia.org/wiki/Transformer (Isn't the internet great ;D) What Milkmansound and Ziggy are speaking of are output transformenrs like these: http://www.jensen-transformers.com/ln_out.html (Making a balanced signal) Look at the prices ;)Â Â What I wanna say: If you don't know what a output (or MIC input) transformer does, you won't need one.
-
Obwohl es schon ein paar mal im Forum zu finden ist ;D 1. Bootstraploader brennen (falls Du den PIC ohne gekauft hast) http://www.ucapps.de/mios_bootstrap.html Ab hier dann per MIDI mit MIOSStudio (http://mios_studio.midibox.org/) ODER per MIDI-Ox (http://www.ucapps.de/howto_tools_mbsyx.html) ODER mit dem SysEx-Loader (http://www.ucapps.de/howto_tools_syxloader_18f.html) 2. MIOS laden (http://www.ucapps.de/mios_download.html) 3. Applikation laden (Wie pay_c schon sagte: MB64 ist ne gute Wahl: http://www.ucapps.de/mios_download.html) Gruß, Raphael
-
Have you realy read the CV page ??? (Hint: 3rd line in the feature list on top of the page) Raphael
-
14V sind korrekt. Ground ist blau im Schaltplan gezeichnet ()Die 14V geben sich aus 5V (vom 7805)+9V (vom 7809) Vom Core: ja! Vom SID: NEIN!!! (Es sei denn, du willst ihn schön durchgebraten :() Wo liest Du denn das??? (Lass sie einfach drin - die stören nicht.) Gruß, Raphael
-
The image is right! Cathode = short pin (Easy to remember in German: Kathode = Kurz (short)) Anode = long pin Raphael
-
Wenn ich mir den Code so anschaue: Ja, erst MIOS drauf! Gruß, Raphael
-
Do the MIOS OS bundles compile for all you guys?
raphael replied to Jidis's topic in MIOS programming (Assembler)
You already found the solution ;). Convert all the .h and .inc files to DOS format. Begin with the p18f452.inc file(this file causes most of the errors)! Raphael -
Don't worry about that. Even if your power supply would deliver 100A, the Midibox would only draw 800mA. 6.3A are only the maximum current of your supply. But if you want some protection just place a 1A or 1.5A (delayed-action) fuse in the +12V line. Raphael
-
Ach ja, hatte ich ja ganz vergessen. Du brauchst eigenlich das hex-File gar nicht neu übersetzen. Mit dem hex2syx.pl Skript kannst Du ysEx Dateien mit verschiedenen IDs erzeugen. Syntax: (Aus dem Perl-Script.)Also einfach ActivePerl installieren und los gehts ;D Gruß, Raphael
-
to-COM: http://www.ucapps.de/midibox_to_com.html Ich vermute einfach mal, dass Du eine normale MIDI-Verbindung nutzt. Aus main.asm der Change_id Applikation: Das sind die 3 einstellungen, die die ID bestimmen: MIOS_DEVICE_ID ist klar: 0x00,0x01,0x02 und 0x03. MIOS_LCD_TYPE dürfte bei dir 0 sein, da Du ein standard LCD verwendest. MIOS_TO_COM_FLAG dürfte bei dir auch 0 sein, da Du ncht weßt, was eine to-COM Schnittstelle ist ;) Wenn das mit dem selbst erzeugen mit MPLAB nicht klappt, schick mir ne PM, dann übersetz ich dir dei SysEx Dateien. Selbst-Versuch macht schlau ;D Ausserdem komm ich erst heute Abend wieder an meine Rechner mit MPLAB ran. Gruß, Raphael P.S.: Den Link auf der Bootloader-Seite zum ID-Calculator von SmashTV hast du gesehen? Damit gehts ganz einfach: http://avi.dezines.com/mbhp/idgen.html
-
Da es ja nicht nur um die SysEx ID geht, sondern auch um den LCD-Typ und die Entscheidung MIDI oder COM, müsste man ganz schön viele .syx Dateien bereitstellen... Wie hast Du denn den Bootloader auf den PIC bekommen? Wenn Du nen Brenner hast, dann brenn Doch einfach die Bootloader nochmal. Oder hast Du beim Bestellen einfach vergessen, dass du verschiedene IDs brauchst ;) Wenn Dir die 31MB Download für die MPLAB-IDE zuviel sind, kann ich dir notfalls auch die 4 .syx files übersetzen. Dazu solltest Du aber auch angeben, welches LCD und ob Du die to-COM Schittstelle benutzt. Eventuell lohnt sich der download aber doch. Früher oder später will man dann doch mal was an der applikation ändern. Gruß, Raphael
-
Die Encoder? Für Step B brauchst Du nur einen. Wie der angeschlossen wird, hängt vom Encoder ab. Für die von Voti und SmashTV findest Du die richtige Pin-Belegung hier: http://www.midibox.org/forum/index.php?topic=3980.msg25811#msg25811 Gruß, Raphael
-
Tja, dann möchte ich schon mal Interesse für die SIDs anmelden... ;D Raphael
-
Tja, wenn das so ist, dann frag ich doch gleich mal: Heißt voll bestückt inclusive SID? Da könnte ich nämlich noch ein paar brauchen ;) Raphael
-
Why you want to use it in 4Bit mode ??? This is a standard LCD with HD44780 controller. So just connect D0-D4 with the core and it should work. Raphael
-
C++, Englisch.. alles nur Fremdsprachen ;D ;D ;D C++ macht hier keinen Sinn. Ein PIC ist ein Microcontroller mit z.B 32kb (genauer 32768Byte) Speicher für das Programm(MIOS und Applikation und Bootloader) und 1536Byte Ram (Für den 18F452, den die MidiBox benutzt). C++ ist für sowas einfach zu fett ;) Raphael
-
I would never plug a PIC in if not ALL the tests give you correct voltage readings. So if you post all the voltage readings, we can perhaps help you. Raphael
-
Jo, ljmarkus hat sich mal danach erkundigt: http://69.56.171.55/~midibox/forum/index.php?topic=4171.0 Evtl. kannst Du ihn mal fragen. Ich seh da aber auch keine Probleme. Raphael
-
Yeah kokoon, you're right! Yes, it's that easy ;D (The screenshot is from IC-prog, the program to use with the JDM. If you use the PIC_BURNER module ther is a simmilar field on the "memeory map" tab in the P18 software) PIC_Burner works for without fiddling around. With JDM I had to adjust the I/O delay on some computers and there was no chance for it on a laptop. ut in general JDM works OK. Raphael
-
Burn My Pic? (Continental Europe pref. Italia)
raphael replied to tarzan boy's topic in Parts Questions
I could burn them for you, but I'm located in Germany. Don't know how much shipping is to Germany. Shipping back would be 2,50€ if the weight is below 100g (without assurance). Send me a PM. Raphael -
Da solltest Du aber dran arbeiten ;) Das wird sonst (nicht nur hier) etwas mühsam. Es gibt nur DINx4 Module fertig zu kaufen. Damit ist ein voll bestücktes DIN Modul (also 32 Eingänge) gemeint: http://www.ucapps.de/mbhp/mbhp_dinx4.gif Man kann das Modul aber auch mit weniger Chips bestücken oder gleich eine kleinere Platine machen. Ein DINx3 hat also nur 3 74HC165 (entspricht 24 Eingängen): http://www.ucapps.de/mbhp/mbhp_dinx3_v1.gif Wenn Du also fertige Platinen von Mike kauft brauchst Du 4 DIN Platinen. Sorry, wollte Dich nicht verwirren. Siehe oben. Du brauchst also ein zusätzliches DIN Modul, dass du aber nur mit 2 74HC165 bestücken musst. (Gemeint war das hier: http://www.ucapps.de/mbhp/mbhp_dinx2_v1.gif) Also der Lik auf den (englischen Thread) besgte etwa das hier: MIOS kann nur 128 digitale eigänge pro Core verwalten. Da Du aber 120 Taster + 6 Encoder haben willst (das macht zuasmmen 134 digitale INs), wirst Du 2 Cores brauchen. Zusätzlich wäre es für Dich warscheinlich am leichtesten, vorgefertigte Applikationen zu verwenden. Ich würde Dir dann eine Core für die Encoder und einige Tasten mit MB64E empfehlen. Auf den Anderen Core spielst Du dann die MB64 Applikation auf und schließt die Fader und den Rest der Taster an. Die 2 Cores verbindest Du dann mit demMidibox Link. Nein, das LTC Modul brauchst Du nur, wenn Du die MidiBox über eine serielle Schnittstelle (COM-Port) statt über MIDI ansteuern willst. Siehe ganz oben. Ohne Englischkenntnisse wird das ganze etwas schwieriger, da die meisten Seiten auf der ucApps Homepage noch nicht ins Deutsche übersetzt sind (und es vielleicht auch nie werden...). Aber fragen kostet nichts ;) Gruß, Raphael
-
Natürlich können an ein Core mehrere Module angeschlossen werden. Wie viele, das hängt von der jeweiligen Applikation und MIOS ab. Dann brauchst Du 2 Cores. Warum das so ist, hab ich erst neulich in einem anderen Thread geschrieben (Hint: lies dir die MIOS-Seite mal genau durch): http://69.56.171.55/~midibox/forum/index.php?topic=5217.msg32190#msg32190 Da liegst Du leider völlig daneben... ;) 120 Buttons = 3x DINx4 +1x DINx3 64 LEDs = 2x DOUT 10 Potis (Schieberegler) = 1x AIN 6 Encoder = 1x DINx2 Das LTC Modul brauchst Du nur, wenn du die to-COM Option nutzen möchtest. Du solltest nicht nur die Anfängerfragen hier im Forum lesen, sondern dir mal ein paar Abende lang die gesamte ucApps Seite durchlesen, vor allem die Beschreibung der Module. Gruß, Raphael
-
Where to buy: Small button (no on/off) with led
raphael replied to ramonster's topic in Parts Questions
Yes, the "Taster" will. Raphael -
Adding a External Filter for MIDIBOX SID - how... ?
raphael replied to smycza's topic in Design Concepts
You can find a CV controlled Moog filter here: http://dropmix.xs4all.nl/rick/Emusic/ Just build a MIDIBox CV (http://www.ucapps.de/midibox_cv.html) and have fun ;D Read also this thread for more about CV: http://69.56.171.55/~midibox/forum/index.php?topic=5078.msg31431#msg31431 Raphael P.S.:Digital pots like the suggested one from Alekx are another posssibility. But I think CV is more flexible because nearly every type of analog synth gear uses it. -
The ID is not part of the hex file. You set the ID in the burner program (IC-Prog, P18...) before flashing the loader. It's all explained here: http://www.ucapps.de/mios_bootstrap.html Raphael P.S.: You can change the ID even with already burned bootloader by flashing this application: http://www.ucapps.de/mios/change_id_v1_4.zip