Giter Site home page Giter Site logo

netik / hubbashowdisplay Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26.97 MB

An ESP8266/Arduino hardware project which can send OSC messages, receive and display Midi Time Code over Apple MIDI (WiFI).

License: Apache License 2.0

C 15.52% C++ 80.01% HTML 4.47%

hubbashowdisplay's Introduction

HubbaShowDisplay

An ESP8266/Arduino hardware project which can send OSC messages, receive and display Midi Time Code over Apple MIDI (WiFI).

This is built on the NodeMCU / Ai-Thinker ESP8266 12-E Board, which you can buy on Amazon. There are so many clones of this but they all work. https://www.amazon.com/HiLetgo-Internet-Development-Wireless-Micropython/dp/B010O1G1ES

It also requires a 8 segment display based on the MAX 7219.

A suitable one is here: https://www.amazon.com/MAX7219-8-Digital-7-Segment-Display-Raspberry/dp/B086GKV958

Schematics are coming soon, I need to draw them up. Right now the connections between the ESP8266 and display are as follows:

Pinouts

There are three pings required for the LED The LED display connects to VCC (3.3v) and Ground, and data pins:

#define LED_CLK_PIN D5 #define LED_DATA_PIN D6 #define LED_CS_PIN D7

Three buttons are used to send OSC commands. Three buttons, connected to ground and the following pins:

#define BUTTON_RED D0 // gpio 16, internal pull up #define BUTTON_YELLOW D1 // gpio 5, internal pull up #define BUTTON_GREEN D2 // gpio 4, internal pull up

Web server

In order for the config webserver to work you must upload config.html and done.html into ESP Flash. PlatformIO can do this via "Upload FileSystem Image"

hubbashowdisplay's People

Contributors

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