1. შესავალი
This manual provides detailed instructions for the setup, operation, and integration of the DIYmall 0.96-inch I2C OLED Display Module, featuring the SSD1306 driver. This compact display is ideal for various microcontroller projects, including those involving Arduino, ESP32, and Raspberry Pi.
რა შედის:
- 1 x DIYmall 0.96" White OLED Module

სურათი 1: წინა view of the DIYmall 0.96" White OLED Display Module.
2. სპეციფიკაციები
| ფუნქცია | დეტალი |
|---|---|
| ჩვენების ზომა | 0.96 ინჩი |
| ჩვენების ტიპი | OLED (Organic Light Emitting Diode) |
| რეზოლუცია | 128x64 პიქსელი |
| მძღოლი IC | SSD1306 |
| ინტერფეისი | I2C (Inter-Integrated Circuit) / IIC Serial |
| საოპერაციო ტომიtage | 3.3 ვოლტი - 5 ვოლტი |
| ფერი | თეთრი |
| სამონტაჟო ტიპი | პანელის მთა |
| კონექტორის ტიპი | ხვრელის მეშვეობით |
| პროდუქტის ზომები | 0.96" სიგანე x 0.96" სიმაღლე (დაახლოებით 24.4 მმ x 24.4 მმ) |
| საქონლის მოდელის ნომერი | 0.96 taiwan oled screen |
| UPC | 702795761066, 702795765828 |

Figure 2: Technical drawing with dimensions of the OLED module.
3. დაყენება და ინსტალაცია
This section guides you through connecting the OLED module to common microcontrollers and preparing your development environment.
3.1 Pinout and I2C Address
The module typically features four pins: VCC, GND, SCL, and SDA. The default I2C address for this module is 0x3C. Some modules may have jumpers to change the address to 0x3D.

Figure 3: Back of the OLED module, highlighting the I2C address configuration.
3.2 Wiring with Arduino
To connect the 0.96" OLED module to an Arduino board, follow these connections:
- VCC to Arduino 5V (or 3.3V, depending on your Arduino model and module compatibility)
- GND to Arduino GND
- SCL to Arduino A5 (for Uno/Nano) or D21 (for Mega)
- SDA to Arduino A4 (for Uno/Nano) or D20 (for Mega)

სურათი 4: მაგample wiring of the OLED module with an Arduino board. Note the I2C address change to 0x3C in the code.
3.3 Wiring with NodeMCU (ESP8266)
For NodeMCU (ESP8266) boards, use the following connections:
- VCC to NodeMCU 3V3
- GND to NodeMCU GND
- SCL to NodeMCU D1
- SDA to NodeMCU D2

სურათი 5: მაგample wiring of the OLED module with a NodeMCU ESP8266 board.
4. საოპერაციო ინსტრუქციები
To operate the OLED display, you will need to install specific libraries in your Arduino IDE and upload example კოდი.
4.1 Library Installation
Install the following libraries in your Arduino IDE via the Library Manager (Sketch > Include Library > Manage Libraries...):
- Adafruit SSD1306
- Adafruit GFX ბიბლიოთეკა
- RTClib (if using a Real-Time Clock module)
4.2 ყოფილიample Code and Usage
After wiring and installing libraries, you can upload example sketches to test the display. Ensure the I2C address in your code matches the module's address (typically 0x3C).
For detailed instructions on connecting the ESP32 with a DS3231 clock module and the OLED, refer to the official DIYmall video below:
Video 1: Tutorial on connecting ESP32 with DS3231 clock module and OLED display, provided by DIYmall.
5. Დიაგნოსტიკა
- Display is blank after power-up: The OLED display will appear blank until it is correctly initialized by your microcontroller and code. Ensure your code is uploaded and running, and the I2C address in the code matches the module's address (0x3C or 0x3D).
- Incorrect display output: Double-check your wiring connections for SDA, SCL, VCC, and GND. Verify that the correct libraries are installed and included in your sketch.
- Compilation errors: Ensure you have the latest versions of the Adafruit SSD1306 and Adafruit GFX libraries. Some older library versions or Arduino IDE versions might require minor code adjustments (e.g., adding `const` to `PROGMEM` definitions).
- I2C communication issues: Use an I2C scanner sketch to confirm the module's address. Ensure no other I2C devices are conflicting on the bus.
- დენის პრობლემები: While the module supports 3.3V-5V, ensure your power supply is stable and provides sufficient current.
6. მოვლა
The DIYmall 0.96" OLED Display Module is a robust electronic component. Follow these guidelines for optimal performance and longevity:
- დამუშავება: Handle the module by its edges to avoid touching the display surface or delicate components.
- შენახვა: Store in a dry, anti-static environment, away from direct sunlight and extreme temperatures.
- დასუფთავება: If necessary, gently clean the display surface with a soft, lint-free cloth. Avoid abrasive materials or harsh chemicals.
- ელექტრომომარაგება: ყოველთვის გამოიყენეთ სტაბილური კვების წყარო მითითებული მოცულობის ფარგლებში.tagდიაპაზონი (3.3V-5V).
7. გარანტია და მხარდაჭერა
For warranty information, technical support, or further assistance, please refer to the official DIYmall store or contact their customer service directly. Product support resources, including additional tutorials and code examples, may be available on the DIYmall webსაიტი.





