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/18 22:52] – renick | electricity_electronics [2023/04/24 23:38] (current) – renick | ||
|---|---|---|---|
| Line 94: | Line 94: | ||
| This is a good technical description of the astable multivibrator: | This is a good technical description of the astable multivibrator: | ||
| * https:// | * https:// | ||
| + | |||
| + | Here's an [[led-oscillator|astable multivibrator with potentiometer to control oscillation speed]]. | ||
| Use an astable vibrator to produce audio: | 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 107: | Line 113: | ||
| https:// | https:// | ||
| + | |||
| + | ===== using speakers ===== | ||
| + | |||
| + | breadboard speakers: | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| ===== speaker design ===== | ===== speaker design ===== | ||
| * https:// | * 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. | ||