Jump to content

TK.

Administrators
  • Posts

    15,253
  • Joined

Everything posted by TK.

  1. Btw.: the answers would also be interesting for me, since I'm not able to reproduce such effects. Best Regards, Thorsten.
  2. You could unsolder the resistor and capacitor and test them as RC circuit (+3.3V -> C -> R -> ground) just to ensure that they are not damaged (but the probability that you have fried them is very low). The voltage between C and R must be 0V after < 1 second (you won't regognize the pulse...) If these parts are ok, the only reason why you see 3.3V would be that you've soldered the USB chip in the wrong direction... Best Regards, Thorsten.
  3. This is a known bug in the current firmware, see also: http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=troubleshooting;action=display;num=1060704667;start=0#0 for the workaround. Best Regards, Thorsten.
  4. This is a known bug in the current firmware, see also: http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=troubleshooting;action=display;num=1060704667;start=0#0 for the workaround. Best Regards, Thorsten.
  5. Sure, this is definitely the error. The USB chip is permanently in reset state and therefore doesn't start. Just take a look into the schematic http://www.ucapps.de/mbhp/mbhp_usb.pdf for the supply voltages of the cap and the resistor. Note: If the resistor or the cap isn't tied to Vss/Vdd, possibly also other components are affected. Just follow the Vss/Vdd tracks with your multimeter to find the bad junctions. Best Regards, Thorsten. Addendum: the AN2131SC has a high-active reset, the PIC a low-active reset. This means: if you notice that the PIC doesn't run, check that the reset input MRST# of the PIC is on 5V level, and not 0V like for the AN2131SC
  6. TK.

    Komponentenliste

    Hallo Bernd, "nur" ist ein wenig uebertrieben - kommerzielle Loesungen arbeiten sehr oft mit einem Microprozessor pro Fader. ;-) Ich bezweifle, dass sich mehr als acht Fader von einem Core adaequat ansteuern lassen, zumal ein Multiplexer die Signalqualitaet, und somit die Aufloesung verschlechtern wuerde. Ausserdem habe ich im MIOS Konzept 8 Motorfader maximal eingeplant (weil sie wesentlich mehr Register zur Zwischenspeicherung der verschiedensten Werte belegen) - da ist wirklich nichts zu drehen. Ansonsten: lies mal die Beitraege von ThomasT zu diesem Thema, er bastelt gerade an einer 4-core MIOS Loesung fuer seine Mega-Faderbox Gruss, Thorsten.
  7. TK.

    Komponentenliste

    Hallo Bernd, "nur" ist ein wenig uebertrieben - kommerzielle Loesungen arbeiten sehr oft mit einem Microprozessor pro Fader. ;-) Ich bezweifle, dass sich mehr als acht Fader von einem Core adaequat ansteuern lassen, zumal ein Multiplexer die Signalqualitaet, und somit die Aufloesung verschlechtern wuerde. Ausserdem habe ich im MIOS Konzept 8 Motorfader maximal eingeplant (weil sie wesentlich mehr Register zur Zwischenspeicherung der verschiedensten Werte belegen) - da ist wirklich nichts zu drehen. Ansonsten: lies mal die Beitraege von ThomasT zu diesem Thema, er bastelt gerade an einer 4-core MIOS Loesung fuer seine Mega-Faderbox Gruss, Thorsten.
  8. Fein :) Noch eine Anmerkung zu Deiner urspruenglichen Ueberlegung: Wenn man auf den Push-Button drueckt, wechselt die MIDIbox auch automatisch in das Filtermenu - hieraus ergeben sich zwei Moeglichkeiten: entweder Du steppst mit dem Button alle Kombinationen durch, oder Du waehlst sie mit dem Menu-Encoder direkt an (der Cursor befindet sich automatisch an der richtigen Stelle). Aehnlich funktioniert es auch mit den anderen Buttons/Endlosreglern, sobald man sie bewegt, wechselt das Menu umgehend in die entsprechende Ansicht, so dass man die aktuellen Werte auf dem Display sieht und sie mit den Menue-Buttons/Encoder optional direkt im Menue aendern kann. Die Bedinung ist also bereits ziemlich ergonomisch (zumindest fuer meinen Workflow ;-)) Vielleicht solltest Du die Elektronik erstmal auf eine Pizzaschachtel o.ae. montieren, bevor Du mit dem Gehaeuse anfaengst - so kannst Du das Default-Handling in Ruhe ausprobieren und Dir spaeter ueberlegen, welche Aenderungen fuer Deine Version sinnvoll sind. Gruss, Thorsten.
  9. RTFM... Best Regards, Thorsten.
  10. RTFM... Best Regards, Thorsten.
  11. Unfortunately the crystal can only be checked with a scope... the frequency is too high to get a meaningful value on a common multimeter. Reset: it sends a short +3.3V pulse during power-on and should be low (0V) thereafter. Did you every use a USB device with your PC? On some mainboards not all USB plugs are enabled by default, maybe you only have to change this in your BIOS setup. Best Regards, Thorsten.
  12. Aha, a completely new message? How should somebody know what was going on based on your initial question (which pointed to another direction: missing files)? ;-) No, this isn't right, the -os_upload option is reserved for myself - never use it, otherwise you will overwrite MIOS. The warning message notified that you possibly inserted a file (like lcd_app.inc) before mios_tables.inc - this is wrong - code has to be inserted behind mios_tables.inc Best Regards, Thorsten.
  13. Aha, a completely new message? How should somebody know what was going on based on your initial question (which pointed to another direction: missing files)? ;-) No, this isn't right, the -os_upload option is reserved for myself - never use it, otherwise you will overwrite MIOS. The warning message notified that you possibly inserted a file (like lcd_app.inc) before mios_tables.inc - this is wrong - code has to be inserted behind mios_tables.inc Best Regards, Thorsten.
  14. More details please - how and where did you assemble the file? What is the new filename? Do you see the file in the command shell (try the "dir" command)? Best Regards, Thorsten.
  15. More details please - how and where did you assemble the file? What is the new filename? Do you see the file in the command shell (try the "dir" command)? Best Regards, Thorsten.
  16. A very useful tool - thanks a lot! How about this subdomain: http://lcd5x8char.midibox.org :-) Best Regards, Thorsten.
  17. A very useful tool - thanks a lot! How about this subdomain: http://lcd5x8char.midibox.org :-) Best Regards, Thorsten.
  18. Since the MF driver allocates all 8 analog inputs of the PIC, and the AINX4 multiplexers cannot be used in parallel with the MF module, the only way is to build a second core module. Best Regards, Thorsten.
  19. It will be available before you've finished your MIDIbox ;-) Some users like Dan reported that the Panasonic faders are already working fine, some others noticed problems. So I guess that only a minor change (e.g a different acceleration behaviour) will be required. I will try Steve's Panasonic faders after I've finished another project for which users are asking since months - take it easy... sooner or later everything will be perfect. Best Regards, Thorsten.
  20. Hi Tub, 1: the menu navigation for common MIDIboxes requires 4 buttons, sure they are connected to a DIN module. You should also add some additional buttons to handle with "special button events", e.g. to quickly change into a submenu or to select another bank. Also additional LEDs above or below the buttons could be usefull which show the status (e.g. if you are using Bank Select buttons, to show the selected bank, or if you are using a Shift button with hold function, to show if the first or second layer is active). They are also useful to control your sequencer via remote (e.g. Play/Stop/Rew/FFwd/Rec button) I would suggest at least 12 additional buttons + LEDs (LEDs are not required for the menu navigation buttons) 2: not without a second microcontroller and a special firmware which communicates with the MIOS core (e.g. via IIC). Best Regards, Thorsten.
  21. Hi Tub, 1: the menu navigation for common MIDIboxes requires 4 buttons, sure they are connected to a DIN module. You should also add some additional buttons to handle with "special button events", e.g. to quickly change into a submenu or to select another bank. Also additional LEDs above or below the buttons could be usefull which show the status (e.g. if you are using Bank Select buttons, to show the selected bank, or if you are using a Shift button with hold function, to show if the first or second layer is active). They are also useful to control your sequencer via remote (e.g. Play/Stop/Rew/FFwd/Rec button) I would suggest at least 12 additional buttons + LEDs (LEDs are not required for the menu navigation buttons) 2: not without a second microcontroller and a special firmware which communicates with the MIOS core (e.g. via IIC). Best Regards, Thorsten.
  22. TK.

    Komponentenliste

    Hallo Bernd, Du benoetigst auf alle Faelle MIOS. Theoretisch ist diese Konfiguration mit einem Core machbar, aber leider gibt es noch keine fix und fertige Applikation dafuer - Du muesstest dir also entweder aus den Programmierbeispielen selbst etwas zusammenbasteln, oder auf MIDIbox NG warten (Infos zu diesem Thema in ein paar Tagen...) Benoetigte Module: CORE mit PIC18F452 und 10 MHz Quarz, 4 x DINX4 (2 DINX4 fuer die Encoder - kaufe sie lieber bei Schuricht, dort sind sie billiger - 1 DINX4 fuer die Kurzhubtaster, und 1 DINX4 fuer die 8 Taster),1 x DOUTX4, 1 x MF Gruss, Thorsten.
  23. TK.

    Komponentenliste

    Hallo Bernd, Du benoetigst auf alle Faelle MIOS. Theoretisch ist diese Konfiguration mit einem Core machbar, aber leider gibt es noch keine fix und fertige Applikation dafuer - Du muesstest dir also entweder aus den Programmierbeispielen selbst etwas zusammenbasteln, oder auf MIDIbox NG warten (Infos zu diesem Thema in ein paar Tagen...) Benoetigte Module: CORE mit PIC18F452 und 10 MHz Quarz, 4 x DINX4 (2 DINX4 fuer die Encoder - kaufe sie lieber bei Schuricht, dort sind sie billiger - 1 DINX4 fuer die Kurzhubtaster, und 1 DINX4 fuer die 8 Taster),1 x DOUTX4, 1 x MF Gruss, Thorsten.
  24. IIC chips are connected in parallel. The include file has to be inserted below "mios_tables.inc" Best Regards, Thorsten.
  25. IIC chips are connected in parallel. The include file has to be inserted below "mios_tables.inc" Best Regards, Thorsten.
×
×
  • Create New...