Skip to content

Commit

Permalink
Merge pull request #24 from mxmxmx/burst
Browse files Browse the repository at this point in the history
TU 1.2
  • Loading branch information
mxmxmx authored Apr 17, 2017
2 parents cb6d1c3 + eeb9218 commit 2dda12e
Show file tree
Hide file tree
Showing 27 changed files with 5,550 additions and 140 deletions.
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
temps_utile-
============

teensy 3.2 trigger generator w/ 128x64 oled display.
# 6 x clock generator.

- info/build guide: https://github.com/mxmxmx/temps_utile-/wiki/Temps-Utile
![](https://c1.staticflickr.com/1/628/20400765240_149a3ea220_b.jpg)

... a fairly simple breakout board for teensy 3.1/3.2, focused on **clock sequencing**

![My image](https://farm1.staticflickr.com/628/20400765240_149a3ea220_b.jpg)
(the name may suggest as much ... it was stolen from M. **[Louis Lapicque](https://en.wikipedia.org/wiki/Louis_Lapicque)** (see: idem, 1907: Sur l'excitation par décharge de condensateurs; détermination directe de la durée et de la quantité utiles. _Comptes Rendus Soc. Biol._ (Paris) 62, 701-704).


### hardware basics, in brief:

- **teensy 3.1/3.2** @ 120MHz, w/ 128x64 OLED
- trigger-to-output **latency** < 100us.
- **2 clock inputs** (> 100k input impedance; threshold ~ 2.5V)
- **4 CV inputs** (100k input impedance, -/+ 5V, assignable to (almost) any parameter)
- **6 clock outputs** (5 digital, **1 DAC** (12 bit): 10V (GPIO), -/+ 5V (DAC))
- two encoders w/ switches; 2 tactile buttons.
- 14HP, ~ 25 mm Depth

### firmware:

- **7 modes, selectable per channel:**

- trigger sequencer/sequence editor
- clock division/multiplication
- LFSR
- random w/ threshold
- euclidian
- logic (AND, OR, XOR, NAND, NOR, XNOR)
- burst
- DAC (channel #4 only): random, binary, lfsr ("Turing"), logistic, sequencer/arpeggiator


### build guide: [see here](https://github.com/mxmxmx/temps_utile-/wiki/build-it)

Loading

0 comments on commit 2dda12e

Please sign in to comment.