Code Monkey home page Code Monkey logo

mtduedmx's People

Contributors

mtongnz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mtduedmx's Issues

Arduino Shield Interest

If you're interested in the Arduino Due shield I'm designing, leave a comment here. It should be available towards the end of this year.

DMX output not working on my DUE

Hello,
Thank you for your answer.
Here is my code and explanations:

//Mycode with Due and your library
#include <mtDueDMX.h>
uint8_t dmxData[512];
uint8_t dmxDirPin = 7; // Pin 7 on DUE

void setup()
{
mtDueDMX[0]->begin(DMX_TX, dmxData, dmxDirPin);
mtDueDMX[0]->startOutput();
dmxData[4] = 255; // set PAR master brightness to max
dmxData[5] = 255; // set PAR RED to max
}

-The Grove – DMX512 is a adapter from Grove interface to DMX512 interface (industry standard EIA-485 interface. The module is based on SN75176 chip which can balance transmission lines and meet ANSI Standard EIA-485 interface

-Test is done on a small PAR LED RGBW (… 4=Power,5=Red,6=Green,7=Blue…)

With this very small DUE sample of code, we can see that a message is read by the PAR LED (very small led in the back is blinking) but not any light is showing up. I tested many other examples, in loops with many color, on other output pins, but nothing is coming.

-For comparison, here is a code working perfectly well with Arduino Uno and same hardware:

#include <DmxSimple.h>

void setup() {
DmxSimple.maxChannel(100);
DmxSimple.usePin(3); // Pin 3 on UNO
DmxSimple.write(4, 255); // set PAR master brightness to max
DmxSimple.write(5, 255); // set PAR RED to max
}
RED is showing up on PAR

Do you have any idea of what I can check more?
Best regards.
Philippe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.