Skip to content

my first little Arduino project: a little 4 Step Sequencer and Synthesizer

License

Notifications You must be signed in to change notification settings

sleepycharlyy/4step_sequencer_arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4 Step Sequencer Arduino

ko-fi

About

my first little arduino nano project! uwu

its a 4 step sequencer for my arduino that uses 7 potentiometers. four for every step (to manipulate the pitch of each step) and three to manipulate the bpm, waveform and pitch. i used four leds (corresponding to each step) that blink to every beat. and one button to turn it on and off.

my code is a bit janky and its my first time programming with an arduino so don't expect to much. but it seems to work haha.

Circuit

Circuit Schematic

Pins

  • connect led1 to pin d2, led2 to pin d3, led3 to pin d4, led4 to pin d5
  • connect on off button to pin d6
  • connect speaker to pin d9
  • connect pitch potentometers to a0 to a3
  • connect octave potentometer to a4
  • connect bpm potentometer to a5
  • connect pattern potentometer to a6
  • connect waveform potentometer to a7

Libraries

Credits

I took costantinorizzuti/step-sequencer source code as a starting point and moved forward from there.

About

my first little Arduino project: a little 4 Step Sequencer and Synthesizer

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages