Pretty slick!
Haven't had time to do much more than this tonite, but here's what RenBuss basics look like when they're plugged together... Assembly time was about a half-hour...
![]()
![]()
http://digwdf.org/store/
Even though the DIGWDF Store has been closed for two years, it's still awesome!
User guides, documentation and other files are still free and available for downloading.
Pretty slick!
DIYC Links:
[URL="http://doityourselfchristmas.com/wiki/index.php"]Christmas Wiki[/URL] | [URL="http://doityourselfchristmas.com/forums/addonchat.php"]Chat[/URL]
Ricky, Jrd
"With great power comes great electricity bill." - Unknown Electricity Consumer
"Your significance in life is not what you do, but how and why you do something." - Unknown Minister
[COLOR="SeaGreen"]2012
City float for Parade of Lights with:
Fm-02 + Wall Wart Tamer
2 Ren4Flood + DIYCFlood + Ren-W in 500 Watt enclosure
2 Simple Renard 32
15 SSROZ
2 24 Channel RBW LED Ropelight Midi Trees out of artificial Christmas trees.
<a href="#" onclick="return(showhide(this));">Click here to show/hide my past display details ...</a>
<script language="javascript">function showhide(anc){ //
// traverse forward from anchor to find hidable div:
for(; ; ){ if(!anc.nextSibling) break; if(anc.nextSibling.nodeName == "DIV") break; anc = anc.nextSibling; }//
var Y='block', N='none', det=anc.nextSibling; //
//fall-back plan: use named div:
if (!det) det=document.getElementById('details'); //
//toggle visibility:
det.style.display=(det.style.display!=N)?N:Y; //
//prevent page refresh:
return false;}</script><div id="details" style="display:none;">2011
Renard 24 v3.3 100%
FM-02 with antenna 100%
16' 8 channel Multi-color + Clear Megatree 100%</div>[/COLOR]
[I][SIZE=2]"Beam me up Scotty, there are only limited pockets of intelligent life on this planet!!"[/SIZE][/I]
Communicating humor in a text only medium is an art form subject to imprecise interpretation by the audience...
DIYC Links:
[URL="http://doityourselfchristmas.com/wiki/index.php"]Christmas Wiki[/URL] | [URL="http://doityourselfchristmas.com/forums/addonchat.php"]Chat[/URL]
Ricky, Jrd
"With great power comes great electricity bill." - Unknown Electricity Consumer
"Your significance in life is not what you do, but how and why you do something." - Unknown Minister
[COLOR="SeaGreen"]2012
City float for Parade of Lights with:
Fm-02 + Wall Wart Tamer
2 Ren4Flood + DIYCFlood + Ren-W in 500 Watt enclosure
2 Simple Renard 32
15 SSROZ
2 24 Channel RBW LED Ropelight Midi Trees out of artificial Christmas trees.
<a href="#" onclick="return(showhide(this));">Click here to show/hide my past display details ...</a>
<script language="javascript">function showhide(anc){ //
// traverse forward from anchor to find hidable div:
for(; ; ){ if(!anc.nextSibling) break; if(anc.nextSibling.nodeName == "DIV") break; anc = anc.nextSibling; }//
var Y='block', N='none', det=anc.nextSibling; //
//fall-back plan: use named div:
if (!det) det=document.getElementById('details'); //
//toggle visibility:
det.style.display=(det.style.display!=N)?N:Y; //
//prevent page refresh:
return false;}</script><div id="details" style="display:none;">2011
Renard 24 v3.3 100%
FM-02 with antenna 100%
16' 8 channel Multi-color + Clear Megatree 100%</div>[/COLOR]
Nice and compact,,, looks neat..
Very interesting Sir.
I like the size. Can we see it with all 4 boards mounted together?
tweist
736 Channels
65+ Wireless Ren controllers
[COLOR="#0000FF"](2013) 25+ houses[/COLOR]
(2012) 20 houses total
(2011) 13 houses total
2012 video
[url]https://www.youtube.com/watch?v=_KVM_EPKYMM[/url]
Yes and no... here are two of the prototype configurations, I suppose you could call them the RenBuss "stack." The prototype RJ45 board does not have a third row of holes for the additional row of header pins to mount on the bottom, which then plugs into the SSR. I've also encounted a vertical space problem in that the fuse with cover on the bottom SSR board is taller than I bargained for and it would require relocation to allow all four to stack together.
That said, 3 of the 4 is likely the most common configuration and it's amazingly snug. Including the XBee's whip antenna it stands 2-1/2" tall. Four boards together would add another 1/2" to the height and while it might work, I'm thinking that it might be too tall to be very stable and still maintain solid interconnections through all four boards...
But, that's why we make prototypes! To find out what might work and what might not... Anyway, here's what I have so far. I'm currently working on the driver board, which has been tested to work successfully with up to 150 feet of wire. I'm toying with exactly how I'll provide a ZC signal so that dimming can work acceptably. So instead of providing 5vdc power on the bus, I'm experimenting with providing 5-6 vac on the bus instead. At that low voltage level it doesn't present a shock hazard (personally tested the old fashioned way by touching the wires!) and putting an H11AA1, a small bridge rectifier and capacitor on each controller may be necessary. I could also replace the H11AA1 with a transistor and a couple resistors and the rectifier chip with a row of diodes... so I'm experimenting both ways. Going the chip way would obviously be easier to construct and would only add $1 to the overall cost, so that's probably what I'll do. I think there's enough room on the controller board to fit both in... but the capacitor... hmmmm...
Last edited by dirknerkle; 09-17-2012 at 12:50 PM. Reason: typos
![]()
http://digwdf.org/store/
Even though the DIGWDF Store has been closed for two years, it's still awesome!
User guides, documentation and other files are still free and available for downloading.
Hi Dirk, is it too early to ask about dimming with the 683 chip?
Brian
2009 - 48 channel MegaTree 4800 lights
plus 3200 lights static display.
2010 - 6 Snowflakes on heavy equipment stored in front yard :-(
2011 - 72 channel Megatree 7520 lights,
120 channel total about 10k lights total
Hi, Brian.
I haven't had a lot of time to play with the 675's code to do anything at all with dimming. The 683 has pwm built-in so you can use it if you like, but that's not essential -- it all depends on how the code is written. The 675 can do pwm as well and it would work fine for DC-powered LEDs. To dim A/C powered lights as well, the chip has to be aware of the zero cross timing, and pin 4 is already set up as an input pin in the 675 code (if memory serves me right). So it could be used to read a ZC pulse.
A bigger issue is that there's no circuitry on the 675 controller to generate a ZC since it's line-powered by DC current from an LSD or similar high-output DC power source. In fact, the 675 controller doesn't even touch A/C current at all, so to read it, the controller would require a redesign to do that. It could possibly get it from a custom-designed A/C SSR (that was designed to generate a ZC signal) via a feedback pin as there are 3 unused pins on the 675's output RJ45 jack. But then the 675 controller would no longer be compatible with all SSRs like it is now.
Conundrums....
![]()
http://digwdf.org/store/
Even though the DIGWDF Store has been closed for two years, it's still awesome!
User guides, documentation and other files are still free and available for downloading.
It would be if jumpers were used. You would also have the option to not install the extra parts. The code could also be written with Define statements that could be commented out. It could also be written to use ZC if it’s there or to ignore it if it’s not.
I don’t have a suggestion for the time part though. Unless there is a way to clone you but I don’t think the world is ready for that yet.
It would be if jumpers were used. You would also have the option to not install the extra parts. The code could also be written with Define statements that could be commented out. It could also be written to use ZC if it’s there or to ignore it if it’s not.
I don’t have a suggestion for the time part though. Unless there is a way to clone you but I don’t think the world is ready for that yet.![]()
[I]A mediocre person tells. A good person explains. A superior person demonstrates. A great person inspires others to see for themselves.[/I]
<a href="#" onclick="return(showhide(this));">Click here to show/hide my display details ...</a>
<script language="javascript">function showhide(anc){ for(; ; ){ if(!anc.nextSibling) break; if(anc.nextSibling.nodeName == "DIV") break; anc = anc.nextSibling; }//<br />
var Y='block', N='none', det=anc.nextSibling; //<br />
if (!det) det=document.getElementById('details'); det.style.display=(det.style.display!=N)?N:Y; return false;}</script><div id="details" style="display:none;"><br /><img src="http://www.vixenlights.com/sig/sig_h.php/128/All.gif" border="0" alt="" /></div><a href="#" onclick="return(showhide(this));">Click here to show/hide DIYC Links ...</a>
<script language="javascript">function showhide(anc){ for(; ; ){ if(!anc.nextSibling) break; if(anc.nextSibling.nodeName == "DIV") break; anc = anc.nextSibling; }//<br />
var Y='block', N='none', det=anc.nextSibling; //<br />
if (!det) det=document.getElementById('details'); det.style.display=(det.style.display!=N)?N:Y; return false;}</script><div id="details" style="display:none;"><br /><b>Chat link</b> - <a href="http://doityourselfchristmas.com/forums/addonchat.php" target="_blank">http://doityourselfchristmas.com/forums/addonchat.php</a>
<b>Christmas Wiki link</b> - <a href="http://doityourselfchristmas.com/wiki/index.php" target="_blank">http://doityourselfchristmas.com/wiki/index.php</a>
<b>File Library link</b> - <a href="http://doityourselfchristmas.com/forums/dynamics/index.php" target="_blank">http://doityourselfchristmas.com/forums/dynamics/index.php</a>
<b>Who's in chat?</b> - <a href="http://doityourselfchristmas.com/forums/chat/info.php" target="_blank">http://doityourselfchristmas.com/forums/chat/info.php</a>
</div>
Bookmarks