-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from mxmxmx/burst
TU 1.2
- Loading branch information
Showing
27 changed files
with
5,550 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
Oops, something went wrong.