Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.46 KB

README.md

File metadata and controls

77 lines (54 loc) · 1.46 KB

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