Buy from US | Buy from UK | Buy from DE | Buy from IT | Buy from FR | Buy from ES | ここでご購入を! |
Unoボードにesp8266 -WiFiシールド装着
下図の様にジャンパーキャプを
E TX – D4 端子 と E RX – D5 端子の2か所に取付けます。
Software IDE: 使用IDEソフト
ステップA)最新のfor Arduino IDEのインストール(もし貴方のfor Arduino IDEバージョンが1.1.16より新しい場合はこのステップをスキップしてください)
ステップB)WiFiESP用ライブラリがこのOSOYOO ESP8266 shieldスケッチコードに必要です、もしライブラリが導入済みの場合は次のステップへスキップしてください。)
下記リンクアドレスでライブラリをダウンロード出来ます。
https://osoyoo.com/driver/WiFiEsp-master.zip
そしてfor Arduino IDE ウィンドウ上で ->Sketch->Include Library->Add .ZIP Library とマウスクリックで移り、
「 WiFiEsp-master.zip」 ファイルをIDE読み込みます。
ステップC)
[esp8266-lesson1.ino]をダウンロード、編集します:
https://osoyoo.com/driver/wifi-iot/lesson1/esp8266-lesson1.zip
上記アドレスをクリックして移り、esp8266-lesson1.ZIPファイル解凍、そしてesp8266-lesson1.inoファイルをダブル
クリックすると、for Arduino IDEにこのinoファイルが書き込まれて、ウィンドウ上で編集が行えます。
ステップD) PCにfor Arduino UNOボードをUSBケーブルで接続します。
ステップ E) for Arduino IDEを開き、接続したボードに対応した ボード型式、ポート番号(com no.)を
下記の要領で選択設定致します。
ステップF) for Arduino IDE:ウィンドの[ファイル」ー[開く]をクリックして先のesp8266-lesson1.inoを選択してIDEへロード アップ。
スケッチに有る下記行に自身のWiFi接続時の SSIDとPasswardを書き入れます。
char ssid[] = "******"; // SSID char pass[] = "******"; // password "*******"のダブルクォテーション間に正しくSSID とパスワードを書き込みます。 間違えますと装置が接続することができません。
for Arduinoにスケッチを書き込み完了後、Ardiono IDE右上の虫眼鏡をクリックしてシリアルモニターを開く。
下記の様なメッセージが見られます。
シリアルモニター画面上から 貴方のUNOボードIPアドレス(この図では192.168.50.116)見ることが
できますので、ウェッブサイトに移り、 アドレス http://192.168.50.116:80キー入力すると
次のような結果を得られます。
DownLoad Url osoyoo.com
You must be logged in to post a comment.
Following directions step by step receives an ERROR “WiFi shield not present” – Also when using this link next to that part above “https://osoyoo.store/products/esp8266-wifi-shiled-osoyoo-wifi-internet-of-things-learning-kit-for-arduino-uno?variant=31955252215919” you get a 404 Web Page Not Found Error. Why are things sold that don’t work when the directions are followed as they are presented and why can you not keep your site working for links to try to fix the issue? Not a thing here for what to do with regards to it NOT PRESENT, what do I do from here?
Correct Wifi shield purchase link is https://osoyoo.store/products/esp8266-wifi-shiled-for-arduino-uno?_pos=1&_sid=60037375f&_ss=r
We have updated the article. thanks for your help!
The correction is as follows: when the items arrived the two jumpers on the shield were on the other 6 pins not the correct ones. You have to look at it real close because the first image you show has ZERO Jumpers, the second image has jumpers that can been seen as bein g the lower set of 6 not the top set but only if you enlarge the image to see this. The image with the circle on it needs to be set to an angle not straight down and use some better colored jumpers that can be seen. The best thing I have to say though is this. You are the fourth “set” for noobies I have purchased to follow and you with a few minor things have actually worked. The other three Failed miserably due to libraries not found in the version of IDE they have you download, I am using 1.8.10 as shown in the image. Granted some of the benefits of the never 2.3.0 version are missing yours works. I can’t wait to move on and act like a noob to see if the rest of your classes work. I believe the only thing that was going to cause an issue I have fixed and have great expectations for the rest.