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
oled
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
Temperature Humidity Sensor with OLED – Arduino Tutorial
Introduction Combining digital electronics, programming, and data visualization, interfacing a DS18B20 temperature sensor module with an SSD1306 OLED I2C 128×64 display using an Arduino UNO microcontroller is an exciting and educational project. This project allows … Read more
Temperature Sensor with OLED – Arduino Tutorial
Introduction Interfacing an I2C SSD1306 OLED module using an Arduino Uno microcontroller is a simple yet powerful way to create interactive projects that can display information and receive input from a user. An SSD1306 OLED … Read more
OLED Button Count – Arduino Tutorial
Introduction Picture this, a small yet powerful display module, capable of displaying stunning images and animations in rich, full color. The 0.96 Inch SPI OLED Full Color IPS Display Module is a compact and versatile … Read more
0.96 Inch SPI OLED Full Color IPS Display Module with Arduino
Introduction Are you looking to add precision and power to your next robotics project? Look no further than interfacing a single-axis 1:120 TT gear motor with an Arduino microcontroller. This combination will provide precise control … Read more
1.3 Inch SPI OLED Full Color IPS Display Module with Arduino
Introduction We often use it on our cellphones vertically, but what do we see when we click the rotate button? The visual turn horizontal. Similarly, while playing a game, we touch the screen to aim and … Read more
MPU6050 Gyroscope with Arduino
Introduction Ultrasonic sensors are small devices that detect ultrasonic radiation. We have seen to detect an object but do you know that the sensor measures the distance? A sensor simply estimates the distance between the … Read more
Distance Meter with OLED & Arduino
Introduction OLED, which is known as an Organic Light Emitting Diode is commonly utilized to create digital displays in electronic devices. Used in smartphones, handheld games, etc. So, in this tutorial, we are going to … Read more
OLED (I2C) with ATtiny85 – Hello World Program
In this post, we are going to add a screen to ESP8266 ESP-01 to display data obtained from a web service. The ESP-01 is limited in the number of GPIO pins available, with up to 4 pins available if … Read more