GithubHelp home page GithubHelp logo

esp_neomatrix_web_text's Introduction

Stolen and updated from below!

ESP8266 ESP-01 - NeoPixel NeoMatrix - Text Scroller

This has been tested and works with the Arduino IDE v1.6.7 & v1.6.8

Credits

Original ESP-01 to NeoMatrix work by Samir Sogay:

https://www.youtube.com/watch?v=TfzFJkDgg7s
Original working files are linked from his YouTube video as well.

Project Hardware

Project Software / Arduino Libraries Used

JavaScript Libraries

Arduino Libraries

Make sure to only download these from within the Arduino IDE

Getting Started

  • Download the Spectrum Colorpicker from GitHub and place on your server so that you can access the files from the sketch. Alternatively you can try to link directly to GitHub which the files are currently setup for but not recommended.
  • Download this repo & open in the Arduino IDE
  • Download the required Adafruit libraries from inside the Arduino IDE (You may need to visit Adafruit.com for a how-to guide. Full 3rd party list)
  • Define Your WiFi Connection Information:
const char* WiFi_SSID = "<SSID-HERE>";
const char* WiFi_PASS = "<PASSWORD-HERE>";
  • Program / upload this repo to your ESP-01 from within the Arduino IDE
  • Connect your NeoMatrix
  • Find your ESP-01's IP Address and connect with a browser
  • You may need to adjust the direction of the scrolling code "NEO_MATRIX_RIGHT" w/ "NEO_MATRIX_LEFT"
  • One final note is I am only using a single NeoMatix in this code, you may need to adjust if you have more
  • Have fun!

Demo Shot

Demo Shot Color Picker Open

Troubleshooting: some of the original steps to make Samir's code work for me:

https://forums.adafruit.com/viewtopic.php?f=24&t=87346

esp_neomatrix_web_text's People

Contributors

dkomando avatar jpontius avatar

Watchers

 avatar  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.