Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.35 KB

DuinoCoin_I2C

DuinoCoin mining using the I2C Protocol, with Arduino and ESP8266 / ESP32 boards.

Pinouts

Connect the pins of the ESP8266 or ESP32 on the Arduino (Uno/Nano) like the table/images below.

ESP8266 ESP32 Arduino
3.3V 3.3V 5V
GND GND GND
SCL D1 (GPIO5) GPIO22 A5
SDA D2 (GPIO4) GPIO21 A4

ESP8266 with one Arduino Nano.

DuinoCoinI2C

ESP8266 with three Arduino Nano

DuinoCoinI2C

ESP8266 with three Arduino UNO

DuinoCoinI2C

Library Dependency

Install