søndag den 6. oktober 2013

The MicroWaveSampler!

It is with great joy I am able to present to you: our dearest little newborn, The MicroWaveSampler.
An Arduino/Adafruit WaveShield-based 'Lo-Fi' Sampler with 16-step sequencer, preset function and external clock.
A project between my best g33k-buddy Carl @ DimsOs and I, which has been underway for a year.
We chose to call it MicroWaveSampler because it's a Microprocessor-driven Wave-sound Sampler.

Here it is in action, bellow we'll dive into the intestines.


I bought the Wave Shield some years ago and always wanted to make some simple sampler from it - I was thinking something very mechanical with rotary switches but as Carl made me aware of, the ATMega328 IC holds great potential for internally taking care of all sequencing and triggering of the samples on the card.
This awareness was the first step on the path to creating a fully functional sampler with the arduino. It turned out that we had to be very creative not only with the programming but also physically and circuit-wise, making the most of the fairly limited microprocessor IC. On the layout below, you can see the physical concept of the constellation:



So the brain of the game is of course our microprocessor, the Atmega328. It reads the WAV-files from the SD-card. We have a GUI in our little 16x2 LCD which shows our 16 steps/samples on the bottom line, each soundfile on the card is assigned a unique ASCII character, and since it's a chinese LCD we're using we have 185 symbols available (minus the ones we are using for common indicators etc).

For selecting steps and step menus (functions) we've built arrays of pushbuttons going through R2R-ladders, which means that each button sends a unique voltage to one of the AIN's on the atmega. The video shows how this is implemented but you select the step you want to edit and set the sample #, the sample rate and muting

Stripboard layout
For our "rotary encoder", we had to be creative as we were in need of a pin because of the display and the DAC, so we decided to use a DC-motor as our 'select-wheel', so just one AIN reads the voltage coming from the motor - if we spin it right, the reading is positive, spin it left and the reading is negative. That way we can determine which direction the motor is being spinned.

There's a knob for adjusting the internal clock (metronome) speed and one can switch to the external clock to syncronize with other devices. We've implemented a little button in the lower right corner for manual clocking if one doesn't have his Clock Box at hand.

Last but not least, the microprocessor sends the data to the DAC, which converts it to analog signals, amplified and sent to the audio jack.

We thought it was a good idea to go ahead and get the whole thing soldered together before engaging in the programming process. So we designed a stripboard layout and soldered everything together.
Actually we wanted to have the everything on a single stripboard, but as I already had my Wave Shield soldered up, we decided to use that and make pin headers for the shield which is nice because it saves quite a lot of space on the board. To have easier acces to the buttons while programming and testing we mounted everything in a cardboard test-box which made it look pretty sweet and silly :-)

Stripboard done
Wave Shield and LCD mounted
Everything soldered together

Now when the intestines where firmly put together, we could start experimenting with the software. It was without any doubt the most thrilling part of the whole process. To invent a small program for the machine and watch Carl code away for hours and hours. I am quite novice-level when it comes to programming so it was really a gift to have a skilled programmer design the brain for the device from my ideas. I would lay in bed before going to sleep getting new perspectives on how to implement the features needed and write them down on paper to show him so he could get an idea of how I wanted it to be.

The code will be available in the future, it still needs some polishing before it's ready for the public.

One of many code-nights @ DimsOs
Blueprint for program
Screenshot of the extensive code!
After 9 months or so, about as long as it takes to give birth to a little beauty like this, the horizon of completion came closer and it was time to get the thing boxed in it's proper casing. I got a obsolete television-channel box from my mother-in-law with a nice thin metal front-plate. I had MadsT, the the skilled carpenter and other half of DimsOs, help me drilling the holes in the frontplate. It required some delicate measuring to get the spacing between all the step-buttons right.

Casing Layout
Encased MWS!
Final Product
It's been such a learningful process and it really pays off to be persistent and patient: to be able to have a personal music device designed to fit your own basic needs.

In the future we plan to make a version 2.0 - the design will be quite different, not so unorthodox as this one. If everything goes right, we will be able to provide DIY-kits with these. I'll let you know!
As before-mentioned, the code will be up soon, I will update this thread when the time comes.
Feel free to write us, comment and share!



UPDATE October15h, 2013:

I did a recording session for the virgin concerts with the MWS, recording all sorts of concrete sounds in my lab, acoustic instruments and such. Made a multitrack session in Reaper with the beats, the result was pretty nice.

14 kommentarer:

  1. I would love to see tjis finished with code and schematic!

    SvarSlet
    Svar
    1. hopefully we will be ready with a version 2.0 soon with schematic and code :-)

      Slet
  2. Nice device! Would be interested in building one if you come up with a DIY kit.

    SvarSlet
  3. is there a microphone input?

    SvarSlet
    Svar
    1. No it's based on Adafruit's WaveShield so you have to record wav files and read them from a memory card.

      Slet
  4. Could you perhaps post the code as is?

    SvarSlet
  5. Please, share a code. I very need it.

    SvarSlet
  6. Please, share a code !!!!!!! ;-)))

    SvarSlet
  7. Please, share a code !!!!!!! ;-)))

    SvarSlet
  8. Please, share a code !!!!!!! ;-)))

    SvarSlet
  9. Please, share a code !!!!!!! ;-)))

    SvarSlet
  10. Hello there!
    I'm attempting a similar project, though I'm using a robbert sonics Wav Trigger ( https://www.sparkfun.com/products/13660#reviews ). This blog is really insightful as I have had similar thoughts about sequencing via this type of LCD.

    I'd just like to add my support and my voice to the choir of people (respectfully) requesting to see some code... it could really help someone like myself get further in my own project.

    Thank you for all you've shared, big love from Brighton UK.

    Joe

    SvarSlet
  11. This looks and sounds great!! Please share the code!

    SvarSlet