Wi-Fi Home Device Control — NodeMCU Blynk IoT Prototype
An early IoT home automation project where Parth used NodeMCU, Blynk, Arduino IDE, and a 4-channel relay board to control home devices over Wi-Fi from a mobile app.
Early project demo
Watch the demo directly on this page.
Open on YouTubeOverview
Wi-Fi Home Device Control was one of Parth's earliest serious IoT automation projects. Published on 2 May 2018, the project demonstrated how home devices connected to a relay-controlled power source could be switched through a mobile app over Wi-Fi. The project used a NodeMCU Wi-Fi board, a 4-channel relay board, the Blynk mobile app, and Arduino IDE for coding. The video description explains that multiple devices connected to the same power source could be controlled through the app, and that the devices could be controlled from anywhere as long as Wi-Fi was available. At just 14, Parth was already experimenting with NodeMCU, Blynk, Arduino IDE, Wi-Fi control, and relay-based home-device automation. This project is important because it shows the early architecture behind many of his later automation projects: mobile app control, wireless communication, microcontroller logic, relay switching, and real device control. This project matters because it appears to be one of Parth's earliest complete IoT control systems. It shows that, as a 14-year-old, he was already working with app-based remote control, Wi-Fi boards, relay switching, and physical device automation. It also helps explain the technical progression into later Alexa, Bluetooth, GSM, and temperature-control projects. This project is documented through a working video demo rather than a public code repository.
Problem solved
The project explored how home devices could be controlled remotely through a mobile app instead of manual switching.
What it does
The system uses the Blynk mobile app to send Wi-Fi-based control commands to a NodeMCU board. The NodeMCU processes the commands and switches outputs through a 4-channel relay board, allowing connected devices to be turned on or off through the app.
Contribution
Parth built the Wi-Fi home-control concept, configured the NodeMCU and Blynk app workflow, connected the relay board, wrote or adapted the Arduino IDE code, and demonstrated the working device-control system on video.