This project is a basic prototype of a smart home automation and control system using the Internet of Thing (IoT) technology. ESP32, a low cost IoT development board was used to control some devices. Some DC motors and LED were used as home appliances prototype. ESP32 is a microcontroller with a built in WiFi module. It can be programmed using Arduino IDE which is a handy programming environment mainly used for programming Arduino Microcontroller. An android app was also developed to control the devices through WiFi. An Arduino Uno was used to trigger the relay board as ESP32 board has very low voltage (3.3V) output which is not enough to trigger relay board.
A mobile app was also developed for this project using android studio.