Skip to main content

Posts

Video Assignment of Mini Project

Smart House Monitoring System  --------------------------------------------------------------------------- Click the link below to watch the video presentation of my mini project, which is the Smart House Monitoring System.  https://youtu.be/XWVftUKyL6c --------------------------------------------------------------------------- Thank you for reading. Feel free to ask me if you have any questions.  ---------------------------------------------------------------------------
Recent posts

Smart House Monitoring System (Mini Project)

  Smart House Monitoring System  ---------------------------------------------------------------------------      In previous labs, we had discussed about ESP32 microcontroller, different types of sensors, and Blynk application. Today, I am going to show you the product of combining and making use of the knowledges that I have learned throughout this semester which is to build a mini project.  --------------------------------------------------------------------------- Before proceeding, please ensure that you have  installed ESP32 properly in Arduino IDE software before proceeding. Click this link if you want to install Arduino IDE :  https://www.arduino.cc/en/software --------------------------------------------------------------------------- Besides that, please ensure you have installed and setup Blynk application before proceeding. (Take note that I am using the  OLD VERSION  of Blynk app in this lab.) Click this link if you want to ...

Lab 3 : Blynk Application

--------------------------------------------------------------------------- Please ensure you have installed ESP32 properly in Arduino IDE software before proceeding. Click this link if you want to install Arduino IDE :  https://www.arduino.cc/en/software --------------------------------------------------------------------------- Please ensure you have installed and setup Blynk application before proceeding. (Take note that I am using the OLD VERSION of Blynk app in this lab.) Click this link if you want to install Blynk application :  https://blynk.io/ Click this link if you want to setup Blynk application :  https://microcontrollerslab.com/control-esp32-outputs-blynk-app-arduino-ide/ --------------------------------------------------------------------------- Part A : Blynk Application   Below are the circuit connections :  --------------------------------------------------------------------------- This is the Google Drive link of the coding for Lab Pract...

Lab 2 : Exploring the ESP32 GPIOs

  --------------------------------------------------------------------------- Please ensure you have installed ESP32 properly in Arduino IDE software before proceeding. Click this link if you want to install Arduino IDE :  https://www.arduino.cc/en/software --------------------------------------------------------------------------- Introduction to ESP32 ESP32 is a series of microcontroller chips like Arduino. It is the advance version of ESP8266 and is loaded with lots of new features.  Below are the specifications of ESP32 :  - ESP32 is dual core. (It has 2 processors.) - It has built-in Wi-Fi and bluetooth. - It runs 32 bits programs. - The clock frequency can go up to 240M Hz.  - It has a 512 kB RAM. - This particular board has 30pins. (There is also a new version which has 36pins.) Datasheet of ESP32 DEVKIT V1 - DOIT (Board that I will use in my lab) --------------------------------------------------------------------------- Part 1 - Use Push Button to Cont...