Posts

Showing posts from February, 2023

Project 5 : Display & PWM

Image
👋👋👋 Hey everyone, and welcome back to my blog. In this project, we will experiment with the LCD and the ESP32 module. Also we will make PWM project using LED , Tactile Button , and ESP32  Because the project will be easier to complete this time.... let's get started straight now. 💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣💣 🔌 SET UP🔌 1. 1 Pcs of ESP32 2.  4 Pcs of Female to Female Cable Jumper 3. 1 Pcs of Micro USB cable 4.1 Pcs of LCD i2c 16 x 2 5. 3 Pcs of 5 mm LED 6. 4 Pcs of 330 ohm resistor  7. 1 Pcs of Tactile push-button 8. 1 Pcs of Breadboard 9. 6 Pcs of jumper wires Male to Female Experiment with ESP32 external display   There are many things that we can print onto the LCD screen, but in this project we will try to make a clock that displays the date and time according to our respective timezones, in this project we use the UTC + 7 timezone. 👣  STEP BY STEP 👣 1.Set up the sensor circuit as illustrated in Figure . 2. Then open your...

Project 4 : Experiment With External Sensor Module (BMP 280)

Image
Hello everyone 👋... and welcome back to my blogspot. This time, I'll run an experiment with the BMP 280 sensor, which can measure temperature, pressure, approximate altitude, and other parameters. At this moment, we will strive to make the blue led light up when the sensor detects a temperature greater than 40 degrees Celsius and the red led light up when the temperature is less than 40 degrees Celsius.  Let's just get to work on the project. Before we begin working on these two projects, we must first prepare. 💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨💨 🧰 SET UP 🧰 1. 1 Pcs of ESP32 2. 3 Pcs of Male to Female Cable Jumper 3.  4 Pcs of Male to Male Cable Jumper 4. 2 Pcs of 5 mm Led Lamp (Blue and Red Color) 5. 2 Pcs of 330 Ohm Resistor 6. 1 Pcs of Micro USB cable 7. 1 Pcs Of .Barometetric Pressure Sensor (BMP280) STEP BY STEP When we heat the BMP280 sensor until it has a temperature above 40 degrees Celsius, the red led will light up, while when the temp...

Project 3 : Make Internal Sensor With ESP32

Image
👉👉👉👉👉👉👉👉👉👉👉👉👉👉👉👉👈👈👈👈👈👈👈👈👈👈👈👈👈👈 Hello everyone 👋, and welcome back to my blog. In this edition , I will create third ESP32 projects that will make use of internal MCU sensors. The first  project will experiment with touch sensors by transforming jumper cables into touch sensors . The Hall Effect Sensor, which is available in the ESP32 module, will then be used in the second project. All of the projects we will work on are variations on the basic manual instructions found at the following link. 1.ESP32 Capacitive Touch Sensor Pins with Arduino IDE 2.ESP32 Built-In Hall Effect Sensor with Arduino IDE and MicroPython ESP32 Internal Temperature Sensor Example Let's just get to work on the project. Before we begin working on these two projects, we must first prepare. /**********************************************************************************/ 🔧SET UP 🔧   1. 1 Pcs of ESP32 2. 4 Pcs of Male to Female Cable Jumper 3.  2 Pcs of Male to Male...