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/04/15 00:19]
127.0.0.1 external edit
arduino_boards:sound_board [2020/04/01 15:01]
admin removed
Line 1: Line 1:
-**== Sound Board =========================================**+===== Sound Board =====
  
-This is a simple board for playing and generating sound with the Arduino.+This is a simple ​audio board for playing and generating sound with the Arduino.
  
 {{:​arduino_boards:​sound_board_11.jpg?​300|}}\\ {{:​arduino_boards:​sound_board_11.jpg?​300|}}\\
 {{:​arduino_boards:​sound_board_11.xcf.zip|}} {{:​arduino_boards:​sound_board_11.xcf.zip|}}
  
 +----
 +==== Code ====
  
-**== Program ==============================================** +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
Line 18: Line 19:
   * 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>​
  
 +----