Interfacing BMP280 with ESP32 using Arduino IDE

ESP32 Microcontroller provides easy way to Interface complex sensors, with flexible coding and internal blocks. Here…

Continue Reading

Let’s Build a Wi-fi Extender using ESP32

ESP32 microcontroller have many unfamiliar and very useful tools in its architecture, one of them is…

Continue Reading

Interfacing BMP280 with Arduino

The BMP280 is an absolute barometric pressure sensor made by Bosch. It can measure highly accurate…

Continue Reading

Interfacing I2C LCD with ESP32 using MicroPython

Unlike Arduino, Interfacing I2C LCD with ESP32 using micropython code will take some extra effort but…

Continue Reading

Getting Started to Code ESP32 with MicroPython

We know that python is a high level interpreted programming language, having wide applications, large ecosystem…

Continue Reading

Task Automation based on Time using ESP32

Lets make Task Automation based on Time using ESP32 through NTP (Network Time Protocol), which requires…

Continue Reading

Simple Sensor Gauge using ESP32 Web Server

Displaying sensor readings on gauges using an ESP32 web server makes monitoring multiple sensors effortless at…

Continue Reading

Control ESP32 GPIO Pins using Web Bluetooth

Previously we learned about Controlling an LED using Bluetooth through Serial Terminal App. Here we are…

Continue Reading

Control LED using Bluetooth on ESP32

ESP32 Microcontroller from Espressif systems have many features like Wi-Fi, Multifunctional GPIOs, Internal Sensors and Bluetooth.…

Continue Reading

How to Convert 5V to 3.3V

When Interfacing Sensor with microcontrollers like the ESP32, STM32 and RP20240 etc., We face voltage level…

Continue Reading