
Excellent Package for Embedded ESP8266 and OLED Display. It is easy to work with and renders text very well. I've attached a video of my project I used NodeMCU for. . This is a drip irrigation timer that I use and using the OLED display as a point of use reference is very helpful. I just had to add the code for the display screens to the source code to make it work. I will order more. I used Arduino with the following settings: Board - NodeMCU 1.0CPU Frequency - 160Upload Speed - 921600ESP8266 library and ThingPulse esp8266-oled-ssd1306 library. Also tested with U8G2 library. I2C communication uses 4 for data, 5 for clock, and 16 for reset. Please note that using the ThingPulse library requires a manual reset of the display. I think this is where the other reviewers struggled. The sketch below shows "Hello World" on your display when the named libraries are installed. #include "SSD1306Wire.h"SSD1306Wire display(0x3c, 4, 5, GEOMETRY_128_32); void setup() { // Manually reset the OLED display pinMode(16, OUTPUT); digital recording (16, LOW); delay(50); digital input (16, HIGH); display.init(); display.flipScreenVertical(); display.setFont(ArialMT_Plain_16); } void loop() { display.setTextAlignment(TEXT_ALIGN_CENTER); display.drawString(64, 8, "Hello World"); display.display();}

π MCIGICM 2 Channel DC 5V Relay Module: Optocoupler Low Level Trigger Expansion Board for Arduino UNO R3, DSP, ARM, PIC, AVR, STM32, Raspberry Pi
11 Review

LAFVIN Super Starter Kit for Arduino R3 Mega2560 Mega328 Nano with Detailed Tutorial - Compatible with Arduino IDE
11 Review

Vilros Raspberry Pi 4 4GB Complete Starter Kit - Black Fan-Cooled Aluminum Case for Heavy-Duty Performance
12 Review

GeeekPi Raspberry Pi Cluster Case with Cooling Fan and Heatsink for Pi 4 Model B, 3 Model B+ & 3/2 Model B
11 Review

MacBook Retina 13-inch (A1425, A1502) and π© 15-inch (A1398) Bottom Case Screw Set with Pentalobe Screwdriver
11 Review

Glarks 660 Pieces Phillips Assortment Motherboard
10 Review

36-Pack Black Rubber PC CPU/Case Fan Screws/Rivets Set for Computer
11 Review

uxcell 3.5" HDD Screw Black 200pcs for Computer PC Case - Flat Phillips Head - 6#-32 - Hard Drive Fasteners
10 Review