Display of data from hodlerio.cz using API and ESP8266 and OLED display
- ESP8266 board: https://www.aliexpress.com/item/32665100123.html
- OLED display: https://www.aliexpress.com/item/32683094040.html
- Female to female jumper wires
- esp8266-oled-ssd1306: https://github.com/ThingPulse/esp8266-oled-ssd1306 please, install version 4.1.0, 4.2.0 doesn't work for me
- ArduinoJson: https://github.com/bblanchon/ArduinoJson
- And install driver for ESP8266 to Arduino IDE
For the code with the config note:
- change the SSID
- WiFi password
- Currency in which you want to display data (acceptable values: usd, eur or czk)
- api key and secret key (you can generate in your user account in hodlerio)
- check fingerprint
| Pin On Display | Pin on ESP8266 |
|---|---|
| GND | G |
| VCC | 3V (some boards say 3.3V) |
| SCL (Sometimes SCK) | D5 |
| SDA | D3 |

