Overview Measuring light intensity is a crucial aspect of various applications, from photography to environmental monitoring. A light meter provides an easy and accurate way to quantify light levels, helping photographers capture perfect shots and … Read more
oled
Overview In today’s digital age, the integration of various technologies has led to innovative applications across different domains. One such integration is the combination of YouTube’s vast data resources with the capabilities of microcontrollers like … Read more
YouTube Realtime Data Display on OLED & ESP32
Overview In the world of electronics and IoT (Internet of Things), measuring distance is a fundamental task for various applications. Whether you’re building a smart robot, a parking sensor, or monitoring the level of liquid … Read more
Distance Meter using HCSR04 Ultrasonic Sensor & ESP32
Overview In the world of modern technology, where digital clocks and smartphones have become ubiquitous, there’s something charmingly nostalgic about the simplicity and elegance of an analog clock. Creating your own analog clock using the … Read more
Analog Clock using ESP32 & SSD1306 OLED Display
Overview In the world of IoT (Internet of Things), the ability to gather data from the environment and display it in a user-friendly manner is paramount. One of the key components in such a setup … Read more
Interfacing BME280 with ESP32 & Display Values on OLED
Introduction In this tutorial, we are going to make an “ESP8266-ESP01 Local Time Internet Clock With OLED SSD1306”. I was looking for a straightforward clock to use with a 128×64 OLED I got from Adafruit … Read more
ESP8266-ESP01 Local Time Internet Clock with OLED SSD1306
Overview The Flappy Bird game took the world by storm with its addictive gameplay and simplistic design. In this article, we’ll explore how you can recreate this classic game using an OLED SSD1306 display and … Read more
Flappy Bird Game using OLED SSD1306 & ESP32
Overview In the realm of embedded electronics and IoT (Internet of Things) projects, the ESP32 has emerged as a versatile and powerful microcontroller platform. Its capabilities, coupled with its affordability, have made it a favorite … Read more
How to Use OLED Displays with ESP32 Boards
Introduction In most of the projects that need a display, you have used a simple LCD every time. Now, this time make your project a little entertaining, mesmerizing, and fascinating by using an Organic light-emitting … Read more
Interface OLED Graphic Display Module with Arduino
Introduction In many small or bigger electronic projects, you need to use a basic LCD. But, to make the project somewhat engaging, and interesting you can use an Organic emitting diode, abridged as OLED. OLED … Read more
Interfacing 128×64 OLED with ATtiny85
Introduction Designing a digital watch using a combination of an OLED display and a real-time clock (RTC) module is a common project among Arduino enthusiasts. The OLED display provides a clear, bright, and low-power display … Read more
SSD1306 OLED Clock – Arduino Tutorial
Introduction Interfacing an ssd1306 I2C IIC OLED Display module with an Arduino UNO microcontroller involves connecting the OLED display module to the Arduino board and writing code to display data on the OLED screen. The … Read more
SSD1306 I2C OLED – Arduino Tutorial
Introduction Solid particles that are suspended in the atmosphere for a certain period make up dust. These particles can be formed of inorganic materials like glass, stone, or metal or organic materials like bacteria, wood, fungal … Read more
Portable Fine Dust PM10 Analyzer with OLED
Introduction Measuring distance using an HC-SR04 Ultrasonic sensor module and posting its status on an OLED SSD1306 White 128X64 IIC I2C Serial Display Module using an Arduino UNO microcontroller is a system that uses an … Read more
Ultrasonic Sensor with OLED – Arduino Tutorial
Introduction Interfacing an LM35 temperature sensor with an SSD1306 OLED I2C 128X64 OLED display module using an Arduino UNO microcontroller refers to connecting the LM35 temperature sensor to the OLED display module using the I2C … Read more
Display Temperature from LM35 Sensor on OLED – Arduino Tutorial
Introduction The process of interfacing a DHT11 temperature and humidity sensor with an SSD1306 OLED I2C 128X64 OLED Display module using an Arduino UNO microcontroller involves connecting two essential electronic components to the microcontroller, to … Read more