-

Raspberry pi 0.91 inch OLED Module SKU:385011: Difference between revisions

From Geekworm Wiki
Jump to navigation Jump to search
No edit summary
 
Replace <comments/> with <comment-streams />
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Deprecated}}
[[File:Oled6216.jpg|thumbnail|right|Raspberry pi 0.91 inch OLED Module sku:385011]]
[[File:Oled6216.jpg|thumbnail|right|Raspberry pi 0.91 inch OLED Module sku:385011]]
{{GD Template Impl}}
{{GD Template Impl}}
Line 14: Line 15:
*Compatible with raspberry pie(Raspberry pi 2 Model B / B+ / B / A+),  banana pie, cubieboard,  pcduino,  Arduino etc.
*Compatible with raspberry pie(Raspberry pi 2 Model B / B+ / B / A+),  banana pie, cubieboard,  pcduino,  Arduino etc.


[[How to use OLED display module| How to use OLED display module]]
[[How to connect| How to connect]]
[[How to check if connect to I2C device| How to check if connect to I2C device]]
== Packing List ==
== Packing List ==
*1 x OLED Module
*1 x OLED Module
Line 27: Line 25:
oled6223.jpg|
oled6223.jpg|
</gallery>
</gallery>
==How to connect==
Compeletely compatible with Arduino and Raspberry Pi
              '''Module Pin Connections'''
{| class="wikitable" border="1"
|-
|-
| Sensor module => Arduino
| Sensor module => Raspberry Pi
|-
| SCL --> A5
| SCL --> SCL
|-
| SDA --> A4
| SDA --> SDA
|-
| GNO --> GNO
| GNO --> GNO
|-
| IRQ --> D2
| IRQ -->GPIO
|-
| VCC --> 5V
| VCC --> 3.3V
|}
* Enable I2C interface of Raspberry PI, can be configured via the raspi-config configuration tool or edit the file '''/boot/config.txt''', add line:
  ''dtparam=i2c_arm=on''
* Add I2C modules,edit  '''/etc/modules file''' (command: sudo nano /etc/modules) , append the following lines:
  ''i2c-bcm2708''
  ''i2c-dev''
* Installing the I2C library and tools
  ''sudo apt-get install i2c-tools python-smbus''
* Update software and install the RPI.GPIO library
  ''sudo apt-get update''
  ''sudo apt-get install build-essential python-dev python-pip''
  ''sudo pip install RPi.GPIO''
* Install graphic library
  ''sudo apt-get install python-imaging python-smbus''
* Download some software libraries, then run
  ''sudo apt-get install git''
  ''git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git''
  ''cd Adafruit_Python_SSD1306''
  ''sudo python setup.py install''
* Provide three samples (animate.py, image.py,shapes.py)
  '''cd Adafruit_Python_SSD1306'''
  '''sudo python shapes.py'''
Note: when using the sensor base plate, OLED on the left and right side interfaces using the RST PIN isdifferent, around 25# and 24# respectively, modify the corresponding pin on the line, the default is the right


[[Category:Product Manual]]   
[[Category:Product Manual]]   
[[Category:Raspberry pi]]
[[Category:Raspberry pi]]
[[Category:Arduino]]
[[Category:Arduino]]
<comments/>
<comment-streams id="main" />

Latest revision as of 10:13, 27 May 2026

 ⚠️  Deprecated: This page is outdated and may contain inaccurate information. It is kept for reference only. 
Raspberry pi 0.91 inch OLED Module sku:385011
Raspberry pi 0.91 inch OLED Module sku:385011

Instruction

Stacking 0.91" OLED Module for Raspberry Pi / Arduino / Banana PI / PCDuino (128 x 32). 0.91 inches 128x32-resolution OLED display, high-speed, low-power, programmable and flexible configuration and so on.

Features

  • Support 3.3V/5V two kinds of power supply (toggle via switch).
  • Data input/output via the I2C bus, compatible with 3.3V/5V level (toggle via switch).
  • Resolution: 128x32.
  • Can be used independently, can also be used with our Cascading and Overlapping Multi-Function Sensor Expansion Board(sku. 357254)
  • Compatible with raspberry pie(Raspberry pi 2 Model B / B+ / B / A+), banana pie, cubieboard, pcduino, Arduino etc.

Packing List

  • 1 x OLED Module

Application

Stacking 0.91" OLED Module can used with board Cascading and Overlapping Base Board SKU:357254

How to connect

Compeletely compatible with Arduino and Raspberry Pi

             Module Pin Connections
Sensor module => Arduino Sensor module => Raspberry Pi
SCL --> A5 SCL --> SCL
SDA --> A4 SDA --> SDA
GNO --> GNO GNO --> GNO
IRQ --> D2 IRQ -->GPIO
VCC --> 5V VCC --> 3.3V
  • Enable I2C interface of Raspberry PI, can be configured via the raspi-config configuration tool or edit the file /boot/config.txt, add line:
 dtparam=i2c_arm=on 
  • Add I2C modules,edit /etc/modules file (command: sudo nano /etc/modules) , append the following lines:
 i2c-bcm2708
 i2c-dev
  • Installing the I2C library and tools
 sudo apt-get install i2c-tools python-smbus
  • Update software and install the RPI.GPIO library
 sudo apt-get update
 sudo apt-get install build-essential python-dev python-pip
 sudo pip install RPi.GPIO
  • Install graphic library
 sudo apt-get install python-imaging python-smbus
  • Download some software libraries, then run
 sudo apt-get install git
 git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
 cd Adafruit_Python_SSD1306
 sudo python setup.py install
  • Provide three samples (animate.py, image.py,shapes.py)
 cd Adafruit_Python_SSD1306
 sudo python shapes.py 

Note: when using the sensor base plate, OLED on the left and right side interfaces using the RST PIN isdifferent, around 25# and 24# respectively, modify the corresponding pin on the line, the default is the right