

Which is connected to the same wifi network, for example, Working of IoT Based Automated Irrigation system Get the IP address displayed on the serial monitor and enter it into the browser of your PC or any other device.Open tools→ Serial monitor→ Set baud rate to 9600.Connect NodeMcu Board and open Tools→ Port→ COMxx, where xx is the corresponding port numberĪnd so that’s it, now we’re ready to program. And then search ESP8266 and click install.ĥ. Paste the URL “” on the Additional Boards Manager URLs field and click OKģ.

Open Arduino IDE and click File→ Preferences. Download and install the latest Arduino IDE from the Arduino website 2.
#NODEMCU SMART TIMER HOW TO#
How to setup Arduino IDE with ESP8266 Boardġ. In contrast to the last one, this system will let us monitor our smart farm via the internet, cool huh? Corresponding to the previous one, this IOT based irrigation system will read the moisture content in the soil and switch on the water pump, but with the difference that it will be sending the moisture level and water pump status to the internet allowing us to see it through a webpage on our phone or PC. Having said that, let’s get straight into our project details. IoT is a term that is quite trending these days and so I hope everyone is familiar with that. In the previous article, we’d gone through simple soil moisture-based smart irrigation system, and at that time itself, we’d thought of implementing and publishing the same system with IoT, an IoT-based automated irrigation system.
