Changes between Version 5 and Version 6 of WIZ820ioTest


Ignore:
Timestamp:
Apr 5, 2016 3:49:28 PM (8 years ago)
Author:
Shinichi Ohki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WIZ820ioTest

    v5 v6  
    11= WIZ820ioをつかってみました =
     2
     3== 2012年当時の記事なので、リンク切れやリンク先の名称変更などある可能性があります。適宜読み替えてください。 ==
    24
    35== 内容 ==
     
    810== 使用部品など ==
    911
    10  * [http://www.switch-science.com/products/detail.php?product_id=875 WIZ820io]
    11  * [http://www.switch-science.com/products/detail.php?product_id=789 Arduino 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/ 普通のジャンパワイヤ(オス~オス)]
    1416 * 5Vから3.3Vに変換する回路[[BR]]
    15    今回は[http://www.switch-science.com/products/detail.php?product_id=25 SparkFunブレッドボード用電源ボードUSB版(キット)]を使ってみました。
     17   今回は[https://www.switch-science.com/catalog/25/ SparkFunブレッドボード用電源ボードUSB版(キット)]を使ってみました。
    1618その他、USBケーブルやら、LANケーブルやら、ネットワークハブやら適宜ご用意ください。
    1719
     
    3739
    3840== ライブラリのダウンロード ==
    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]]
    4043その中のw5100.hとw5100.cppを、Arduino IDEのフォルダのlibraries/Ethernet/utility/の中にある同名ファイルと差し替えてください。[[BR]]
    4144さらに、Arduino IDEのフォルダのlibraries/Ethernet/のEthernet.hを以下の様に書き換えます。