Changes between Version 5 and Version 6 of WIZ820ioTest
- Timestamp:
- Apr 5, 2016 3:49:28 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WIZ820ioTest
v5 v6 1 1 = WIZ820ioをつかってみました = 2 3 == 2012年当時の記事なので、リンク切れやリンク先の名称変更などある可能性があります。適宜読み替えてください。 == 2 4 3 5 == 内容 == … … 8 10 == 使用部品など == 9 11 10 * [http ://www.switch-science.com/products/detail.php?product_id=875WIZ820io]11 * [http ://www.switch-science.com/products/detail.php?product_id=789Arduino Uno]12 * [http ://www.switch-science.com/products/detail.php?product_id=25普通のブレッドボード]13 * [http ://www.switch-science.com/products/detail.php?product_id=620普通のジャンパワイヤ(オス~オス)]12 * [https://www.switch-science.com/catalog/875/ WIZ820io] 13 * [https://www.switch-science.com/catalog/789/ Arduino Uno] 14 * [https://www.switch-science.com/catalog/313/ 普通のブレッドボード] 15 * [https://www.switch-science.com/catalog/620/ 普通のジャンパワイヤ(オス~オス)] 14 16 * 5Vから3.3Vに変換する回路[[BR]] 15 今回は[http ://www.switch-science.com/products/detail.php?product_id=25SparkFunブレッドボード用電源ボードUSB版(キット)]を使ってみました。17 今回は[https://www.switch-science.com/catalog/25/ SparkFunブレッドボード用電源ボードUSB版(キット)]を使ってみました。 16 18 その他、USBケーブルやら、LANケーブルやら、ネットワークハブやら適宜ご用意ください。 17 19 … … 37 39 38 40 == ライブラリのダウンロード == 39 WIZnetさんの[http://www.wiznettechnology.com/Sub_Modules/en/product/product_detail.asp?Refid=491&page=1&cate1=&cate2=&cate3=&pid=1161&cType=2 ダウンロードページ]から「Library for Arduino + Ethernet」をダウンロードしてください。[[BR]] 41 ~~WIZnetさんの[http://www.wiznettechnology.com/Sub_Modules/en/product/product_detail.asp?Refid=491&page=1&cate1=&cate2=&cate3=&pid=1161&cType=2 ダウンロードページ]から「Library for Arduino + Ethernet」をダウンロードしてください。~~ 42 [https://github.com/Wiznet/WIZ_Ethernet_Library WIZ Ethernet Library]にArduino用ライブラリがあります。[[BR]] 40 43 その中のw5100.hとw5100.cppを、Arduino IDEのフォルダのlibraries/Ethernet/utility/の中にある同名ファイルと差し替えてください。[[BR]] 41 44 さらに、Arduino IDEのフォルダのlibraries/Ethernet/のEthernet.hを以下の様に書き換えます。