Skip to content

caiannello/PicoDAW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoDAW

A portable music sequencer and sampler based on Raspberry Pi Pico.

WORK IN PROGRESS.

There's no software yet! Also, I'm hoping that the SDIO SD Card interface is fast enough to stream some audio tracks, since the Pico only has around 264KB or RAM. :D We'll see.

I have code in the Pico and keyboard MCU to test the switches and LCD. Lots of diodes need to be refitted, but progress is slowly being made. It is not yet able to make any sounds.

(Mockup screen borrowed from the MilkyTracker project. Just a static image..) LCD bring-up

top bottom

Velocity Sensitivity Note:

The keyswitches are quite clicky. They are HONYONE PB86 with integrated LED. Because the switches are SPDT Single-Pole-Double-Throw, there is a possibility of timing the switch's break-before-make to get velocity information.

That's why both throws on each switch are connected in the key matrix. 102 tiny little diodes. During testing though, the clicky-ness of the keys causes this feature to not work very well.

I tried anneling the switch's spring with heat, but that was a fail.

Maybe someday I'll find some more suitable SPDT switches, but at least these ones look really cool!

schematic layout

I've modelled a case and ordered it on Craftcloud.

case design

Let's have an animated GIF on this page like its 1995!!

blinky

About

A portable music sequencer and sampler based on Raspberry Pi Pico

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages