This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVM6500 control via Matlab

Hi everybody,

for those of you who are interested in controlling the EVM6500 via Matlab have a look at https://github.com/deichrenner/DMDConnect

In that repository you will find a collection of Matlab scripts, which will enable you to upload and display images to the DMD. The code basis will be improved step by step and more features will be added. 

Best regards

Klaus

  • This is great, Klaus!

    I'm sure your hard work and dedication will help a lot of people!

    Thanks!
    Trevor
  • Hi Klaus,

    first of all thank you for sharing your the code, it's a life saver.

    I saw that in the DMDConnect function you're calling an address and a port. How did you get those parameters? Are they standard or do I have to change them for my device?

    Thanks for your help,

    Mirco

  • Hi Mirco,

    I am glad, that the code is helpful. Sorry for the confusion, the gui part is highly customized and has many features which will only be useful for our special application. As for now, the gui part is only intended to be some kind of template for your further development. The IP and port information is used later on for one of our control servers to handle the displaying of images on the dmd.


    I should have commented on that in the code...

    Thanks again for asking.

    Best

    Klaus