oooOOOooo!!!!! Teensy looks cool!<br><br><div class="gmail_quote">On Fri, Jan 21, 2011 at 1:39 PM, Jim Lynch <span dir="ltr">&lt;<a href="mailto:ale_nospam@fayettedigital.com">ale_nospam@fayettedigital.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><br>
</div></div>I&#39;ve been using the Teensy++( <a href="http://www.pjrc.com/store/teensypp.html" target="_blank">http://www.pjrc.com/store/teensypp.html</a> )<br>
for a project.   At $24 it&#39;s reasonable to try and if it doesn&#39;t work,<br>
you haven&#39;t wasted much money.  I&#39;ve cut a PC board with the Teensy++<br>
and the WIZ812MJ Ethernet module<br>
(<a href="http://www.saelig.com/product/ETH042.htm" target="_blank">http://www.saelig.com/product/ETH042.htm</a>, $19.50) to give me a ethernet<br>
connected device with 130K of flash (program) memory, 8K of RAM and 4K<br>
of EEPROM.  Believe me you can do a lot with that much memory.  It uses<br>
the Arduino development package and is extremely easy to use.  The<br>
Arduino development platform is by far the most user friendly one I&#39;ve<br>
come across.  It&#39;s easy to run on Linux since the IDE is written in Java.<br>
<br>
It uses the avr-gcc compiler which isn&#39;t 100% C++ but it has a lot of<br>
the features.  Here&#39;s some sample code from one of the libraries.<br>
<br>
class Matrix<br>
{<br>
   private:<br>
     uint8_t _pinData;<br>
     uint8_t _pinClock;<br>
     uint8_t _pinLoad;<br>
<br>
There&#39;s a lot of software written for the Arduino platform that is<br>
tailored to interfacing to the outside world.  Since you are an EET,<br>
you&#39;ll not have any problem building the electronics to interface to<br>
most anything.<br>
<br>
The Teensy++ has 46 I/O pings 8 10 bit A/D channels, 9 PWD outputs  a<br>
UART, an I2C and an SPI port.<br>
<br>
For instance there are motor control libraries, servo libraries,<br>
ethernet libraries, A/D and D/A libraries, etc.<br>
<br>
Besides, it&#39;s fun to watch an led blink and know you&#39;re the one that<br>
made it happen.  :)<br>
<font color="#888888"><br>
Jim.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>I would rather stumble along in freedom than walk effortlessly in chains.<br><br><br>