This project demonstrates how to use a TTP223 capacitive touch sensor with an ESP32-C3 development board that includes a 0.42″ built-in OLED display. Each time the sensor is touched, a counter increases, and a short … Read more
ssd1306
If you’ve ever wanted to detect pressure or measure how hard something is pressed using Arduino, this project is perfect for you. In this tutorial, we’ll show you how to measure force or pressure using … Read more
How to Measure Force using FSR406 Force Sensor and Arduino
Discover how to build a real-time motion visualizer using the Arduino Nano 33 IoT, its internal LSM6DS3 accelerometer and gyroscope, and an OLED SSD1306 display. This project is perfect for electronics enthusiasts, students, and makers … Read more
Arduino Nano 33 IoT Motion Visualizer with LSM6DS3 and OLED SSD1306
In this project, we will build a Magnetic Field Visualizer using an analog Hall effect sensor, SSD1306 OLED display, and Arduino UNO. This simple yet educational project graphically shows the magnetic field strength and polarity … Read more
Magnetic Field Visualizer Using Hall Effect Sensor OLED & Arduino
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 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
This simple yet powerful project uses a TCRT5000 IR Reflective Sensor and an SSD1306 OLED display to visualize distance or surface reflectivity as a horizontal bar graph in real time. As objects move closer to … Read more
Visualize TCRT5000 IR Sensor on OLED with a Real-Time Bar Graph
Bring your projects to life with a pair of expressive eyes! In this Arduino project, we use a joystick to control two animated pupils on an OLED screen. Pressing the joystick button makes the eyes … Read more
Joystick-Controlled Animated Eyes on OLED Display Using Arduino
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
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
Light Meter using XIAO RP2040 & OLED SSD1306
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 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
Introduction Consider your smartphone as an example to better comprehend the idea of an accelerometer and gyroscope. When you turn your phone while watching the video, the phone automatically switches from portrait to landscape mode. … Read more
MPU6050 with Arduino – Display values on SSD1306 OLED
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