Shipping will be unavailable from Dec 21 to Jan 3. Orders placed during that time will be shipped the week of Jan 3.

nw2s

A Generalized Oscillator Framework

[color-box] ### Note This tutorial is a little more advanced for those of you wanting to get into device/algorithm development rather than just pa...

Uploading a Sketch with the IDE

While we're working on setting up some tools that will allow non-tech folk to upload preset-based sketches, here's a brief tutorial on how to uploa...

IDE Setup and Installation

[color-box color="red"] Note that the 1.5.8 version of the Arduino IDE has introduced some changes to their standard C++ libraries which are not ba...

Bluetooth Pairing

The nw2s::b uses the bluetooth connection for two things. 1. Uploading new sketches (really it's firmware) 2. Issuing commands to the current sket...

CV controlled sequencer

No new code to demo this week. Instead this is a new application of existing code. The melody is a sequence whose position is determined using a C...

A Turing Machine Adaptation

Most of the demos so far are meant to be building blocks of a larger program that could be used to build a composition or architecture for tune gen...

Probabilistic Triggers

This is a demonstration of the wide variety of patterns you can get from a few lines of code running on the 'b. Another notable aspect of this prog...

Sequences

The source for this demo on Ardcore can be downloaded [here](https://github.com/nw2s/b/blob/master/sketches/nw2s/ArdcoreDemoSequence/ArdcoreDemoSeq...

Second Hardware Prototype

Prototyping is still moving along. We have a prototype built of the main board which contains all of the input and output interface circuitry inclu...

Clocks

This tutorial sets up a bunch of weird clock divisions/triggers on the Ardcore expansion's digital outputs. [color-box rounded="0"] ## Download * ...

First hardware prototype

[soundcloud params="auto_play=true"]https://soundcloud.com/scottwilson/nw2s-b-output-prototype-demo-2[/soundcloud] This is a second sequence demo ...

Framework POC

I've been developing a framework for algorithmic composition using microcontrollers such as the Arduino or Beagle. The code is currently supported ...