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/09/28 20:32] – renick | electricity_electronics [2023/04/24 23:38] (current) – renick | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * batteries, capacity, maximum current explainer: https:// | ||
| ==== rechargeable batteries ==== | ==== rechargeable batteries ==== | ||
| Line 78: | 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 ===== | ||
| - | [[electronics-switch-green-red|a circuit with a switch to alternate between green and red LEDs]] | + | * [[electronics-series-parallel|compare the difference between three LEDs in series and parallel]] |
| + | * [[electronics-switch-green-red|a circuit with a switch to alternate between green and red LEDs]] | ||
| ===== chaotic circuits ===== | ===== chaotic circuits ===== | ||
| 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. | ||