Code Monkey home page Code Monkey logo

interactivematrix's Introduction

InteractiveMatrix

An embedded c++ platformio project for a low resolution interactive screen made from LED-strips.

Hardware

Microcontroller

  • Arduino Mega 2560

Periphery

  • Adafruit LED strips
  • Joystick
  • rotary switch
  • SD card reader

Wiring Table

Label From To Description
1 + 5V serves microcontroller with power
2 - GND microcontroller ground current
3 LED 6 information flow between LED and microcontroller
4 LED - LED ground current
5 power supply - 5V current source
6 power supply + ground current source
7 joystick - serves joystick with power
8 joystick + joystick ground current
9 joystick A0 joystick x
10 joystick A1 joystick y
11 joystick A3 joystick trigger
12 joystick A4 joystick buttons

+: refers to the 5V line on the breadboard
-: refers to the common ground line on the breadboard

Dependencies

These should bes resolved via the Platformio library manager.

Pictures

Add pictures or gifs from the project here.

Chatsheet

Useful Links

Project Structure

InteractiveMatrix
 ├── .pio     # external libraries, managed by PIO
 ├── include  # project header files
 │    ├── consts  # e.g. configuration for different hardware prototypes
 │    ├── fonts   # bitmap encoded fonts
 │    ├── snake   # code with snake game components
 │    └── README.md
 ├── lib  # project specific (private) libraries
 │    ├── ... 
 │    ├── InteractiveMatrix   # builds on FastLED for our specific use case
 │    └── README.md
 ├── src
 │    └── InteractiveMatrix.ino   # main application
 ├── test
 ├── .gitignore
 ├── platformio.ini  # project metadata
 └── README.md

TODO

  • when creating an InteractiveMatrix specify periphery objects, e.g. controller (maybe setter functions, e.g. matrix->setController())

interactivematrix's People

Contributors

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