GithubHelp home page GithubHelp logo

dustsignal / bitcoin-ticker-esp32 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andrewbudziszek/bitcoin-ticker-esp32

0.0 0.0 0.0 191 KB

A Physical Bitcoin Ticker. For use with Arduino ESP32 board and I2C OLED Display.

C++ 97.60% C 2.40%

bitcoin-ticker-esp32's Introduction

Bitcoin Ticker

NOT FOR COMMERCIAL USE Please reach out to me if you'd like to use it commercially. I am willing to come to an agreement.

Bitcoin Ticker is Arduino code for ESP32 boards. This ticker displays the price of Bitcoin/USD and idicates whether the crypto currency went up or down. The price data comes from the CoinMarketCap API.

(FYI - there are affliliate links here to hardware you might need.)

Hardware

Wiring Diagram

Wiring Diagram

Installation

Connect your ESP32 board to your computer and open bitcoinTicker.ino with the Arduino IDE.

In Tools > Board select DOIT ESP32 DEVKIT V1.

Select the correct port that your ESP32 is plugged into via Tools > Port. If your board isn't showing up, you might need to install some drivers. A Google Search for ESP32 Drivers should give you what you need.

Hit the Verify button. Install any necessary libraries via Tools > Manage Libraries. Below is the list of libraries I used in this project. You should be able to find them pretty quick by typing these into the search bar. All libraries are found in the Arduino Library Manger(Tools > Manage Libraries.) No special installation is needed outside of their library.

Libraries Used:

  • Adafruit_SSD1306 (For the OLED Display)
  • WiFi (For ESP32 onboard WiFi)
  • Wire
  • HTTPClient (To make requests to CoinMarketCap)
  • NTPClinet (Used to get the time for "Last Updated")
  • WiFiUdp (Used to get the time for "Last Updated")
  • ArduinoJson (Used to process JSON data retreived from CoinMarketCap)

Once everything is verified successfully, hit the Upload button. If your OLED is wired up correctly, you should see the screen displaying that it's connecting to your network, then it will show the ticker.

I am using the MELIFE ESP32 ESP-32S Development Board from Amazon. They're usually priced around $15 for two boards.

Usage

Plug Micro-USB into the Arduino and everything should boot up successfully in less than 10 seconds.

Support You

Whatever you need; questions answered, requests, bugs; make an Issue. I'll get to them as soon as I can.

Support Me

Support me with some crypto on Coinbase! - @SonBrooks

Or buy me a coffee - https://www.buymeacoffee.com/SonBrooks

bitcoin-ticker-esp32's People

Contributors

andrewbudziszek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.