Skip to content

nicolas-meilan/miner-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miner Utility ESP32

Dependencies

Utility Configuration

  1. Connect a device to the access point minerUtilityConfig.
  2. Send the ETH wallet address to 192.168.4.1/ethwallet using the next body:
{
  "wallet": "xxx"
}
  1. Send the wifi ssid and password to 192.168.4.1/wifiConfig using the next body:
{
  "ssid": "xxx",
  "password": "xxx"
}

Utility features

  • Show hashrate.
  • Show unpaid balance on ETH, USD and ARS.
  • Show monthly profit on ETH, USD and ARS.

HW connections

LEDS

  • Green → GPIO 12 - 220 OHM - GND
  • RED → GPIO 13 - 220 OHM - GND

Button

  • Pull Up 220 OHM → GPIO 32 - GND 5V

LCD I2C

  • SDA → GPIO 23
  • SCL → GPIO 22
  • 5V - GND

Numeric Display

  • DIO → GPIO 16
  • CLK → GPIO 17
  • 5V - GND

Buzzer

  • GPIO 2 - 220 OHM - GND

diagram

About

ESP32 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published