Replies: 13 comments 3 replies
-
SSD1306 128x64 works fine on the ESP32-S3 devkitc 1, but the NerdminerV2 source code doesn't support i2c displays by default. At least on the mentioned ESP32-S3 devkitc 1 I could implement this with these libraries by Adafruit: https://github.com/adafruit/Adafruit_SSD1306 Pins used: You can have a look here: https://github.com/paelzer/NerdMiner_v2_paelzer/tree/SSD1306 |
Beta Was this translation helpful? Give feedback.
-
Got working after much messing however just been given a st7789 tft so.may
use that instead
…On Fri, 29 Nov 2024, 19:22 p43lz3r, ***@***.***> wrote:
SSD1306 128x64 works fine on the ESP32-S3 devkitc 1, but the NerdminerV2
source code doesn't support i2c displays by default.
At least on the mentioned ESP32-S3 devkitc 1 I could implement this with
these libraries by Adafruit:
https://github.com/adafruit/Adafruit_SSD1306
https://github.com/adafruit/Adafruit-GFX-Library
Pins used:
GPIO 8 (SDA)
GPIO 9 (SCL)
3.3V
GND
You can have a look here:
https://github.com/paelzer/NerdMiner_v2_paelzer/tree/SSD1306
Check env:esp32_s3_devkitc_1_SSD1306
image.png (view on web)
<https://github.com/user-attachments/assets/8a836d20-5613-4384-8929-cd1061fc2cbc>
—
Reply to this email directly, view it on GitHub
<#528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNFJNBB42ISZTWWLRG4G2NT2DC5JDAVCNFSM6AAAAABSMUPFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBRHA2TKOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Can you post more details to the ST7789 that you want to use? Maybe photos and exact naming of the device? I got the Nerdminer to work with many different types on ESP32 devkits and also ESP32 S3 devkits. |
Beta Was this translation helpful? Give feedback.
-
I have a tenstar robo 2.4 240x320 st7789 driver screen and a Estardyn 1.9 240x240 tft which is also a st7789 driver and I am using a esp 32 s3 devkit c1 clone |
Beta Was this translation helpful? Give feedback.
-
This one? |
Beta Was this translation helpful? Give feedback.
-
For the ST7735 on the ESP32-S3 devkit I recommend this repo: https://github.com/matlen67/NerdMiner_V2_ESP32-ST7735 [env:ESP32_ST7735] Works fine here. |
Beta Was this translation helpful? Give feedback.
-
Use this pinout: GND |
Beta Was this translation helpful? Give feedback.
-
Thank you
I will try this a little.latee however I have both DC and CS pins donthese
gontonsame.pin or different ?
…On Wed, 4 Dec 2024, 17:58 p43lz3r, ***@***.***> wrote:
Use this pinout:
GND
3.3V
SCK=12
SDA=11
RST=4
DC/RS=2
CS=10
—
Reply to this email directly, view it on GitHub
<#528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNFJNBFHVIM6RE4RMAHTJRD2D47DPAVCNFSM6AAAAABSMUPFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBWGQ2DQMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Sorry just see it was RS not CS Doh!!!!
…On Wed, 4 Dec 2024, 17:58 p43lz3r, ***@***.***> wrote:
Use this pinout:
GND
3.3V
SCK=12
SDA=11
RST=4
DC/RS=2
CS=10
—
Reply to this email directly, view it on GitHub
<#528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNFJNBFHVIM6RE4RMAHTJRD2D47DPAVCNFSM6AAAAABSMUPFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBWGQ2DQMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Great i finally jabe managed to get the sd1306 working as well as one of
the tft displays.wprking perfect the other 2 do not display properly will
have to play around with those and see if i can figure out the settings but
I would.never have managed this without your help thank you so much
…On Thu, 5 Dec 2024, 16:15 p43lz3r, ***@***.***> wrote:
CS, DC (sometimes also mentioned as RS) need to have different pins.
CS is the SPI slave select pin which is activated by the master if he
wants to control the slave (the display in this case).
DC/RS pin is the display control pin (data/command).
—
Reply to this email directly, view it on GitHub
<#528 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNFJNBERVKADDZPILLBKZBL2EB3Y5AVCNFSM6AAAAABSMUPFBKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBXGU2DIMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
has anyone successfully added a ssd1306 to a s3 dev board have been trying to figure this out all weekend but not got anywhere and head is spinning just want to be able to monitor a board without having to fire up pc every time
Beta Was this translation helpful? Give feedback.
All reactions