BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.55k stars 286 forks source link

Using OLED display with ESP32 #279

Open victorlourenco-vhl opened 9 months ago

victorlourenco-vhl commented 9 months ago

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

19201003080114 commented 7 months ago

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

jeanfrodrigues commented 4 months ago

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

paelzer commented 4 months ago

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

jeanfrodrigues commented 4 months ago

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

paelzer commented 4 months ago

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