Jump to content

bankstick gets hot...


Recommended Posts

Guest didifeed
Posted

hi there!

i just connected the bankstick but it's getting very hot. also the 7805. if i disconnect everything works fine. i thought it has to be a short but when checking the board i found nothing like this.

any ideas?

thx

greez

Posted

The interconnection to the Bankstick must be faulty. Definetely some short. You´ve kinda sure burnt the 24LC. If you connect ICs, always check the voltages in the adapter first...

Greetz

Guest didifeed
Posted

hm...i don't understand it... bcause i checked it and didn't find anything. there are not much connections which belong to the bankstick?!

do you think if the 24lc is damaged it gets hot also if the connections are good? i notified that i have the bridge connected at the wrong pin of the pic but i fixed this. and it doesn't work.

Posted

Normally not, but can be...

just put in your connector without the LC and if all is fine (including *all* the voltages), then put in a new 24LC.

Greetz.

Guest didifeed
Posted

hm.... thx but i don't really know what to measure... i can only check the current between vs and vc which must be 5v and it is. on the other pins i can't measure bcause it seems that its a very fast toggling current.

Guest didifeed
Posted

fucking bankstick.... i hate it. the connection seems to be ok.... i thought i had connected it the right way but it seems that i had swapped it 180 degrees.

but now comes the real trouble. on sending a request for the bankstick data i get back some things. but only a few blocks. and after sending a bankchange request it seems that the whole box hangs up. no pot works when the bankstick is connected.

aaaaaargh....i can't imagine any solution for this shit...

greez

Guest didifeed
Posted

wohooooooo

works now ... i think i had to format the stick... and now it works... but the special function to change the bank don't work on the buttons ...

could perhaps anyone explain what the function in-/decrement bankstick with/without overflow means?

thx

Posted

Hi,

but the special function to change the bank don't work on the buttons

could you please explain why you are assuming that it doesn't work? You wrote that you haven't connected a display, so maybe you just have misinterpreted the behaviour? Note that this SFB function has to be assigned to the same button(s) in every bank, otherwise you won't be able to switch back or to another bank once a bank without this SFB has been selected.

Best Regards, Thorsten.

Guest didifeed
Posted

eeeerrrr.... i built a general file from which i make the different setups. in this file are 8 buttons defined for the bankchange event (FF 02 00 to FF 02 07).

i uploaded two files with different pot setups (sending on different channels). if i change the bank via sending a sysex string it works. but not with the buttons.

Guest didifeed
Posted

hm....i will try and try ... somewhen it will work hehe

in worst case i could send a sysex string via a meta event couldn't i?

thx man!!!!!

Posted

You could also program a Meta event which just switches the bank directly, e.g.:

        movf    MIDI_EVNT_VALUE, W
        bz      MB64_META_10_ButtonDepressed
        decf    MIDI_EVNT_VALUE, W
        call    MB64_BANK_Change
MB64_META_10_ButtonDepressed
        return

switches to the bank which is specified in the 3rd byte of the button event (01-7F)

Best Regards, Thorsten.

Guest didifeed
Posted

thx

but this strange thing doesn't work at all. when i change the bank via F0 00 00 7E 43 08 0n F7 it works fine. but not with special function or meta event... but the buttons are working with controller messages. so it's no hardware fault i think....

many thx anyways for help!

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...
×
×
  • Create New...