diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-09-27 21:11:10 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-09-27 21:11:10 +0000 |
| commit | 15a375a356667ff0d7c3b3c5cde337cdbf55854a (patch) | |
| tree | 12dbfbecc7d283ceecf1bd1e2cd62acaf46167e4 /root | |
| parent | sticky footer (diff) | |
| download | mmm-15a375a356667ff0d7c3b3c5cde337cdbf55854a.tar.gz mmm-15a375a356667ff0d7c3b3c5cde337cdbf55854a.zip | |
add knob pics to btrktrl article
Diffstat (limited to 'root')
| -rw-r--r-- | root/projects/btrktrl/$order | 13 | ||||
| -rw-r--r-- | root/projects/btrktrl/text$moonscript -> fn -> mmm$dom.moon | 7 |
2 files changed, 7 insertions, 13 deletions
diff --git a/root/projects/btrktrl/$order b/root/projects/btrktrl/$order deleted file mode 100644 index 0520d1b..0000000 --- a/root/projects/btrktrl/$order +++ /dev/null @@ -1,13 +0,0 @@ -proto_rgb -proto_encoder -proto_spi -knobs_all -knobs_testing -pcb_glamour_close -pcb_glamour_far -pcb_glamour_top -pcb_glamour -pcb_glamour_connector -pcb_dev_configuration -pcb_dev_encoder -pcb_osc diff --git a/root/projects/btrktrl/text$moonscript -> fn -> mmm$dom.moon b/root/projects/btrktrl/text$moonscript -> fn -> mmm$dom.moon index f7d8f9c..4d12d25 100644 --- a/root/projects/btrktrl/text$moonscript -> fn -> mmm$dom.moon +++ b/root/projects/btrktrl/text$moonscript -> fn -> mmm$dom.moon @@ -52,6 +52,13 @@ import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom' filtered_block '^pcb_glamour' filtered_block '^pcb_dev' + text "I also contacted some suppliers of machined aluminum knobs online and ordered a some samples from one of them.", + "I selected only knobs that are made made from solid aluminum and that use a set-screw for fastening to make sure + that the aluminum and the encoder would make electrical contact through the set-screw, which is required for the + capacitive sensing to work (at leas the way I implemented it)." + + filtered_block '^knobs' + text "The daughterboards and controller communicate over a custom SPI protocol I designed. The controller configures the daughterboards on boot or request from the PC. It sends and receives OSC messages over SLIP-encoded Serial. |
