Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/witnessmenow/simple-arduino-crypto-display

An Arduino Crypto currency display that uses CoinMarketCap API for data
https://github.com/witnessmenow/simple-arduino-crypto-display

arduino coinmarketcap esp8266 esp8266-arduino iot

Last synced: 3 months ago
JSON representation

An Arduino Crypto currency display that uses CoinMarketCap API for data

Awesome Lists containing this project

README

        

# Simple Arduino Crypto Display

### NOTE: Coinmarket cap have changed their API and this project currently does not work with it

![alt text](https://i.imgur.com/QcoTabI.png "Display")

[![Alt text](https://img.youtube.com/vi/2IRsOFaWfho/0.jpg)](https://www.youtube.com/watch?v=2IRsOFaWfho)

[Check out the youtube video of the project!](https://www.youtube.com/watch?v=2IRsOFaWfho)

A display built with an ESP8266 that fetches live currency prices directly from the [CoinMarketCap.com](CoinMarketCap.com) API.

I've tried to make this project as easy to make as possible. There is no soldering and you also do not need to know how to code. In total it should take 10-15 minutes. The total cost is also only about $8 or so.

Crypto Wallets (If you feel like tipping, obviously no need to!)
* ETH: 0x8b4334dc87d2231745772DBaDdC5FE8E705613BE
* BTC: 14pzPrjedUyYb4iqxNA8xCPVKPcDKgeV1x

### Parts Required

* [NodeMCU ESP8266 Board](http://s.click.aliexpress.com/e/ayNNnYN)
* [OLED Display 1.3" version](http://s.click.aliexpress.com/e/EqByrzb)
* [Female-Female Dupont cables](http://s.click.aliexpress.com/e/2nq7AuR)

### 3D printed case from video:
[Thingiverse](https://www.thingiverse.com/thing:2539435)

### Wiring

It should be wired as followed

| Pin On Display| Pin on NodeMCU |
| ------------- |----------------|
| GND | G |
| VCC | 3V (some boards say 3.3V |
| SCL (Sometimes SCK) | D5 |
| SDA | D3 |

---

NOTE: Some displays have GND and VCC swapped around, always wire as above!

---
![alt text](https://i.imgur.com/jaC6E2S.jpg?1 "Warning")

![alt text](https://i.imgur.com/OrTd5SX.jpg "Wiring")
![alt text](https://i.imgur.com/0pLIPvH.png "Wiring to Screen")
![alt text](https://i.imgur.com/xgvBrwZ.png "Wiring to Board")