Search on blog

Follow us on facebook

Top sellers

Information

USING AN SSD1306 128x64 OLED DISPLAY (I2C type) WITH THE IoT PROTO SHIELD PLUS

Published : 05/06/2022 08:11:49
Categories : IoT Proto Shield Plus , Proto Shield Plus


USING AN SSD1306 128x64 OLED DISPLAY (I2C type) WITH THE IoT PROTO SHIELD PLUS

The IoT Proto Shield Plus is ready to work with 4 pins I2C SSD1306 128x64 OLED displays of widespread use.
To work with a I2C SSD1306 128x64 OLED display, just plug the module into the BRD9 header according to the following pictures.


BRD9 OLED DISPLAY 128x64 header of the IoT Proto Shield Plus
BRD9 OLED DISPLAY 128x64 header of the IoT Proto Shield Plus


Schematic of the IoT Proto Shield Plus BRD9 OLED DISPLAY 128x64 header
Schematic of the IoT Proto Shield Plus BRD9 OLED DISPLAY 128x64 header 


An I2C SSD1306 128x64 OLED display module plugged into BRD9 header of the IoT Proto Shield Plus
An I2C SSD1306 128x64 OLED display module plugged into BRD9 header of the IoT Proto Shield Plus



DEFAULT CONNECTIONS


Refer to the blog article "I2C Bus on the IoT Proto Shield Plus" to see default routing of I2C signals on the IoT Proto Shield Plus.



SAMPLE SKETCHES


Download the sample sketches by clicking here.

Location: IoTPSP_Sample_SketchesIoTPSP_SSD1306_DISPLAY_128x64


Use the IoTPSP_SSD1306_DISPLAY_128x64_NANO sketch to test the 128x64 OLED display with ARDUINO NANO boards.

The IoTPSP_SSD1306_DISPLAY_128x64_NANO sketch, used to test the IoT Proto Shield Plus with NANO boards, uses the Adafruit SSD1306 library.
Be sure to install it before using the sketch.



Use the IoTPSP_SSD1306_DISPLAY_128x64_ESP32 sketch to test the 128x64 OLED display with ESP32 boards.

The IoTPSP_SSD1306_DISPLAY_128x64_ESP32 sketch, used to test the IoT Proto Shield Plus with ESP32 boards, uses the ESP8266 and ESP32 OLED driver for SSD1306 displays library.
Be sure to install it before using the sketch.



Use the IoTPSP_SSD1306_DISPLAY_128x64_ESP8266 sketch to test the 128x64 OLED display with ESP8266 boards.

The IoTPSP_SSD1306_DISPLAY_128x64_ESP8266 sketch, used to test the IoT Proto Shield Plus with ESP8266 boards, uses the ESP8266 and ESP32 OLED driver for SSD1306 displays library.
Be sure to install it before using the sketch (see above).



Using the SSD1306 128x64 OLED display with different GPIO pins


Refer to the blog article "I2C Bus on the IoT Proto Shield Plus" to see how to use I2C with different GPIO pins on the IoT Proto Shield Plus.


Share this content