mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1330] wrong OLED pins mentioned #670
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#670
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 @VIS-WA on GitHub (Oct 18, 2020).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1330
There's a mistake in declaration of pins for OLED in the example section
Location
(Wiki)
In 'Example setup with I2C OLED' in Setup Display & Buttons.
Additional context
Mine didnt work with pins mentioned for SDA, SCL for I2C OLED given in the example connections. So i referred to other sources and found out that the pins mentioned are swapped. i.e SDA should be connected to D2 and SCL to D1 of nodeMCU
@welcome[bot] commented on GitHub (Oct 18, 2020):
Thanks for opening your first issue here! 🎉
👉 Be sure to:
1. 📖 Have a look at the Wiki and README for information
2. 🔍 Search for similar issues (open and closed)
3. ✍️ Provide enough information to understand, recreate and help out with your problem
4. ℹ️ Let us know if you find a solution and please share it with us
5. 📕 Close the issue when your problem has been solved
@Therealjosephchrzempiec commented on GitHub (Jan 10, 2021):
Hello did you get your oled to work? I have been trying to get mine working nd so far no luck?
joseph
@Chesterphillip commented on GitHub (Jan 10, 2021):
I need to research it more . I’m probably not doing it right
Sent from my iPhone
@spacehuhn commented on GitHub (Jan 10, 2021):
Swapping SDA and SCL is a good idea to test if nothing works. I've also encountered some that had SDA and SCL labels swapped.
As explained in Setup Display & Buttons, you can use any pins for a I2C connection. The ones mentioned there are just part of an example setup. The same pins are also used by the deauther boards from DSTIKE.
@Therealjosephchrzempiec commented on GitHub (Jan 11, 2021):
Hello I'm using the watch it looks like the first version of the watch. I'm trying to reporgram it. But the lack of coding skills are my problem. What library is the Oled using? Also I'm trying to use adafruit neo pixel library for the RGB LEd and it looks like it is using GPIO 9 (SD2) I don't know how to map a SD2 i have tried GPIO9 and i get a error. Sorry my skils are in hardware not much of software. I'm triyng.
Joseph
@andrewbpowers commented on GitHub (Jun 8, 2021):
Absolutely correct!
Normally SDA is connected to D2 and SCL to D1.
With a different wiring, I have not yet been able to put an OLED into operation.