-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectronics.html
91 lines (83 loc) · 5.29 KB
/
electronics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>electronics</title>
<link rel="stylesheet" media="all" type="text/css" href="all.css" />
<link rel="stylesheet" media="screen" type="text/css" href="screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="print.css" />
<link rel="stylesheet" media="all" type="text/css" href="export.css" />
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Table of Contents</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#essays">Essays</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#practical_vs_academics">Practical vs Academics</a></div></li>
<li class="level2"><div class="li"><a href="#interesting_engineering_choices">Interesting Engineering Choices</a></div></li>
<li class="level2"><div class="li"><a href="#hardware_bugs">Hardware bugs</a></div></li>
<li class="level2"><div class="li"><a href="#the_questions">THE QUESTIONS</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#absolute_moral_law">Absolute Moral Law</a></div></li>
<li class="level3"><div class="li"><a href="#skip_centioli">Skip Centioli</a></div></li>
<li class="level3"><div class="li"><a href="#nt_wright">N.T. Wright</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#joe_perez">Joe Perez</a></div></li>
<li class="level2"><div class="li"><a href="#essay_on_proper_thinkingciting_sources">Essay on Proper Thinking / Citing Sources</a></div></li>
<li class="level2"><div class="li"><a href="#religion">Religion</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#room_for_god">Room for God</a></div></li>
<li class="level3"><div class="li"><a href="#non-christians">Non-Christians</a></div></li>
<li class="level3"><div class="li"><a href="#christians">Christians</a></div></li>
<li class="level3"><div class="li"><a href="#faq_s">FAQ's</a></div></li>
<li class="level3"><div class="li"><a href="#joshua_harris">Joshua Harris</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#aw_tozer">A.W. Tozer</a></div></li>
<li class="level2"><div class="li"><a href="#brendan_kiu">Brendan Kiu</a></div></li>
<li class="level2"><div class="li"><a href="#pastor_matt">Pastor Matt</a></div></li>
<li class="level2"><div class="li"><a href="#technologyscienceengineering">Technology / Science / Engineering</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#richard_feynman">Richard Feynman</a></div></li>
<li class="level3"><div class="li"><a href="#alex_holland">Alex Holland</a></div></li>
<li class="level3"><div class="li"><a href="#mathsignal_processing">Math/Signal Processing</a></div></li>
<li class="level3"><div class="li"><a href="#programming">Programming</a></div></li>
<li class="level3"><div class="li"><a href="#what_are_important_things_to_engineer">What are important things to engineer?</a></div></li>
<li class="level3"><div class="li"><a href="#otha_stuff">Otha Stuff</a></div></li>
</ul></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<p>
<a href="https://www.circuitlab.com/" class="urlextern" title="https://www.circuitlab.com/" rel="ugc nofollow">CIRCUIT AWESOMENESS CircuitLab</a>, interactive circuit design / learning.
</p>
<p>
<a href="http://upverter.com/" class="urlextern" title="http://upverter.com/" rel="ugc nofollow">Upverter</a> how to publish circuits / schematics online and share them.
</p>
<p>
Conventional flow vs electron flow. Diodes look backwards in the latter. Documented at <a href="http://www.allaboutcircuits.com/vol_1/chpt_1/7.html" class="urlextern" title="http://www.allaboutcircuits.com/vol_1/chpt_1/7.html" rel="ugc nofollow">AllAboutCircuits</a>
</p>
<p>
Light dimmers are usually implemented using a <a href="http://www.google.com/search?q=triac" class="interwiki iw_g" title="http://www.google.com/search?q=triac">triac</a>, but they can buzz too over time. <a href="http://www.epanorama.net/documents/lights/lightdimmer.html" class="urlextern" title="http://www.epanorama.net/documents/lights/lightdimmer.html" rel="ugc nofollow">nice design article</a>. Another option seems to be a mosfet too, but not sure how to drive it.
</p>
<h2 class="sectionedit1" id="simulators">Simulators</h2>
<div class="level2">
<p>
Most are nice frontends onto SPICE. <a href="http://www.quora.com/What-is-the-best-free-electronics-electrical-circuits-simulator-software" class="urlextern" title="http://www.quora.com/What-is-the-best-free-electronics-electrical-circuits-simulator-software" rel="ugc nofollow">LTSpice, Qucs, and Electric</a> are recommended for up to mid-level projects.
</p>
<ul>
<li class="level1"><div class="li"> Another maybe more visceral one is <a href="http://www.falstad.com/circuit/" class="urlextern" title="http://www.falstad.com/circuit/" rel="ugc nofollow">Falstad's</a></div>
</li>
</ul>
</div>
<!-- EDIT{"target":"section","name":"Simulators","hid":"simulators","codeblockOffset":0,"secid":1,"range":"609-"} --></div></body>
</html>