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
arduino_boards:sound_board [2014/07/23 15:40]
admin
arduino_boards:sound_board [2020/04/01 15:01]
admin removed
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 7: Line 6:
 {{:​arduino_boards:​sound_board_11.xcf.zip|}} {{:​arduino_boards:​sound_board_11.xcf.zip|}}
  
---- +---- 
-**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>​
  
 ---- ----