Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Interfacing OLED with ESP32 WROOM32

pacman22

Junior Member level 1
Joined
Oct 11, 2022
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
147

I want to connect two OLED display modules to ESP32. I want these OLEDs to display the same image at the same time. Will daisy chaining these two displays work? These displays will be communicating over 4-wire SPI.​

renderTimingPixel.png

Display: https://www.waveshare.com/1.5inch-rgb-oled-module.htm
ESP32WROOM32: https://www.espressif.com/sites/def...2-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf
 
Hi,

Instead of daisy chaining them, I´d rather parallel connect them.

I just recognized the OLEDs don´t even have a data output ... then how is your idea to daisy chaining them at all?

For independent access they offer the CS signal .. on the same SPI bus.

Klaus
 
Hi,

Instead of daisy chaining them, I´d rather parallel connect them.

I just recognized the OLEDs don´t even have a data output ... then how is your idea to daisy chaining them at all?

For independent access they offer the CS signal .. on the same SPI bus.

Klaus
Share all SPI signals among both the displays including chip select. Is this what you mean?
Capture.JPG
 
Last edited:
Will both displays be observable in the same visual field ?

Asking because the controllers in the OLED display have asych processes,
and you could see artifacts possibly in both displays that would be observable from
same point of view.


Regards, Dana.
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top