Giter Site home page Giter Site logo

arduino-crypto-tracker's Introduction

arduino-crypto-tracker

Version 0.3 supports 12 coins (bitcoin, ethereum, litecoin, waves, binance coin, monero, stellar, cake, bsw, eos, dogecoin, zcash), can be increased to 100 or even more. A request to the coinmarketcap API occurs every 5 minutes. Coins change every 25 seconds (5 minutes / number of coins).

Now there is a separate server between the coinmarketcap and the wifi module, which simply removes unnecessary data from the coinmarketcap response. This is necessary because the wifi module can process a JSON object of no more than 4096 kilobytes.

gif

Components

  • Arduino Uno
  • ESP8266 (ESP01)
  • 1602A LCD
  • Wires

Libs

  • ESP8266WiFi
  • ArduinoJson
  • SoftwareSerial
  • LiquidCrystal_I2C

ESP8266 Firmware

ESP8266 Firmware

Connection diagram for ESP8266 firmware:

ESP8266 ARDUINO UNO
GND GND
VIN 3.3v
ENABLE 3.3v
TX TX
RX RX
GPIO0 GND

It is also necessary to close reset and gnd on the arduino.

Next, you need to hold down the reset button on the arduino and connect the arduino to the PC, after you hear that the USB-device is connected, you can release the button.

To update the ESP8266 firmware, you need to perform a number of manipulations with the Arduino IDE development environment.

  1. Open the /api/api.ino file, configure the wi-fi network
  2. Open File -> Preferences -> paste the link into the Additional Board Manager URLs http://arduino.esp8266.com/stable/package_esp8266com_index.json
  3. Open Tools -> Boards -> ESP8266 Boards -> Generic ESP8266 Module
  4. Install ArduinoJson library (Tools -> Manage Libraries -> Find and install)
  5. Compile and upload it to ESP8266.
  6. Profit!

Final connection diagram

final

Connection diagram for ESP8266 firmware:

ESP8266 ARDUINO UNO
GND GND
3V3 3.3v
ENABLE 3.3v
TX Serial 3
RX Serial 2
LCD 1602A ARDUINO UNO
GND GND
VCC 5v
SDA A4
SCL A5

Update Arduino Uno firmware:

  1. Open the /main/main.ino file
  2. Open Tools -> Boards -> Arduino AVR Board -> Arduino Uno
  3. Install LiquidCrystal_I2C library (Tools -> Manage Libraries -> Find and install)
  4. Compile and upload it to ESP8266.
  5. Profit!

arduino-crypto-tracker's People

Contributors

sgoldik avatar

Stargazers

 avatar  avatar

Watchers

 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.