Jump to content

Marxon

Programmer
  • Posts

    474
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Marxon

  1. Hi all,

     

    I like to use a 40 segment led bargraph and connected it like a 8x5 matrix.
    To control it with one single CC, i use five events with different ranges.
     

    DOUT_MATRIX    n=10    rows=8    sr_dout_sel1=26    sr_dout_r1=25
    EVENT_LED_MATRIX    hw_id=149    type=CC    chn=1    cc=66    range=0:24        led_matrix_pattern=2
    EVENT_LED_MATRIX    hw_id=148    type=CC    chn=1    cc=66    range=25:50        led_matrix_pattern=2
    EVENT_LED_MATRIX    hw_id=147    type=CC    chn=1    cc=66    range=51:76        led_matrix_pattern=2
    EVENT_LED_MATRIX    hw_id=146    type=CC    chn=1    cc=66    range=77:102    led_matrix_pattern=2
    EVENT_LED_MATRIX    hw_id=145    type=CC    chn=1    cc=66    range=103:127    led_matrix_pattern=2   
    
    LED_MATRIX_PATTERN n=2  pos=0   pattern=0000000000000000
    LED_MATRIX_PATTERN n=2  pos=1   pattern=1000000000000000
    LED_MATRIX_PATTERN n=2  pos=2   pattern=1100000000000000
    LED_MATRIX_PATTERN n=2  pos=3   pattern=1110000000000000
    LED_MATRIX_PATTERN n=2  pos=4   pattern=1111000000000000
    LED_MATRIX_PATTERN n=2  pos=5   pattern=1111100000000000
    LED_MATRIX_PATTERN n=2  pos=6   pattern=1111110000000000
    LED_MATRIX_PATTERN n=2  pos=7   pattern=1111111000000000
    LED_MATRIX_PATTERN n=2  pos=M   pattern=1111111100000000
    LED_MATRIX_PATTERN n=2  pos=8   pattern=1111111110000000
    LED_MATRIX_PATTERN n=2  pos=9   pattern=1111111111000000
    LED_MATRIX_PATTERN n=2  pos=10  pattern=1111111111100000
    LED_MATRIX_PATTERN n=2  pos=11  pattern=1111111111110000
    LED_MATRIX_PATTERN n=2  pos=12  pattern=1111111111111000
    LED_MATRIX_PATTERN n=2  pos=13  pattern=1111111111111100
    LED_MATRIX_PATTERN n=2  pos=14  pattern=1111111111111110
    LED_MATRIX_PATTERN n=2  pos=15  pattern=1111111111111111

      
    I know it is not possible to spread 40 leds perfectly over a range from 0 to 127.
    But somehow the led distribution is very uneven.
    Here is a diagramm to show what happens.

    post-4098-0-53091300-1426913613_thumb.jp

    Does somebody know where the problem

    is or what i´m doing wrong?

     

    Thanks for your help!

     

     

    Best regards

    Marxon

     

  2. I bought it from eBay. Just search "2 in 1 wire cutter".

    I can confirm what kpete said, small wires with solid copper sometimes break off.

    If this happens, unhook one of the two "return springs" and try if it works better.

    Best regards

    Marxon

    • Like 1
  3. Hi Midiboxers,

    I want to show you a very useful tool.
    A wire cutter with built-in wire stripper.
    It works really good. I don't know how I could have lived without it before :smile:
    Here is a small video:

    Best regards
    Marxon

  4. Hi,

     

    I have a suggestion for the SID Testtone application:

    How about modifying the application, so that it not just generates a simple sine tone 

    but plays a whole sequence with changing oscillators and filters?

    This would be a fast and easy way to test whether a SID chip is completely working or not.

     

    Best regards

    Marxon

  5. Sorry there is no possibility.

    It was discussed in past:

     

    The STM32F401 is very limited, most major applications (such as MBNG, MBSEQ) wouldn't fit into the small flash memory.

     

    However, before you throw it away, you could send it to me so that I can provide (and test) a MIOS32 variant for this chip for the case that somebody want's to use it for less complex applications like MIDIO128

     

    Best Regards, Thorsten.

     

    Where did you ordered your board?

    Can you send a link?

  6. You dont need to install a driver.

    The driver you downloaded is the GM5 driver and in the description is also written that the STM is not supported . You can use it as alternative to the legacy ("onboard") driver for other cores.

    After you connect the Core Module, wait until your operating system has found the interface,

    the driver will be installed automatically.

    Look in your device manager if some new hardware (usb audio device) is detected. 

    If nothing happens then there is something wrong. 

  7. The main problem was that my AINSER board did not worked properly. 

    I got only random values... Then I noticed that the uc-link and digital-power LEDs remains on
    if the core gets disconnected.
    To be sure that not maybe the board causes this issue I put the MCP on my experimentation board,
    connected Vref to 5V and the issue was still there.
  8. Hi Pete,

    thank you for your help!

    Great news:

    When digging through my IC-box, I fortunately found another MCP3208.

    With this one i meassure no voltage on pin 20 and my AINSER board is working again :smile:

    So the old MCP3208 must be faulty. 

     

    Best regards

    Marxon

  9. UPDATE

     
    Sometimes strange things happen:
    After doing some other work on the Midibox without changing anything relevant 
    the problem has gone.  :smile: 
    Nevertheless thank you all for your help.
    Have a nice weekend. 
     
     
    Best regards
    Marxon
  10. I would very much doubt that the double assigning of IDs plays a role if it works three times..

    Yes a messed up wiring would also affect the other LEDs.

     

    How difficult would it be to swap your displays. E.g. swap display 3 & 4 and see if it is still display 4 which makes the trouble? Just to try to narrow down the problem. 

    I allready swaped the output connections of the sr_dout_sel shift register.

    It turns out that only LED_MATRIX:1 has this strange behavoir.

×
×
  • Create New...