Results 1 to 3 of 3
Art-Net technical question is being discussed in the ControlBooth Lighting and Electrics forum; I am in the process of creating a Art-Net node that will capture packets over wifi and convert them to ...

  1. #1


    Join Date
    Aug 2012
    Location
    Dallas, TX
    Occupation
    Pro
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Art-Net technical question

    I am in the process of creating a Art-Net node that will capture packets over wifi and convert them to PWM. I am having problems receiving the packets in a timely manner and i was hoping someone with more experience with the nuts and bolts of art-net might be able to offer insight. I receive the udp stream ok but there is a 500-5000 millisecond delay between making changes on the console and the test LEDs im using responding. I am streaming the data over SPI interface at 230400mbps and i have a 8 bit 16mHz microprocessor parsing the signal and generating the analogue output which seems like plenty of processing head room to parse a 576 byte packet of which only 530 bytes seem to be the Art-Net packet. Also i ran a packet sniffer and the UDP transmission seems to be fine from the console. I can't figure out why i seem to be receiving the signal with such a dely. If anyone has any notion of where i should look to solve the problem that would be helpful and i can get into more details on hardware if so.

  2. #2
    cpf
    cpf is offline


    Join Date
    Aug 2010
    Location
    I miss Alberta
    Occupation
    Volunteer
    Posts
    965
    Thanks
    13
    Thanked 45 Times in 44 Posts

    Default

    What actual hardware/software is this running on? What kid of Ethernet stack, etc...

    Also, 225gbit connection? Give the folks at Global Crossing a call, they've got a work for you.
    cat /dev/urandom > /dev/tty.dmx-out

  3. #3


    Join Date
    Aug 2012
    Location
    Dallas, TX
    Occupation
    Pro
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thread Starter

    Default Re: Art-Net technical question

    sorry
    230400bps over the UART, 24Mbps over WiFi
    to get specific i am using arduino uno platform, Amtel atmega328-p, with a WiFly RN-131C receiving the UDP packets via 802.11g/b from a regular old d-link router. I just kind of mashed some messy c code together to get it working. I know the packets send fine over the network because dimmer racks and media servers seem to work fine. One note, i was using Eos offline (didn't feel like unpacking the ion) to simulate the console but just for giggles i downloaded Chamsys's offline software and i seem to be getting the test leds to dim appropriately. One major difference between the two is etc sends what looks like an all on pulse every so often to keep you from using it without having paid for it. I assume that there must be a problem with just scaning the broadcast address from the ion? Currently i am just looking for art-net packets from anyone who broadcasts them over port 6454 on the DHCP provided ip.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •