Coder Social home page Coder Social logo

cryptodisplay's Introduction

CryptoDisplay

A MAX7219 and ESP8266 based cryptocurrency display

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

!! CAREFUL !! At the time of writing (22/05/18), the Arduino Board Manager has the v2.4.1 of ESP8266. This version is known to have a memory leak problem and I was struggling alot with this version ! The solution is to manually add the board with the lastest Git version. Follow the link to do it : https://github.com/esp8266/Arduino/blob/master/README.md#using-git-version

If the Arduino Board Manager version is > 2.4.1 or that you don't mind the memory link, follow these steps :

First thing is to add board support to your board manager. Inside the Arduino IDE, click on "Preferences". Under "Additional Boards Manager URLs, add :

http://arduino.esp8266.com/stable/package_esp8266com_index.json

Next, by going to "Boards Manager" you should be able to add "esp8266" by ESP8266 Community.

After that, you want to install three libraries :

ArduinoJson 5.13.2 by Benoit Blanchon
MD_MAX72XX v2.10.0 by majicDesigns
MD_Parola v2.7.4 by majicDesigns

Installing

There's only one thing that you need to do in order for the libraries to work. Inside Arduino > libraries > MD_MAX72XX > src > MD_MAX72xx.h, you need to choose the right hardware your display is using.

Put a 1 to the corresponding line.

Example : For FC-16 based display :

#define	USE_FC16_HW	1

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

cryptodisplay's People

Watchers

 avatar  avatar  avatar

cryptodisplay's Issues

Update for ArduinoJson 6

Is there anyway to get an updated version of this with the ArduinoJson 6 syntax?

Thank you for all your hard work.

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.