Peter Newman

Results 814 comments of Peter Newman

@StefanKrupop I think it would be great to get your example merged . I'm happy to work on it and perhaps switch the sensors to the onboard temperature and voltage...

> The wiring looks like so: [Wiring](https://i.stack.imgur.com/qiYdS.png) That looks about right, although I haven't checked the datasheets etc... > What happens is when I try to discover all my RDM...

That looks about right @zorarkdouble8 . You could try an `ola_rdm_set -u 1 --uid ffff:ffffffff identify_device 1` which should identify ALL devices so it should work even if you've got...

Hi @jabadabado , Setting the 3 to a 4 here will change the number of channels it says it needs via RDM: https://github.com/mathertel/DmxSerial2/blob/f4722dfc8b32265d36ad64603a34f520245a6465/examples/RDMSerialRecv/RDMSerialRecv.ino#L66 From a PWM output point of view,...

@midikidi has apparently done it already, see some of the discussion in https://github.com/mathertel/DmxSerial2/issues/29 . I suspect it could be fixed with https://www.deviceplus.com/arduino/arduino-preprocessor-directives-tutorial/ or similar. Have you tried setting this: https://github.com/mathertel/DmxSerial2/blob/853782165054acb0b4e17b045c35b05818a8742c/src/DMXSerial2.cpp#L49-L53...

@midikidi my comments in https://github.com/mathertel/DmxSerial2/issues/29#issuecomment-814944905 still stand. If you put that code in a repo somewhere (ideally a fork of this repo) I'm happy to review and comment on the...

> This is the last remaining Compiler warning in DMXSerial itself. The warnings from EEPROM.h have been fixed in ArduinoCors-Avr/Libraries/EEPROM.h but not yet released! Have you got a link to...

Hi @Kevitto , If I understand correctly, you're essentially trying to build one of these?: http://www.farnell.com/datasheets/1655633.pdf So having the DMXSimple code present, but not calling DMXSimple.write() doesn't break it for...

> Yes, I was able to fix the code so DMX out throws to DMX address 1 regardless of RDM address and only to the pre-programmed size of the personality...

Awesome thanks @Kevitto . You didn't clarify what you meant by this though: > I'm wondering how to remove all the unused options in the RDM menu of the device,...