Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
paper_bits:pb204_sync-sequencer [2020/03/21 10:52]
admin [Software]
paper_bits:pb204_sync-sequencer [2020/07/16 18:11] (current)
admin
Line 1: Line 1:
 =====PB204 Sync Sequencer ===== =====PB204 Sync Sequencer =====
 +
 +** There is a new version of the sequencer use the [[paper_bits:​pb206_sequence_recall|PB206 Sequence (Total) Recall]] instead**\\
  
 That is the latest 8 step sequencer for the Paper Bits. One can change steps, speed and the value of two independent CV output. Because it has an external trigger input one can easily synchronize them. It's evan possible to build an 16, 24 or 32 step sequencer out of two, three or more of them.\\ That is the latest 8 step sequencer for the Paper Bits. One can change steps, speed and the value of two independent CV output. Because it has an external trigger input one can easily synchronize them. It's evan possible to build an 16, 24 or 32 step sequencer out of two, three or more of them.\\
Line 64: Line 66:
 ---- ----
 ===== Software ===== ===== Software =====
-Once you're board is ready, you will need to burn the arduino ​UNO bootloader on the Atmega ​chip (some chips already come with a bootloader).\\+Once you're board is ready, you will need to burn the Arduino ​UNO bootloader on the Atmega328 ​chip (some chips already come with a bootloader).\\
 Follow the instructions to burn the bootloader:​\\ Follow the instructions to burn the bootloader:​\\
 [[http://​paperpcb.dernulleffekt.de/​doku.php?​id=avr_bootloader:​bootloader&​s[]=burn&​s[]=bootloader|burn the bootloader]]\\ [[http://​paperpcb.dernulleffekt.de/​doku.php?​id=avr_bootloader:​bootloader&​s[]=burn&​s[]=bootloader|burn the bootloader]]\\
Line 72: Line 74:
 Or use your [[http://​paperpcb.dernulleffekt.de/​doku.php?​id=arduino_clones:​serial_adapter|Arduino as a Serial Adapter]]\\ Or use your [[http://​paperpcb.dernulleffekt.de/​doku.php?​id=arduino_clones:​serial_adapter|Arduino as a Serial Adapter]]\\
  
-Open the Arduino IDE software on your computer and upload the following code to the board:+Open the Arduino IDE software on your computer and upload the following code to the board (Arduino UNO):
 {{ :​paper_bits:​syncsequencer_03.zip |}}\\ {{ :​paper_bits:​syncsequencer_03.zip |}}\\
  
Line 78: Line 80:
  
 ---- ----
 +==== License ====
 +
 +The PB204 Sync Sequencer was designed by **Wolfgang Spahn**, 2019-20.\\
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].
 +
 +<​html>​
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a> ​
 +</​html>​
 +
 +----
 +