http://www.feuerwerk-forum.de/archive/index.php/t-24096-p-8.html
The problem is that it is a German program, so i cant read anything.Oh and by the way i am using my apc220 wireless do you think they would work with this program?
http://www.feuerwerk-forum.de/archive/index.php/t-24096-p-8.html
The problem is that it is a German program, so i cant read anything.Oh and by the way i am using my apc220 wireless do you think they would work with this program?
Ok guys i have discovered that these are Unicode. Is there a way to make the arduino read each one and switch on an led?
ÿÈFFF11FF11001 ÿÉFFF11FF10001
ÿÈFFF11FF11001 ÿÉFFF11FF10010
ÿÈFFF11FF11001 ÿÉFFF11FF10011B
ÿÈFFF11FF11001 ÿÉFFF11FF10100s
ÿÈFFF11FF11001 ÿÉFFF11FF10101-
ÿÈFFF11FF11001 ÿÉFFF11FF10110·
ÿÈFFF11FF11001 ÿÉFFF11FF10111é
ÿÈFFF11FF11001 ÿÉFFF11FF11000W
ÿÈFFF11FF11010ÿÉFFF11FF10001
ÿÈFFF11FF11010ÿÉFFF11FF10010
ÿÈFFF11FF11010ÿÉFFF11FF10011B
ÿÈFFF11FF11010ÿÉFFF11FF10100s
ÿÈFFF11FF11010ÿÉFFF11FF10101-
ÿÈFFF11FF11010ÿÉFFF11FF10110·
ÿÈFFF11FF11010ÿÉFFF11FF10111é
ÿÈFFF11FF11010ÿÉFFF11FF11000W
ÿÈFFF11FF11011ÍÿÉFFF11FF10001
ÿÈFFF11FF11011ÍÿÉFFF11FF10010
ÿÈFFF11FF11011ÍÿÉFFF11FF10011B
ÿÈFFF11FF11011ÍÿÉFFF11FF10100s
ÿÈFFF11FF11011ÍÿÉFFF11FF10101-
ÿÈFFF11FF11011ÍÿÉFFF11FF10110·
Those controllers use s form of MIDI to control all the attached gear. The packets sent include slave module numbers, and MIDI packets. The MIDI itself issues clock signals (at the rate of about 24 per second. I believe this is what you're seeing here.
If you give us the model of controller you're using, it's likely we'll be able to find the documentation for the EXACT details of what is being sent. Rather than trying to hack the protocol.
I am using an arduino mega 2560. pyro ignition control 1.4.5
The data is being sent at the exact moment that it is required to fire the cue.
If you download the code From here You'll find the libraries to use on arduino. If you look into them it should be quite straight forward to reverse engineer the details of the format being used.
Unfortunately I've got to go out now so haven't the time to delve deeper.
Thankyou very much i will look into it. Maybe il ask something tomorrow thanks!!!
Hi thankyou but i still cant figure it out, if you can help it would be great!!
character<<8;
character += single;
?
Can you please tell me how to make that code work?
Can you please tell me how to make that code work?
Without knowing what you (think you) are doing? No.