aMessage

今天重新拿起放置已久的Arduino,做了一个aMessage,是通过Ethernet Shield给Arduino发消息并通过1602显示出来。

Arduino的调式真不容易,因为1602占用serial,每次upload都需要断开1602,超级麻烦,所以这个小东西花了我半天时间,哎。

还有一个问题就是网卡芯片用了ENC28J60,而不是官方推荐的,所以官方提供的库不能使用,以下是这块芯片的参考:
我现在用的:http://blog.thiseldo.co.uk/?p=329
比较权威的:http://www.nuelectronics.com/estore/index.php?main_page=project_eth

上个图,给大家看看:

我的Arduino装备

专用传感器扩展板 V4:http://blog.flamingoeda.com/2008/12/17/arduino-%e7%94%b5%e5%ad%90%e7%a7%af%e6%9c%a8-%e4%b8%93%e7%94%a8%e4%bc%a0%e6%84%9f%e5%99%a8%e6%89%a9%e5%b1%95%e6%9d%bf-v4/

串行液晶显示屏 字符型 1602 LCD:http://blog.flamingoeda.com/2009/11/29/%e7%94%b5%e5%ad%90%e7%a7%af%e6%9c%a8-%e4%b8%b2%e8%a1%8c%e6%b6%b2%e6%99%b6%e6%98%be%e7%a4%ba%e5%b1%8f-%e5%ad%97%e7%ac%a6%e5%9e%8b-1602-lcd/

Ethernet 网络扩展板:http://blog.flamingoeda.com/2008/09/04/arduino-ethernet-%e7%bd%91%e7%bb%9c%e6%89%a9%e5%b1%95%e6%9d%bf/

人体运动传感器原型:http://blog.flamingoeda.com/2008/05/25/%e4%ba%ba%e4%bd%93%e8%bf%90%e5%8a%a8%e4%bc%a0%e6%84%9f%e5%99%a8%e5%8e%9f%e5%9e%8b/

想要的:

红外开关:http://blog.flamingoeda.com/2009/03/24/arduino-%e7%94%b5%e5%ad%90%e7%a7%af%e6%9c%a8-%e7%ba%a2%e5%a4%96%e5%bc%80%e5%85%b3/

Arduino资源

官网:http://www.arduino.cc/

Wiki:http://zh.wikipedia.org/zh-sg/Arduino

鲸男实验室BLOG:http://imlab.cn/whale/?cat=9

鲸男个人BLOG:
http://imtcn.com/ninjia/
http://www.arduinocn.com/

台湾:http://arduino.tw/

全球的Arduino项目大全:http://www.freeduino.org/

Robot Online:http://robotonline.com.cn/

Arduino Tutorial:http://www.ladyada.net/learn/arduino/

IBM的激光游戏实例:http://www.ibm.com/developerworks/cn/views/opensource/libraryview.jsp?search_by=Arduino&S_TACT=105AGX52&S_CMP=EDU

淘宝店(比较齐全):http://shop.flamingoeda.com/
店主的网站:http://www.flamingoeda.com/
店主的BLOG:http://blog.flamingoeda.com/

《Getting Started with Arduino》在线电子版:http://www.bookfm.com/reader/online.html?bookid=100565&page=1

Rebecca's Blog:http://blog.sina.com.cn/arduino

Limor's website:http://www.ladyada.net/

Mr Mobile Robot