Author Topic: Lynx USB Dongle Assembled!  (Read 4301 times)

Offline Steve Gase

  • Sr. Member
  • ****
  • Posts: 2915
    • WinterLightShow in Georgetown, TX
Re: Lynx USB Dongle Assembled!
« Reply #15 on: January 19, 2012, »
thanks for the explanation.
You are not allowed to view links. Register or Login  |  110K channels, 50K lights  |  Nutcracker, Falcon, DLA, HolidayCoro

Offline Mimir

  • Sr. Member
  • ****
  • Posts: 157
Re: Lynx USB Dongle Assembled!
« Reply #16 on: January 19, 2012, »
That explanation is perfect. For me the reason I started messing with them is because you can buy the development system at radio Shack for $40. Easy to load the programs, a whole bunch of example code and libraries freely available, etc.

John

Offline Mimir

  • Sr. Member
  • ****
  • Posts: 157
Re: Lynx USB Dongle Assembled!
« Reply #17 on: January 19, 2012, »
I have vixen controlling my G35 RGB lights!

Offline chrisatpsu

  • Sr. Member
  • ****
  • Posts: 3729
  • ahhh, yes... my new blink-i-nator 3000!!!
Re: Lynx USB Dongle Assembled!
« Reply #18 on: January 20, 2012, »
You are not allowed to view links. Register or Login
To rule the entire tri-state area!  What's that? Perry the Platypus!!!

Offline NavyGator

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 638
Re: Lynx USB Dongle Assembled!
« Reply #19 on: January 22, 2012, »
You are not allowed to view links. Register or Login
I already have the addiction.  I have been playing with an arduino and some GE35 lights I got on sale a Lowes after Christmas.  I found out that my brother in Texas and his best friend have been doing this for a long time. 

The manual is fantastic.  Very easy to follow and the pictures really help.  The only part that you might look at is that when I printed the manual out, the pictures and the directions were not always on the same page, so I had to flip back and fourth some.

I added a Word document to the assembly manual that can be downloaded and has a better format to use if printed out. Thanks for the feedback.

Rich

Offline mkozik1

  • Sr. Member
  • ****
  • Posts: 326
  • Monroe, GA 30655
Re: Lynx USB Dongle Assembled!
« Reply #20 on: January 22, 2012, »
You are not allowed to view links. Register or Login

I'm by no means an arduino expert, but have built a couple and used them in projects.  In short, Arduinos will do nothing that the PICs can't do (from what I can tell as a noobie) for the dmx/lighting thing.  Arduino is an open source series of boards based upon an Amtel ATseries chip.  They have standards for the pinouts with set spacing so that you can plug daughter cards (called shields) onto them.  Otherwise, they are simply a micro controller.  Their popularity seems to come from the open hardware specs, the ease of customizing the controller by stacking shields on top, a robust open source library for programming, and a relatively inexpensive prototyping environment.

So Randy,

One of the things that I am in need of is the ability to trigger a form C relay to trigger certain items mostly for my Halloween setup.  You mention "for the dmx/lighting thing" so you can configure this board to work in a universe then?  So I can trigger this along with the other items I have in my LOR sequence?
- Mark

Offline Mimir

  • Sr. Member
  • ****
  • Posts: 157
Re: Lynx USB Dongle Assembled!
« Reply #21 on: January 23, 2012, »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login

I'm by no means an arduino expert, but have built a couple and used them in projects.  In short, Arduinos will do nothing that the PICs can't do (from what I can tell as a noobie) for the dmx/lighting thing.  Arduino is an open source series of boards based upon an Amtel ATseries chip.  They have standards for the pinouts with set spacing so that you can plug daughter cards (called shields) onto them.  Otherwise, they are simply a micro controller.  Their popularity seems to come from the open hardware specs, the ease of customizing the controller by stacking shields on top, a robust open source library for programming, and a relatively inexpensive prototyping environment.

So Randy,

One of the things that I am in need of is the ability to trigger a form C relay to trigger certain items mostly for my Halloween setup.  You mention "for the dmx/lighting thing" so you can configure this board to work in a universe then?  So I can trigger this along with the other items I have in my LOR sequence?

I have my arduino currently programmed to listen to DMX and is controlling 216 channels on my LED's.  So yes, you can program them to be DMX.  The code for the DMX part is available on the web.  I did have to add a 485 chip to convert the rs-485 DMX signal to digital serial input, but this is not hard.

The main reason I went with this instead of a PIC is that I was able to go to my local Radio Shack and buy one. I am still looking for an equivalent PIC setup that doesn't cost a bunch.

Offline RJ

  • Administrator
  • Sr. Member
  • *****
  • Posts: 8519
Re: Lynx USB Dongle Assembled!
« Reply #22 on: January 23, 2012, »
Lets keep the thread on topic.

RJ
Innovation beats imitation - and it's more satisfying

Offline mkozik1

  • Sr. Member
  • ****
  • Posts: 326
  • Monroe, GA 30655
Re: Lynx USB Dongle Assembled!
« Reply #23 on: January 23, 2012, »
Sorry RJ  <fp.

Thanks Mimir - I'll PM you as I am very interested in this!
- Mark