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 [2012/12/02 20:50]
admin
arduino_boards:sound_board [2020/04/01 15:01]
admin removed
Line 1: Line 1:
-**== Sound Board =========================================**+===== Sound Board =====
  
-That is a simple board to play and generate ​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:​simpl-output-board_31.xcf.zip|}}+---- 
 +==== Code ====
  
 +With a piece of wire at the analog input you can make a simple theremin:\\
 +{{:​arduino_boards:​stereo_theremin.zip|}}
  
 +----
 +==== Parts ====
 +  * 2 elko 1µF
 +  * 2 capacitors 100nF
 +  * resistors: 2x 1kOhm, 2x 9.1kOhm
 +  * stereo jack socket 3.5mm
  
-**== Programm ​=============================================**+---- 
 +==== 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]].
  
-**== Components ​===========================================** +<​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> ​ 
-  * 2 elko 10µF +</​html>​
-  * 2 capacitors 100nF +
- +
-  * resistors2x 1kOhm, 2x 9.1kOhm +
- +
-**=========================================================**+
  
 +----