Tag: OLED

Laser distance sensor with OLED display and RP2040
This article implements a laser distance sensor with OLED display and RP2040, using the VL53L0x laser distance sensor. We will use a really small 0.49-inch OLED display that communicates with RP2040 via I2C. By distance, I mean we will be able to measure how far in millimeters an...
Continue Reading
Wireless Humidity and Temperature Receiver Unit – Arduino
This project is the receiving end of a Wireless Humidity and Temperature monitoring system. The receiver unit is built around an Arduino microcontroller, utilizing the ATMEGA328 chip, which provides a reliable and efficient processing platform. The NRF24L01 transceiver module is used...
Continue Reading
Wireless Humidity and Temperature Transmitter – Arduino
The project presented here is a Wireless Humidity and Temperature Transmitter that utilizes a DHT22 sensor to measure temperature and humidity levels. The data is then transmitted via an NRF24L01 RF transceiver module to a receiver board, which displays the readings on an OLED...
Continue Reading
OLEDUINO – Arduino compatible OLED display
This OLEDUINO Board is a compact, feature-rich board that incorporates the ATMEGA328 Arduino microcontroller, a 0.96-inch 128x64 OLED display (SSD136), a 5V regulator, and headers connectors that provide access to all Arduino I/O lines. Notably, the board's size is smaller than the...
Continue Reading
434Mhz Arduino Wireless Analog Sensor Data Receiver
This Wireless Analog Sensor Receiver is a complementary component to the Wireless Analog Sensor Transmitter, designed to receive and process data transmitted from the transmitter. This Receiver project is compatible with the 434Mhz Arduino Wireless Analog Sensor Transmitter The...
Continue Reading
Fuel Gauge with OLED Display
This project enables the measurement of fuel levels in a tank using a resistive float sensor. The fuel level is measured and displayed on an OLED display. The project is compatible with Arduino and features an ATMEGA328 microcontroller. The resistive sensor, connected to a divider...
Continue Reading
Arduino Compatible OLED Board with 4 Channel 16-Bit ADC
This board consists of Arduino-compatible hardware which includes an OLED display, ADS1115 4-Channel 16Bit ADC, Arduino-compatible Microcontroller ATMEGA328, a connector for Arduino Programming, a connector for 4 Channel Analog input, and a connector for a couple of I/O lines....
Continue Reading
Analog Style VU Meter on OLED Display – Arduino Compatible
This is an analog-style VU meter on a 0.96" OLED Display. The project has a 0.96" OLED display, Atmega328 Microcontroller, 3.5 mm audio EP socket for audio signal input. This Arduino compatible hardware can be program using Arduino IDE. Operating Supply 5V DC. Specifications...
Continue Reading