
Programming ESP32 with VS Code
Arduino IDE and framework gives you hassle free coding experience but when you are trying to…
Continue Reading
Simple Bench Power Supply using LM317
Recently, I needed a basic and cost effective variable power supply with Voltage and Current range…
Continue Reading
Simple way to Send Email using ESP32
We built different types of ESP32 projects. But this one will stand out because, we are…
Continue Reading
Getting Started with Arduino and Circuit simulation using Simulide
Simulation tools are very much helpful in Electronics & Designing hardware. Simulation tools provides opportunity and…
Continue Reading
Simple NEO-6M GPS Module Arduino Interface
Global Positioning System (GPS) helps us to find exact location by latitude and longitude coordinates. Couple…
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