My last monthly project of 2017 has been (still is) building DIY monome clone; so far I’ve build one based on sparkfun pcb (https://www.sparkfun.com/products/8033) that’s fully working (talking to serialosc and all that stuff), and I just assembled one based on adafruit pcb (https://www.adafruit.com/product/1616) — I should have software ready soon.
I also designed (in code) and 3d printed case for the sparkfun one, and I’m gonna make another one for the adafruit, and publish everything soon
So just a small update, this project got a bit out of hand — I had some problems with serialoscd on my High Sierra where it would stop sending messages if it got flooded by some app (like meadowsphysics), so I kinda wrote my own thing in nodejs that simulates serialoscd and is mext-compatible (only with 8x8 grids), I plan on cleaning everything up, setting up a README and pushing it to github first, and then writing blog post once I have more time.
Yeah that should be possible on the sparkfun one, but I stopped working on it since trellis one is smaller and fully working right now might revisit it at some point though,