diymore 030526

Diymore 2.42 inch OLED Display Module (SSD1309) User Manual

Bevezetés

This manual provides instructions for the Diymore 2.42 inch OLED Display Module, model 030526. This module features a 128x64 pixel resolution and is driven by an SSD1309 IC. It supports both SPI and I2C serial communication interfaces, making it suitable for various electronic projects, including those with Arduino development boards.

Diymore 2.42 inch OLED Display Module showing 'DIY MORE' logo and menu options

1. ábra: Elöl view of the Diymore 2.42 inch OLED Display Module with example display content.

Beállítási utasítások

The Diymore 2.42 inch OLED module offers flexible connectivity options. It is factory-set for SPI communication but can be configured for I2C. Ensure all connections are secure before applying power.

1. Pinout Overview

The module features a row of pins for connection. Refer to the image below for pin identification.

Vissza view of the Diymore 2.42 inch OLED Display Module showing pin labels and component layout

2. ábra: Hátul view of the OLED module with pin labels (CS, DC, RES, SDA, SCL, VCC, GND) and resistor locations (R3, R4, R5).

2. SPI Communication Setup (Factory Setting)

The module is configured for 4-wire SPI communication by default. Connect the module to your microcontroller (e.g., Arduino Nano) as follows:

This configuration utilizes hardware SPI on some Arduino boards, but the example above uses specific digital pins for a software SPI or bit-banged approach, which is common for compatibility.

3. I2C Communication Setup

To enable I2C communication, a hardware modification is required:

  1. Resistor R4 to R3: Carefully move the resistor from position R4 to position R3 on the back of the module.
  2. Solder R5: Solder a 0 ohm resistor (or bridge the pads with solder) at position R5.

After modification, connect the module to your microcontroller as follows:

Note that the module's pins are labeled for I2C (SDA, SCL) even when factory-set for SPI. This can cause initial confusion, but the resistor modification correctly enables I2C functionality.

Kezelési útmutató

Once the module is correctly wired, you can begin programming your microcontroller to display content. The SSD1309 driver IC is largely compatible with libraries designed for the SSD1306.

1. Software Libraries

For Arduino projects, the Adafruit_SSD1306 könyvtár is widely used and compatible with this module. Install it via the Arduino IDE's Library Manager.

2. Inicializálás

After including the library, initialize the display object in your code, specifying the resolution (128, 64) and the communication interface (SPI or I2C) along with the corresponding pins. For example, for SPI:

#include <Adafruit_SSD1306.h>

#define OLED_MOSI 9
#define OLED_CLK 10
#define OLED_DC 11
#define OLED_CS 12
#define OLED_RESET 13

Adafruit_SSD1306 display(128, 64, OLED_MOSI, OLED_CLK, OLED_DC, OLED_RESET, OLED_CS);

For I2C, after the hardware modification, the initialization might look like this:

#include <Adafruit_SSD1306.h>

#define OLED_RESET 4 // Or connect to your board's reset pin

Adafruit_SSD1306 display(128, 64, &Wire, OLED_RESET); // Using default I2C pins (SDA, SCL)

Refer to the library's examples for detailed usage, including drawing text, shapes, and bitmaps.

Diymore 2.42 inch OLED Display Module with a blank, unlit screen

3. ábra: Elöl view of the OLED module with a blank screen, indicating it is powered off or not initialized.

Karbantartás

To ensure the longevity and optimal performance of your OLED display module, follow these maintenance guidelines:

Hibaelhárítás

If you encounter issues with your Diymore OLED display module, consider the following troubleshooting steps:

Műszaki adatok

FunkcióRészlet
Felbontás128 x 64 pixel
meghajtó ICSSD1309
Átlós képernyőméret2.42 hüvelykes
Interfész opciók4-wire SPI (Default), I2C (requires modification), 8-bit interfaces
Unsupported Interface3 vezetékes SPI
Hozzávetőleges méretek (csomag)3.5 x 2.1 x 0.5 hüvelyk
Hozzávetőleges súly0.634 uncia
Modellszám030526

Jótállási információk

This Diymore OLED Display Module is covered by an 18 hónap garancia a vásárlás dátumától számítva. Ez a garancia a gyártási hibákra vonatkozik, és biztosítja, hogy a termék a leírtaknak megfelelően működik rendeltetésszerű használat esetén. Kérjük, őrizze meg a vásárlást igazoló bizonylatot a garanciális igények benyújtása érdekében.

Ügyfélszolgálat

For any questions, technical assistance, or support regarding your Diymore 2.42 inch OLED Display Module, please contact our customer support team. We offer 24 órás ügyfélszolgálat to assist you with your inquiries.

For contact information, please refer to the seller's page on Amazon or the official Diymore webtelek.

Kapcsolódó dokumentumok - 030526

Előttiview 22.5W Fast Charging Module with TFT Display - diymore
Explore the diymore 22.5W Fast Charging Module, featuring multi-protocol support (PD, QC, APPLE, FCP, SCP, VOOC), a real-time TFT color display, and comprehensive safety protections. Ideal for DIY power bank projects.
Előttiview DC Powered ESP32 Dual/Quad MOS Switch Module User Manual
Comprehensive guide for the diymore DC Powered ESP32 Dual and Quad MOS Switch Modules. Details features, specifications, interface, firmware flashing, and testing for development and smart home applications.
Előttiview ESP8266 Mini Weather Forecast Clock Kit - DIY Electronic Project
Build your own smart weather station with the ESP8266 Mini Weather Forecast Clock Kit. This DIY project features an OLED display, WiFi connectivity for real-time updates, and easy assembly with clear instructions.
Előttiview 22.5W Fast Charging Module: Features, Specifications, and User Guide
Comprehensive guide to the 22.5W Fast Charging Module, detailing its multi-protocol compatibility (PD, QC, APPLE), quadruple safety protections, TFT display, input/output parameters, assembly instructions, and usage tips. Ideal for DIY power bank projects.
Előttiview T2401-O DC 12V Digital Timer Relay Module - Features, Specifications, and Operation Guide
Comprehensive guide to the T2401-O DC 12V Dual Display Digital Timer Relay Module. Covers features, technical parameters, wiring, operational modes, and setup instructions for timing and cycle control applications.
Előttiview DIYMORE 6 szabadságfokú robotkar összeszerelési útmutató
Átfogó útmutató a DIYMORE 6 szabadságfokú robotkar készlet összeszereléséhez, részletesen ismertetve az alkatrészek azonosítását, lépésről lépésre történő összeszerelési utasításokat és tippeket a sikeres építéshez.