mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1766] Oled Display #1009
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1009
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PrivatVerhext on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1766
Hi, is it possible to connect a OLED Screen to the Arduino?
@welcome[bot] commented on GitHub (Mar 10, 2025):
Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
* 🇬🇧 Communicate in English so everybody can understand you
* 📖 Have a look at the Wiki and README for information
* 🔍 Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* 📕 Close the issue when your problem has been solved
@Aryann019x commented on GitHub (Mar 29, 2025):
Yeahh it is possible, Arduino and esp32 & 8266 shares same pinouts but esp32 has more pins then Arduino so esp is better. However, you can connect an OLED screen to an Arduino using either I2C or SPI communication. The most common OLED screens used with Arduino are SSD1306 or SH1106 based displays.
Most OLEDs with I2C have four pins
VCC - 5V (or 3.3V)
GND - GND
SCL - A5 (on Arduino Uno, SCL)
SDA - A4 (on Arduino Uno, SDA)