Author Topic: Cheapest way for wireless DMX control of a 3 ch (1 RGB channel) portable item?  (Read 4235 times)

Offline taybrynn

  • Sr. Member
  • ****
  • Posts: 2042
    • RockinChristmas
I've got a project going where I'm going to run a small number of RGB modules using a portable display item ... power by an onboard 12v LiON DC power pack. 

Thus far, its been working using a cheap 3ch RGB controller (located inside the portable display item) which I can then control using a wireless remote control.  This is cool, but I'd really like to be able to have the computer control these items and have them be "instantly in the show" when powered up and worn by my kids.

My question is: how would I take this to the next level and actually have DMX (?) control over these portable display items, using wireless DMX and some simple controller capable of controlling 1 (or more) RGB modules ?

I really just need to control each item as a single channel, but ideally as an RGB (3 channel) item.  A bonus would be the ability to control every module in the item, but thats not a requirement.

Any ideas / thoughts?  Am I missing something really obvious, because it seems like there is already something that could do this ... but ideally it would be done cheaply.
Scott - Castle Rock, Colorado   [ 2 homes, 100% RGB in 2016; since 2008; over 32k channels of E1.31 ]
You are not allowed to view links. Register or Login

Offline chrisatpsu

  • Sr. Member
  • ****
  • Posts: 3729
  • ahhh, yes... my new blink-i-nator 3000!!!
Lynx wireless txrx... one in transmit mode near the dongle and one in rx mode near your 3channel controller
To rule the entire tri-state area!  What's that? Perry the Platypus!!!

Offline taybrynn

  • Sr. Member
  • ****
  • Posts: 2042
    • RockinChristmas
Good idea and thanks!  :o

After doing some research (on other options) ... I think that is the most economical way to do this.

Especially since I will probably already have a lynx tx/rx out there in tx mode ...

That would leave me with just a tx/rx (per mobile display item) and put them in rx mode and pair them each
with a simple $8 3ch DMX controller.

Since I will only have a 12v LiON battery pack,  I need a way to power the 6v to the tx/rx as well.

Seems like I could go with a cheapo 6v battery pack like this?  Any idea how long 4 batteries would run the tx/rx ?
You are not allowed to view links. Register or Login

There are also some rechargeable NiMH 6v batteries, mianly for RC and phones ... that might work.
« Last Edit: May 24, 2011, by taybrynn »
Scott - Castle Rock, Colorado   [ 2 homes, 100% RGB in 2016; since 2008; over 32k channels of E1.31 ]
You are not allowed to view links. Register or Login

Offline bcstuff

  • Sr. Member
  • ****
  • Posts: 424
  • Cape Coral, FL 33991
I just curious why you would need to use 2 TX/RX?

Could you not use the TX/RX  you were planning to use in your display and then use a modified EX/RX as the receiver?

You are not allowed to view links. Register or Login

Also, could you leave off the LEDs as people had mentioned modding for the wireless SSR4 DMX to reduce power draw?

Just some thoughts...

Brian
-Brian
-------------
2017 - Complete makeover, let's just say it's gonna be a few pixels.

2016 - Grad School Stinks :(
2015 - 16' Megatree, 8' MidiTrees, 8' MegaWreath, 6' Snowflake Spinners, Zwilluminariesâ„¢

Our Display Videos: You are not allowed to view links. Register or Login

Offline chrisatpsu

  • Sr. Member
  • ****
  • Posts: 3729
  • ahhh, yes... my new blink-i-nator 3000!!!
because he's powering a 3 channel dmx controller that runs on dc. the ssr4 would require a child to be hooked up to 120v AC.  may not be a good idea.
To rule the entire tri-state area!  What's that? Perry the Platypus!!!

Offline rrowan

  • Administrator
  • Sr. Member
  • *****
  • Posts: 5899
  • 08096
The LE/RX won't work because the 3 channel dmx  controller is a sealed unit and it has no access to modified it like the SSR-4, MR-16, etc

Cheers

Rick R.
Light Animation Hobby - Having fun and Learning at the same time. (21st member of DLA)
You are not allowed to view links. Register or Login
Warning SOME assembly required

Offline taybrynn

  • Sr. Member
  • ****
  • Posts: 2042
    • RockinChristmas
Thanks all.  Great advice as usual.

I think I'll go with the Lynx tx/rx solution.

Just wish I had bought a couple more tx/rx kits in COOP !!!  <fp.
Scott - Castle Rock, Colorado   [ 2 homes, 100% RGB in 2016; since 2008; over 32k channels of E1.31 ]
You are not allowed to view links. Register or Login

Offline bcstuff

  • Sr. Member
  • ****
  • Posts: 424
  • Cape Coral, FL 33991
Ok let me start with the statement: My understanding of electronics is limited...
I would like to better understand and maybe help taybrynn in the process.

Firs, by no means was I suggesting to use the ssr4 with AC 120 volts. It was only an example where LEDs were removed in an application to reduce power draw.

Ok now the Ex/RX when modified has 3 wires connecting it to something else (i.e. MR16, SSR4).

A voltage wire (6 volts I believe)
A ground wire
and connection to the where the RS485 chip socket (which is removed) pin 1 which is the Reciever Output.

Is this not DMX data across this one line?
 
Could you not feed this into the input side of the sealed 3 channel controller

I may not have a grasp of how things work, and don't mean to seem like I am hijacking taybrynn's thread, but just curious and trying to understand.

Brian
-Brian
-------------
2017 - Complete makeover, let's just say it's gonna be a few pixels.

2016 - Grad School Stinks :(
2015 - 16' Megatree, 8' MidiTrees, 8' MegaWreath, 6' Snowflake Spinners, Zwilluminariesâ„¢

Our Display Videos: You are not allowed to view links. Register or Login

Offline n1ist

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 760
  • 02148
DMX uses an electrical standard called RS485.  This uses two wires, where the voltage difference between the two wires signals a "0" or "1" (there's also a ground to for shielding and to keep common-mode voltages reasonable, but that's not part of the signalling).  This is what gets sent over the CAT5/RJ45 cables, or XLR for commercial DMX, and is what the TX/RX outputs.

Inside devices that listen to DMX, there's a chip (MAX485, SN75176, or similar) that converts this differential signalling to a logic level (one wire, 0 and 3V (or so) for "0" and "1") that the PIC or other processor wants.

The EX/RX skips the differential RS485 step, and outputs the logic level signal directly.  It's to simplify things and reduce cost; no need to take logic level, convert to differential, and back to logic level to go the few inches from EX/RX to DMX device.

Since your modules are sealed, and are expecting differential DMX, you can't use the EX/RX without adding the other parts to make it a TX/RX.

/mike

Offline bcstuff

  • Sr. Member
  • ****
  • Posts: 424
  • Cape Coral, FL 33991
Ahh, Thanks for the clarification mike.

Makes sense now.

Brian
-Brian
-------------
2017 - Complete makeover, let's just say it's gonna be a few pixels.

2016 - Grad School Stinks :(
2015 - 16' Megatree, 8' MidiTrees, 8' MegaWreath, 6' Snowflake Spinners, Zwilluminariesâ„¢

Our Display Videos: You are not allowed to view links. Register or Login

Offline chrisatpsu

  • Sr. Member
  • ****
  • Posts: 3729
  • ahhh, yes... my new blink-i-nator 3000!!!
in theory it should work, but when connecting it to non lynx hardware, it hasnt been proven, and might not work.  for example, the led's needed to be removed to work with a ssr4 for when the transformer is maxed out.  as far as somone else's equipment, the transformer might be at the max for running a controller. taxing it with more mA requirements might make it just not work. as a better chance for success, the tx rx in receive mode (RX) would be a good choice for trying to get existing hardware to work. I don't atk people's views on here, so please don't take it as that. I was just giving an example of what the OP could use as a easy work around into his current design. I don't believe my examples are the only way, and I really do welcome other's ideas, as I would also learn from it.  Also by opening his 3 channel controller, it might void any warranty he might still have on it.
To rule the entire tri-state area!  What's that? Perry the Platypus!!!

Offline rm357

  • Sr. Member
  • ****
  • Posts: 1282
  • 31088
I'm just thinking out loud...

I've been wondering if the the firmware for the LE RX or TX/RX could be reprogrammed to output the 512 DMX channel stream as pixel-data and fed directly into the end of a smart string...  Theoretically you could control 170 nodes, but that would require power injection to keep from overloading the wiring.


RM
Robert
Warner Robins, Georgia, USA

Offline taybrynn

  • Sr. Member
  • ****
  • Posts: 2042
    • RockinChristmas
I will try this out and let you know if it works.  For now I need to build the second tx/rx ...
Scott - Castle Rock, Colorado   [ 2 homes, 100% RGB in 2016; since 2008; over 32k channels of E1.31 ]
You are not allowed to view links. Register or Login