热度 22
2014-1-10 11:49
1814 次阅读|
2 个评论
ioShield-A 可使Arduino板实现联网。 基于WIZ550io网络模块(使用WIZnet W5500以太网芯片)。W5500提供一个硬件网络协议栈(TCP/IP)可用TCP/UDP进行通信。支持8个独立的端口同时工作。并且,上电初始化后,WIZ550io内嵌 MAC地址和默认IP地址,可以在用户的电脑上ping到。 ioShield 使用W5500芯片集,替换W5100在之前Arduino以太网板上的库文件,请在此下载(W5500 Arduino库文件):https://github.com/Wiznet/WIZ_Ethernet_Library 兼容的板列表 Arduino 板 Arduino board (e.g. the Uno) Arduino Leonardo Arduino兼容板 Seeeduino v3.0 : 基于 Arduino Duemilanove 尽管你有 不带AVR的Arduino兼容板,你也可以使用ioShield硬件。但是你应该给每个芯片集使用适当的S/W库。请参考每个产品的网页: Cookie Board : 基于 ARM Cortex-M3/M0 http://www.coocox.org/Cookie.html GR-Sakura Board : 基于 Renesas 32-bit RX63N http://www.renesas.com/products/promotion/gr/index.jsp#board Chipkit : 基于 Microchip PIC series http://chipkit.net/ 现有资源 所有的ioShield的设计文档及源代码都可在Github上找到: 硬件: 原理图( PDF file ), 原理图PCB 文档( Eagle CAD ), 零件清单( PDF file ) 以太网库 : https://github.com/Wiznet/WIZ_Ethernet_Library