NerdMiner_v2 icon indicating copy to clipboard operation
NerdMiner_v2 copied to clipboard

Using OLED display with ESP32

Open victorlourenco-vhl opened this issue 1 year ago • 5 comments

Hey guys! Can anyone tell me how I can use the ESP32 WROOM with an OLED I2C 128x64 display to show mining data?

display-oled

victorlourenco-vhl avatar Dec 30 '23 18:12 victorlourenco-vhl

https://youtu.be/7XdNR2ou_-g

MyOwn2C avatar Feb 14 '24 03:02 MyOwn2C

this is a nice ideia.. i hope someone cam help!

jeanfrodrigues avatar Jun 03 '24 14:06 jeanfrodrigues

Hi

That's easy, I have set this up here with VSCode & Platformio: https://github.com/paelzer/NerdMiner_v2_paelzer

Display I2C pins: SCL - ESP32 GPIO 22 SDA - ESP32 GPIO 21

Import the code into Platformio and select the env "ESP32_SSD1306". Then compile and flash your board.

Should look like this: image

Would be nice to know if it worked for you.

Boris

paelzer avatar Jun 03 '24 18:06 paelzer

very nice man, i'll try today and comeback to report, ths!

jeanfrodrigues avatar Jun 03 '24 19:06 jeanfrodrigues

Sounds good. I will do some improvements next days and ask them to add it to the official NerdMiner_v2 repository.

paelzer avatar Jun 03 '24 20:06 paelzer

Sounds good. I will do some improvements next days and ask them to add it to the official NerdMiner_v2 repository.

did they said yes? it would be very nice.

Luis612207-radxa avatar Oct 28 '24 07:10 Luis612207-radxa

This is great! Thanks! Is it possible to update it to V2 to get up to 75khs? Currently getting 55khs on this code.

klenobi avatar Dec 29 '24 23:12 klenobi

You need an S3 to get 75 kh/s. Not sure if an S2 is also capable, I don't have one so I can't test, but with a usual ESP32 it won't go over 58 something.

paelzer avatar Dec 30 '24 08:12 paelzer

This one I tested, works fine at 78

https://www.waveshare.com/esp32-s3-zero.htm

paelzer avatar Dec 30 '24 08:12 paelzer

OH! That makes sense. Thanks for making that clear, I am learning.

klenobi avatar Jan 03 '25 04:01 klenobi

@paelzer Thanks for sharing... works with ESP32-S3 DevKitC-1 - only added other pins as build args

davidk85 avatar Jan 24 '25 07:01 davidk85