Page 1 of 1

Z-Uno master DMX512 with MAX485

Posted: 06 Feb 2022 16:09
by ericSV
Hello,

Which library or code to use to configure a z-uno as a DMX512 master with a MAX485 card?

Re: Z-Uno master DMX512 with MAX485

Posted: 08 Feb 2022 21:10
by ericSV
Hello,

When I try to use the library "SimpleDMX" I've this error message :

C:\Users\Eric\OneDrive\Documents\ArduinoData\packages\Z-Uno2\hardware\zw_cm4f\3.0.7\cores\LLCore\LLCore.c:29:18: note: #pragma message: ZUNO_ASSEMBLY_TYPE == ZUNO_UNO
#pragma message "ZUNO_ASSEMBLY_TYPE == ZUNO_UNO"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\Eric\OneDrive\Documents\ArduinoData\packages\Z-Uno2\hardware\zw_cm4f\3.0.7\cores\LLCore\LLCore.c:255:17: note: #pragma message: ZUNO_PIN_V==6
#pragma message "ZUNO_PIN_V==6"
^~~~~~~~~~~~~~~

C:\Users\Eric\Documents\ARDUINO\sketch_feb08a\DmxSimple.cpp:7:10: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^~~~~~~~~~
compilation terminated.

exit status 10
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\arduino-builder a retourné 10
Erreur de compilation pour la carte Z-Wave>ME Z-Uno2

Is it possible to adapte the "SimpleDMX" for the Z-UNO ?

Re: Z-Uno master DMX512 with MAX485

Posted: 09 Feb 2022 02:42
by PoltoS
This library requires adaptation for Z-Uno

Re: Z-Uno master DMX512 with MAX485

Posted: 12 Mar 2022 12:30
by ericSV
Is there a library compatible with the Z-UNO to communicate in master DMX512 with the MAX485 card ?