Overview :
The main goal of the project is to control an LED over the cloud, just by flicking a switch on your phone/laptop from anywhere in the world, provided you have internet connection. This basic project helps you understand how the NodeMCU and Arduino Cloud integrates with each other.
Required Components :
- NodeMCU-ESP8266 Development Board
- Resistor - 1k Ohm
- LED - any colour
Software Requirements :
- Arduino Cloud account
- Arduino IDE
Connections :
(Software - Protues 8 Professional : For Schematic and PCB design only, can't be simulated in proteus)
Dashboard Setup :
The same arrangement can be used for Mobile view also. Please refer to this repository for creating and editing new dashboards. Also, refer Troubleshoot Section, in case you have any issues regarding code compiling and uploading.
Versions :
v1.0.0
- First prototype of the project, designed by Bharadwaj Routhu
Motivation Behind the Project :
I learnt the basics of Cloud Computing, and wanted to explore the applications of it in IoT. But Arduino Uno is not suitable for this as it can't connect to internet. The next low-cost alternative I found out was NodeMCU with ESP8266 WiFi chip. This simple project was done by me as the first step in exploring the world of WiFi enabled chips and IoT cloud. Hope you like my project and if you do, please star the project and consider following me.
Visit My GitHub Profile for more projects on Arduino, NodeMCU and other Embedded Development boards.