Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
electricity_electronics [2022/10/10 02:42] – renick | electricity_electronics [2023/04/24 23:38] (current) – renick | ||
---|---|---|---|
Line 79: | Line 79: | ||
https:// | https:// | ||
+ | |||
+ | ===== relays ===== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ===== first oscillator: astable multivibrator ===== | ||
+ | |||
+ | First one is a good tutorial on building the circuit; I followed this spec. The second one is a good explanation of why it works. | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | This is a good technical description of the astable multivibrator: | ||
+ | * https:// | ||
+ | |||
+ | Here's an [[led-oscillator|astable multivibrator with potentiometer to control oscillation speed]]. | ||
+ | |||
+ | Use an astable vibrator to produce audio: | ||
+ | |||
+ | ===== Force Sensitive Resistor ===== | ||
+ | |||
+ | A good tutorial on force-sensitive resistors: https:// | ||
+ | |||
+ | Here's [[electronics-fsr-01|a circuit which uses an FSR to control an LED.]] | ||
===== exercises ===== | ===== exercises ===== | ||
Line 88: | Line 113: | ||
https:// | https:// | ||
+ | |||
+ | ===== using speakers ===== | ||
+ | |||
+ | breadboard speakers: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ===== speaker design ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | ===== DIY synths ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== universal PCBs ===== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ===== first circuit to circuit board: LED with switch and 9V battery ===== | ||
+ | |||
+ | [[electronics-first-circuitboard-led|Here' | ||
+ | |||
+ | Once you have done that, try making [[electronics-oscillator-in-a-box|this oscillator on a circuit board and then installed in a plastic container]]. | ||
+ | |||
+ | ===== designing custom arduino shields ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== using johnny five to control an arduino-based UV sensor ===== | ||
+ | |||
+ | [[electronics-uv-sensor-arduino|This code]] will allow you to display the data from a UV sensor attached to your Arduino. | ||