<div dir="ltr"><div><div><div><div><div><div><div>I feel guilty for sending my previous message and then not following up on it. The last note in the string from Scott actually helped me understand a little bit about where the problems with Ethernet come into play, and why some projects that hare written up seem to have no problem with "Ethernet Arduino's" where others do.<br>

<br></div>The application that I'm looking at would be controlling and monitoring some number of points at many different locations - say 5 each digital in and out, bi-directional audio would be absolutely fantastic, but not necessary. This would be new (commercial) construction, and rather than running dedicated wires for each of these functions, just run a single CAT6 to each location. Going with POE may eliminate the need to run a second cable for power to each end point. Security would be a concern, so WiFi is out, besides the need for power requires running a cable anyway.<br>

<br></div>So thanks to input from the list, and some more Googling, I came up with some additional Ethernet microcontrollers that I was not aware of:<br></div>(Links provided solely as a means of information, I have no exp with ANY of these devices.)<br>

</div><div><br>The Sparc Core has been discussed both in this thread and at some recent meetings:<br><a href="https://www.spark.io/">https://www.spark.io/</a><br></div>WiFi + Arduino + cloud code deployment in an area that looks to be about 3x5 cm for $40 (not shield compatible).<br>

<br></div>The 
            
            <font class=""><span itemprop="name">IBoard EX from Freetronics:<br><a href="http://www.epictinker.com/IBoard-EX-p/it-iboard-ex.htm">http://www.epictinker.com/IBoard-EX-p/it-iboard-ex.htm</a><br></span></font></div>

<font class=""><span itemprop="name">Ethernet (Wiznet chip) + </span></font><font class=""><span itemprop="name"><span id="product_description" itemprop="description">nRF24L01 interface </span>+ XBee interface + MicroSD socket + Arduino for $26 </span></font>(not shield compatible).<br>

</div>I suspect this one has solved the constrained memory problems the original Ethernet shield had by going with the Wiznet chipset that the Ethernet POE has.<br><div><br>Add Ethernet to the Due for $16.<br><a href="http://www.epictinker.com/category-s/1862.htm">http://www.epictinker.com/category-s/1862.htm</a><br>

</div><div>Just Ethernet, but apparently interfaces via SPI to the 32 bit ARM Arduino Due ($49).<br></div><div>Given that this is 32 bit processor, from what I understand Scott to say, memory shouldn't be a problem.<br>

<br></div><div>Freetronics also has an EtherTen board for $70 and an EtherMega for $119. They both have onboard Wiznet W5100chips.<br><br></div><div>So much to learn, so many projects to make...<br></div><div>Glen<br></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 4:15 PM, Scott Hall <span dir="ltr"><<a href="mailto:scottghall1@gmail.com" target="_blank">scottghall1@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Remember where the limitations and abilities come from.  The AVR controller in the Arduino is an 8-bit MCU, whereas the Netduino, UNO32, ARMduino, and the like are 32-bit MCUs.  The Arduino Ethernet POE solves the problem by using a 32-bit dedicated MCU for the ethernet interface, communicating to the AVR like the USB interface, leaving the same code and RAM space that you normally have.<br>


<br></div>You can get more insight about this by looking at the C source code implementing the Ethernet and TCP/IP stack.  You see how 32-bits helps a lot in the structures and functions involved.<br><br></div>- sgh<br></div>


<div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Tue, Mar 11, 2014 at 8:26 AM, Glen Smith <span dir="ltr"><<a href="mailto:mrglenasmith@gmail.com" target="_blank">mrglenasmith@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div>I forgot to ask last night during the meeting: Does anyone know of an easy to use POE micro? I know that there is the POE Arduino, I have heard that by the time the TCPIP stuff gets implemented there is very little memory space for code. Is there a workaround for this or am I misinformed? The other problem with this is the cost - $80 seems steep compared to the $39 WiFi Sparc-core for instance. (How do they get WiFi and cloud based over the air updates into a product for 1/2 the cost of hard wired?)<br>




<br></div>If I step away from asking that POE be on the board and power it some other way - even perhaps using a POE-injector/splitter set of cables, are there any controllers that have training wheels on the Ethernet portion? Coding is not my strong suit, so I'd like to be able to see some results and make things happen at the other end of a CAT6 cable and have status updates via a web page without having to learn and program my own network stack.<br>




<br></div>Some Googling brings up the netduino family, which looks like it has a slightly better price point than Arduino Ethernet, and according to AdaFruits site: "<b>The Netduino Plus 2 has Ethernet cooked in already! There is a full 
TCP/IP stack with examples ready to go, and a microSD card slot for 
storing files"</b> While this looks attractive, it also looks like it is programmed in C# via Microsofts Visual C# Express, which means another learning curve - though this one may be more widely applicable, since C# and C++ and the "<a href="http://arduino.cc/en/Reference/HomePage" target="_blank">Arduino programming language</a>" share so much.<br>




<br></div>Any thoughts?<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Glen<br></font></span></div>
<br></div></div><div class="">_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org" target="_blank">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>
<br></div></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>Scott G. Hall<br>Raleigh, NC, USA<br><a href="mailto:scottghall1@gmail.com" target="_blank">scottghall1@gmail.com</a>
</font></span></div>
</blockquote></div><br></div>