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();}
Gikfun Screw Shield Expansion Board: Enhance Arduino UNO R3 with the EK7007 Add-On
11 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
REXQualis Comprehensive Starter Kit with Arduino MEGA 2560 & Detailed Tutorial for Arduino IDE Compatibility
11 Review
LAFVIN Super Starter Kit for Arduino R3 Mega2560 Mega328 Nano with Detailed Tutorial - Compatible with Arduino IDE
11 Review
Comprehensive 500pcs Laptop Screw Kit Set for π© IBM HP Dell Lenovo Samsung Sony Toshiba Gateway Acer
12 Review
36-Pack Black Rubber PC CPU/Case Fan Screws/Rivets Set for Computer
11 Review
M.2 Screw Kit: Easy Mounting for NVMe SSDs on ASUS Motherboards
19 Review
π₯οΈ Helifouner 450-Piece Computer Standoffs Spacer Screws Kit: Ideal for Hard Drive, Motherboard, Fan, Power Graphics & Computer Cases
10 Review