Skip to content

Play your favourite songs through our audio player. You can also build your own DIY music controller with sliders and normal potentiometers. DJCON is an Arduino and Python project that can help you do all that!

Notifications You must be signed in to change notification settings

aon4o/dj-controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJCON

Description:

DJCON is an open-source software and hardware project for Linux PCs. You can either use our audio player that can play up to two songs at once and control them or follow the complete guide and create yourself the DIY music controller with potentiometers, Arduino and an optional LCD.

Technologies:

  • Python3
  • Arduino1.8

Management:

First Milestone:

Research

  1. Technology Research
    • How to connect Arduino with Python
    • How to take the input from Arduino
    • How to program the input taken
    • How to program an audio player

Second Milestone:

  1. Programming an audio player
    • Using a song as an input
    • Basic functions of an audio player: play, pause, skip, replay
  2. Advanced audio player functions
    • Use two songs at the same time
    • Being able to multitask between two songs
    • Adding advanced functions to the audio player: volume up/down, speed etc.
  3. Arduino code
    • Taking input from multiple potentiometers
    • Creating the logic of the code
    • Programming the LCD to show volume changes

Final Milestone:

  1. Hardware
    • Connections between the hardware
    • Hardware soldiering
    • Presentable case that can fit all the parts
  2. Arduino with Python
    • Connect the Arduino with the Python code
    • Read the values of the potentiomeres
    • Use the values to control the audio player

Optional:

  1. A good looking audio player UI

Made by: Kristiyan Petrov and Alexander Naidenov

About

Play your favourite songs through our audio player. You can also build your own DIY music controller with sliders and normal potentiometers. DJCON is an Arduino and Python project that can help you do all that!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 72.5%
  • C++ 27.5%