<p dir="ltr">You can use whatever board you want. If I'm going to participate, I'm only interested in using the board my company produces, the Chariot. </p>
<div class="gmail_quote">On May 2, 2015 1:28 PM, "Terry King via TriEmbed" <<a href="mailto:triembed@triembed.org">triembed@triembed.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Michael,<br>
<br>
The nRF24L01 could work for this; there is the ability to talk to multiple units and also "RF24"<br>
has a library for a mesh type network, I think.<br>
<br>
See:  <a href="http://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo" target="_blank">http://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo</a><br>
<br>
and: <a href="http://maniacbug.github.io/RF24Network/index.html" target="_blank">http://maniacbug.github.io/RF24Network/index.html</a><br>
<br>
Regards, Terry King<br>
...In the Woods in Vermont USA<br>
<a href="mailto:terry@terryking.us">terry@terryking.us</a><br>
<br>
DISCLAIMER: Mentioned stuff I do sell in my own shop...<br>
<br>
-The One who Dies with the most Parts LOSES. What do you need??<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 01 May 2015 21:15:48 -0400<br>
From: Michael Fulbright <<a href="mailto:mike.fulbright@pobox.com">mike.fulbright@pobox.com</a>><br>
To: <a href="mailto:triembed@triembed.org">triembed@triembed.org</a><br>
Subject: [TriEmbed] NRF24L01+ Based Large LED Array control<br>
Message-ID: <<a href="mailto:55442544.4060202@pobox.com">55442544.4060202@pobox.com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
I've been following the large scale building lighting project and it<br>
sounds cool.  I was thinking about it some driving home today and<br>
wondered if the simple NRF24L01+ modules wouldn't work.  These are $1<br>
each and have the typical 30m indoor range (depending on walls, etc) and<br>
can be run between 200 Kbit/sec to 1.5 Mbit/sec as I recall.  I use them<br>
for remote sensors I built and put all over the house.   They work at<br>
2.4GHZ as I recall.<br>
<br>
I would think you could have a master at the base level of the building<br>
and each "refresh cycle" for the display you would have the master send<br>
a message which encoded the display contents (which building levels are<br>
on/off).  If all of the lighting nodes would just be listening nodes so<br>
this is easy.  The first floor light will receive the message from the<br>
master, put its light in the correct state, then temporarily go into<br>
xmit mode and repeat the message, then return to listening mode.  The<br>
second floor would either have already received the masters message or<br>
more likely the repeated message from the 1st floor.  Then goes on until<br>
the final floor receives a message.  It would take a little<br>
experimenting but I think you could easily support a refresh rate of<br>
several HZ using this.  The nice thing is you can add as many nodes as<br>
you want and as long as the message encodes each nodes state then you<br>
really have no configuration except teaching each node what its address<br>
is (so it can pick out its state from the message).<br>
<br>
The message could be a simple bit-encoded state array so it would be<br>
quick to xmit.<br>
<br>
Just an idea based on some things I've played with.  The NRF20L01+<br>
modules have fairly robust support for Arduinos so you could get the<br>
cost for a single node down to almost single digits if you use really<br>
cheap Arduinos (not including the cost of the LED strip controller, but<br>
that is a fixed cost we can't control).<br>
<br>
Michael Fulbright<br>
<br>
------------------------------<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" target="_blank">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" target="_blank">http://TriEmbed.org</a><br>
</blockquote></div>