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
Next revision Both sides next revision
arduino_boards:sound_board [2014/07/23 15:41]
admin
arduino_boards:sound_board [2020/02/14 17:12]
admin
Line 1: Line 1:
----- +===== Sound Board =====
-**Sound Board**+
  
 This is a simple audio board for playing and generating sound with the Arduino. This is a simple audio board for playing and generating sound with the Arduino.
Line 8: Line 7:
  
 ---- ----
-**Programm** ​+==== Code ====
  
-With a piece of wire at the analog input you can make a simple theremin:+With a piece of wire at the analog input you can make a simple theremin:\\
 {{:​arduino_boards:​stereo_theremin.zip|}} {{:​arduino_boards:​stereo_theremin.zip|}}
  
 ---- ----
-**Components**+==== Parts ====
   * 2 elko 1µF   * 2 elko 1µF
   * 2 capacitors 100nF   * 2 capacitors 100nF
   * resistors: 2x 1kOhm, 2x 9.1kOhm   * resistors: 2x 1kOhm, 2x 9.1kOhm
   * stereo jack socket 3.5mm   * stereo jack socket 3.5mm
 +
 +----
 +==== License ====
 +
 +The Sound Board was designed by **Wolfgang Spahn** 2012.\\
 +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>​
  
 ---- ----