Buy from US | Buy from UK | Buy from DE | Buy from IT | Buy from FR | Buy from ES | ここでご購入を! |
レッスン2ではリモートのfor Arduinoデバイスにブラウザのコントロール信号を使い、LEDをオンオフさせる事を学びました。
このレッスンではリモートのセンサーデーターを如何に読む込む方法を示します、
フォトレジスタ(光センサー)を使いリモート環境の光量を読みましょう、
これは農業や温室の植物の光をコントロールするのに大変に役立ちます。
使用部品
for Arduino UNOボードx1
OSOYOO ESP8266Wifiシールドx1
フォトレジスタセンサーモジュール x1
USBケーブル x1
ジャンパー用ケーブル
まず先にESP8266WiFiシールドをUNOボードに装着するしてください。
ジャンパーキャップを使い下図の様にEX_TX とD5をそれそれ接続します。
次の図の様にフォトレジスターを接続
スタート前の幾つかの注意点:
UNO Board | Photoresistor sensor module |
A0 | S |
GND | – |
5V | + |
ステップA)最新のfor Arduino IDEのインストール(もしfor Arduino IDEを使用している場合はこのステップをスキップしてください。)
Step A)https://www.arduino.cc/en/Main/Software?setlang=enからArduinoIDEをダウンロードそしてソフトウェアをインストールします。
ステップB)for Arduino UNOボードをPCにUSBケーブル介して接続する。
ステップC)for Arduino IDEを開き、プロジェットに対応したボードタイプと ポートタイプを選択します。
ステップD)スケッチを https://osoyoo.com/driver/wifi-iot/lesson3/esp8266-lesson3.zip からダウンロー
ファイルを解凍します(esp8266-lesson3.inoができます)。
Step E) for Arduino IDE: Click file -> click Open -> choose code “esp8266-lesson3”, load up the sketch onto your for Arduino.
前回レッスンと同じ様に、スケッチ中の次の行に SSID, パスワードを書き込みます
char ssid[] = "******"; // your network SSID (name) char pass[] = "******"; // your network password
そのアクリタス箇所を貴方の正しいSSID番号 と パスワードにそれそれ変更してください。
そうしないとプロジェクトがインターネットに接続出来ません。
ステップF) スケッチをfor Arduino へロードアップロード 画面右上の虫眼鏡をクリックしてシリアルモニターに移ります
シリアルモニターを開くと、ルターがfor Arduinoに割り当てたIPアドレスが表示されています、
上の例では192.168.50.9がfor ArduinoのIPアドレスになります
別のPCか貴方の携帯電話ブラウザでURL欄にhttp://192.168.50.9:80入力して開くと
フォトレジスターに光が当たり、ブラウザ上に以下の結果が見られます。。
fフォトポットセンサーが受光した露出測定値をブラウザで次のような結果を見ることができます。
リアルタイムのポットセンサー測定値545、センサー最大値の47%
1%はとても暗い環境数値です。
DownLoad Url osoyoo.com
viagra otc
WiFi Internet of Things Learning Kit for Learn Coding with Arduino IDE 3: Photoresistor Sensor « osoyoo.com
You must be logged in to post a comment.
Error Correction:
Step E) should direct to open/choose code for “wifi-lesson3” instead of “wifi-lesson2”.
hi, mark.g
you are right. It should be wifi-lesson3 in Step E. We just corrected the tutorial.
Thanks
For Step A, my program result stop as ” You’re connected to the network,press any key in APP to get remote data!”. I can not get the Step A result as you wrote.
My result is as below:
10:15:07.283 -> [Win APP to get remote data!
10:15:08.807 -> [WiFiEsp] Initializing ESP module
10:15:13.526 -> [WiFiEsp] Initilization successful – 1.5.4
10:15:13.590 -> Attempting to connect to WPA SSID: 23SS72BDFGDF
10:15:20.644 -> [WiFiEsp] Connected to 23SS72BDFGDF
10:15:20.678 -> You’re connected to the network,press any key in APP to get remote data!
I can not have IP address and target port mumber. Could you please confirm again that we can really get this result?