News

This is a 0.91 inch diagonal 128×32 OLED display module with an embedded SSD1306 controller, communicating via I 2 C interface. Note that the SSD1306 is a controller for 128×64 OLED display. Since ...
This is a driver for SSD1306 and SH1106 128x64, 128x32, 64x48 and 64x32 OLED displays running on the Arduino/ESP8266 & ESP32 and mbed-os platforms. Can be used with either the I2C or SPI version of ...
Make sure to adjust the I2C address in the OLED display initialization line (display.begin(SSD1306_I2C_ADDRESS, OLED_RESET)) if your OLED display has a different address. Upload this code to your ...
Connecting an I2C OLED module to the Maker Uno RP2040. We’ve already tested analog input and digital I/O interface, and we’ll now switch to I2C using the small SSD1315 OLED display provided in our kit ...
After waiting almost a month, I opened up the OLED and went right to testing it out. The link in the description pointed me to this website, which is a tutorial from Adafruit. Apparently, Adafruit ...
In fact, I2C is the backbone for a lot of side channels like these – it’s also one of our preferred interfaces for connecting to cool sensors, and in this case, an OLED display!
[Johngineer] found himself in need of an I2C sniffer, but didn’t have one available. Necessity is the mother of invention, so he put together this I2C sniffer sketch for Arduino. The arduino … ...
The combination of a transparent OLED display, Arduino Nano Every microcontroller, HC-05 Bluetooth module, and a small LiPo battery results in a functional and versatile piece of wearable technology.