Difference between revisions of "Example circuits workspace"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with "== Example circuits == Example circuits to build. === Requirements === * work on 9V battery but remain 5V compatible (for easy Arduino integration). * Breadboard build shou...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Example circuits ==
+
== Example circuits requirements ==
  
Example circuits to build.
 
 
=== Requirements ===
 
 
* work on 9V battery but remain 5V compatible (for easy Arduino integration).
 
* work on 9V battery but remain 5V compatible (for easy Arduino integration).
 
* Breadboard build should be very clear. Use short wire bridges; as little loose bridges and dangling wires as possible
 
* Breadboard build should be very clear. Use short wire bridges; as little loose bridges and dangling wires as possible
 
* Use standard/similar colors (Red +, Black -, same signals same color) so circuit flow is easy to follow.  
 
* Use standard/similar colors (Red +, Black -, same signals same color) so circuit flow is easy to follow.  
  
=== 555 ===
+
== Example circuits ==
 +
 
 +
=== Timing ===
 +
==== 555 ====
 
* alternate blinking lights (astable)
 
* alternate blinking lights (astable)
 
* monoshot (monostable / delay)
 
* monoshot (monostable / delay)
 
* PWM
 
* PWM
 +
*simple synth
  
 
=== sensors ===
 
=== sensors ===
Line 19: Line 20:
 
* Electrect microphone
 
* Electrect microphone
 
* Heartbeat sensor
 
* Heartbeat sensor
* Touch sensor
+
* Touch sensor (resistive)
 
+
* Touch sensor (capacitive)?
  
 
=== Actuators ===
 
=== Actuators ===
Line 29: Line 30:
 
* 10^3 LED ;)
 
* 10^3 LED ;)
 
* Heat (current source (e.g. with LM317))
 
* Heat (current source (e.g. with LM317))
 +
 +
[[Category:Electronics]]

Latest revision as of 12:05, 21 November 2022

Example circuits requirements

  • work on 9V battery but remain 5V compatible (for easy Arduino integration).
  • Breadboard build should be very clear. Use short wire bridges; as little loose bridges and dangling wires as possible
  • Use standard/similar colors (Red +, Black -, same signals same color) so circuit flow is easy to follow.

Example circuits

Timing

555

  • alternate blinking lights (astable)
  • monoshot (monostable / delay)
  • PWM
  • simple synth

sensors

  • LDR (LED lights depending on light)
  • NTC (LED lights depending on temperature)
  • Contact microphone (with piezo disc)
  • Electrect microphone
  • Heartbeat sensor
  • Touch sensor (resistive)
  • Touch sensor (capacitive)?

Actuators

  • Beep (piezo)
  • Amplifier (LM386)
  • 10^0 LED
  • 10^1 LED
  • 10^3 LED ;)
  • Heat (current source (e.g. with LM317))