Giter Club home page Giter Club logo

deej-arduino-volume-mixer's Introduction

Info

This projects provides the code for the following deej volume mixer: https://www.printables.com/model/867600-deej-volume-mixer-arduinoledrgbmusic-control

To support the buttons, the following deej fork is required: https://github.com/Miodec/deej

The following libraries are used:
TaskScheduler - Cooperative multitasking for Arduino
FastLED - FastLED library for colored LED animation on Arduino

GitHub Info

The code on GitHub is only a snapshot. The development takes place on a self hosted git instance, thus you will not find a proper git history here.

Installation

This code has been developed using vscode with the PlatformIO plugin and tested with an Arduino Nano-V3 328PB Module.

With the PlatformIO plugin the installation should be straight forward.

Configuration

In the src/main.cpp you can modify min and max brightness of the LEDs by changing the values of MAXBRIGHTNESS and MINBRIGHTNESS.

The colors of the app sliders are set in the setup() function. The values are provided in the HSV format, but keep in mind, that FastLED maps the HSV color values to the 0-255 number range. So a hue of 300 should be provided as 212.

deej-arduino-volume-mixer's People

Contributors

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