Skip to content

Commit 10c6a01

Browse files
committed
hw update, move synths
1 parent 6faee64 commit 10c6a01

File tree

14 files changed

+338
-272
lines changed

14 files changed

+338
-272
lines changed

hardware/analog/components/active/diode.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@
109109
- 1N1100
110110
- [[https://en.wikipedia.org/wiki/1N4148_signal_diode][1N4148]] (glass red, switching 4ns, 200mA, 100v)
111111
- 1N5236B
112-
- Rectifier: epoxy, high electric current
112+
- Rectifier: epoxy, high electric current, +voltage drop
113113
- https://www.inventable.eu/2017/09/04/los-diodos-1n4000/
114114
- https://en.wikipedia.org/wiki/1N400x_rectifier_diode
115115
- 1N400x (1A, 30us)
116116
- 1N54xx (3A)
117-
- Schottky
117+
- Schottky, -voltage drop
118118
- [[https://en.wikipedia.org/wiki/List_of_1N58xx_Schottky_diodes][1N58xx]] (Vf=0.3v,10ns)
119119
- Zener
120120
- low breakdown voltage

hardware/analog/components/active/transistors/bjt.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- http://r-luis.xbot.es/edigital/qnpn_pnp.html
88
- The most common
99
- Uses both *electrons* and *electron holes* as charge carriers.
10-
- current controlled switch
10+
- =current= controlled switch
1111
- _voltage drop_ of 0.5v
1212
- Multiplies (~100x) current (the Betha)
1313
- Most transistors operate at: 0mV < Vbe < 700mV
Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* FET (Field Effect Transistor)
1+
#+TITLE: FET (Field Effect Transistor)
22

33
[[https://i.ytimg.com/vi/euXR2blqlDE/maxresdefault.jpg]]
44

@@ -8,33 +8,43 @@
88
- https://en.wikipedia.org/wiki/Field-effect_transistor
99
- 1925/195-
1010
- aka "unipolar transistors"
11-
- voltage controlled switch
11+
- =voltage= controlled switch
12+
- low consume
13+
- low resistance
14+
- high impedance
1215
- Uses an ~electric field~ to control the flow of current in a semiconductor.
16+
- easy to damage with static fields
17+
- supports higher loads than BJT without overheat
18+
- by requiring small voltages, NOT CURRENT for it's gate
19+
- commonly used with a resistor on it's gate
1320
- terminals/legs
14-
1) source
15-
2) gate: control the flow of current by applying voltage here, which alters the conductivity
16-
3) drain
21+
1) Gate: control the flow of current by applying voltage here, which alters the conductivity
22+
2) Drain (into)
23+
3) Source (flow out of, aka GND)
1724

18-
** JFET (Junction FET)
25+
* JFET (Junction FET)
1926

27+
- https://en.wikipedia.org/wiki/JFET
2028
- in ~N-type~ applying negative voltage in gate would increase depletion region
2129
#+ATTR_ORG: :width 150
2230
[[https://eepower.com/uploads/articles/Fig1-An-overview-of-the-field-effect-transistor-fet.jpg]]
2331

24-
** MOSFET (Metal-Oxide-Semiconductor FET)
32+
* MOSFET (Metal-Oxide-Semiconductor FET)
2533

26-
- threshold voltage:
34+
- https://en.wikipedia.org/wiki/MOSFET
35+
- threshold/gate voltage:
2736
- generics 2-4v
2837
- logic-level ones <2v
29-
- voltage based switching
30-
- a block of ~P-type~ with probes of ~N-type~ (in N-type transistors)
31-
- a metal gate layer above a insulating oxide layer, that controls flow of an electric field
32-
- when a (+) is given to the gate,
33-
it pulls electrons making the whole middle section N-type
34-
closing the circuit
35-
- features
36-
- less power
37-
- much smaller
38-
- easy to damage
38+
- types
39+
- n-channel
40+
- more common
41+
- a block of ~P-type~ with probes of ~N-type~
42+
- when a (+) is given to the gate,
43+
it pulls electrons making the whole middle section N-type
44+
closing the circuit
45+
- p-channel
46+
- inverse behaviour
47+
48+
#+CAPTION: a metal gate layer above a insulating oxide layer, controls flow of an electric field
3949
#+ATTR_ORG: :width 200
4050
[[https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Lateral_mosfet.svg/800px-Lateral_mosfet.svg.png]]

hardware/analog/components/active/voltage-regulator.org

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
- they have dozens of transistors
1515
- they have 3 pins
1616

17-
#+CAPTION: unregulated(top) and regulated(bottom) voltage
17+
#+CAPTION: oscilloscope, unregulated(top) and regulated(bottom) voltage
1818
#+ATTR_ORG: :width 300
1919
[[https://europe1.discourse-cdn.com/arduino/optimized/4X/9/b/7/9b71f04d0e8c22b4ff58be5a051a707088b7cdc8_2_669x500.jpeg]]
2020

2121
* Circuit
2222

23-
the datasheet will tell you what capacitors you need for the IN/OUT
23+
the datasheet will tell you what capacitors you need for the IN & OUT
2424
#+ATTR_ORG: :width 400
2525
[[https://www.build-electronic-circuits.com/wp-content/uploads/2023/06/full_rectifier-1.png]]
2626

@@ -31,7 +31,7 @@ the datasheet will tell you what capacitors you need for the IN/OUT
3131

3232
- TPS61070 - Efficient Synchronous Boost Converter
3333
- LM2596 - Step-Down Voltage Regulator
34-
- LM317 - Adjustable Voltage Regulator
34+
- LM317 - *Adjustable* Voltage Regulator
3535
- Can be setup to adjust voltage based on potentiometer
3636
- Vout = 1.25 * (1+(R2/R1)) + 50u * R2
3737
- Can be also setup to provide a constant current source (while changing voltage)
@@ -42,6 +42,16 @@ the datasheet will tell you what capacitors you need for the IN/OUT
4242
- https://en.wikipedia.org/wiki/78xx
4343
- https://www.inventable.eu/2023/05/17/reguladores-tension-78l/
4444

45+
- Where "xx" indicate the _output_ voltage
4546
- 78xx - positive (linear) voltage regulators
47+
|------+--------+--------|
48+
| | <r> | <r> |
49+
| | min in | output |
50+
|------+--------+--------|
51+
| 7824 | 30v | 24v |
52+
| 7812 | 15v | 12v |
53+
| 7808 | 10v | 8v |
54+
| 7806 | 8v | 6v |
55+
| 7805 | 7v | 5v |
56+
|------+--------+--------|
4657
- 79xx - negative (linear) voltage regulators
47-
- where "xx" indicate the _output_ voltage

hardware/analog/components/passive/capacitors.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
- high frequency, acts like short circuit
2828
- low frequency, acts like open circuit
2929
- due above can function as
30-
- a LPF, useful to clean high freq noise
31-
- a HPF
30+
- a LPF, useful to clean high freq noise, electrolitic cap
31+
- a HPF, ceramic cap
3232
- a band filter, by using both LPF+HPF
3333

3434
* Form Factors

hardware/analog/courses.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [[https://www.youtube.com/playlist?list=PLkyBCj4JhHt9dIWsO7GaTU149BkIFbo5y][Electricity videos in order]] by Physics Videos by Eugene Khutoryansky
12
- [[https://www.youtube.com/playlist?list=PLah6faXAgguOeMUIxS22ZU4w5nDvCl5gs][Beginner Electronics]] by CodeNMore
23
- [[https://www.youtube.com/playlist?list=PL7T06JEc5PF61Ma10WWjYn5YodvXrhWe2][Electronics]] by Nerd's Lesson
34
- [[https://www.youtube.com/playlist?list=PLLs0XGQCqp0peSsgkpm8hsWLC5C9hUg8x][Learning Electronics]] by Leo's Bag of Tricks

hardware/analog/videos.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
- Transistors: https://www.youtube.com/watch?v=X31B1pVow1o
2+
23
* channels
34

5+
- https://www.youtube.com/c/Electr%C3%B3nicaFP/videos
46
- https://www.youtube.com/@GadgetReboot
57
- IMSAI guy basics https://www.youtube.com/playlist?list=PLXDK0MeyK4Zj7aS1_kkNKaRwiWeBhNZb0
68
- https://www.youtube.com/@EngineeringMindset/playlists
79
- https://www.youtube.com/@EEVblog/playlists
810
- https://www.youtube.com/@jeriellsworth/videos
9-
- https://www.youtube.com/playlist?list=PLkyBCj4JhHt9dIWsO7GaTU149BkIFbo5y
1011
- https://www.youtube.com/@greatscottlab/videos
1112
- https://www.youtube.com/@stemscience1/videos
1213
- https://www.youtube.com/@Vocademy-Electronics-Tech
@@ -16,7 +17,6 @@
1617
- https://www.youtube.com/@IMSAIGuy/videos
1718
- https://www.youtube.com/@HaseebElectronics/videos
1819
- https://www.youtube.com/c/ShawnHymel/videos
19-
- RSD Academy https://www.youtube.com/playlist?list=PLL_nf1OmixTT8ZPpWYcxVEjsp33y0C0o9
2020
- Jonathan Valvano
2121
Embedded Systems - Shape the World
2222
https://www.youtube.com/playlist?list=PL_RVM1q4YIETsC1_nFjgBF9X0jKebDucF

hardware/digital/embedded.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- MIT 6.172 Performance Engineering of Software Systems, Fall 2018 https://www.youtube.com/playlist?list=PLUl4u3cNGP63VIBQVWguXxZZi0566y7Wf
2+
- https://github.com/m3y54m/Embedded-Engineering-Roadmap
3+
- https://embeddedartistry.com/beginners/
4+
- https://embeddedartistry.com/recommended-reading/
15
- https://voidstarsec.com/blog/intro-to-embedded-part-1
26
- https://github.com/f3nter/HardBreak/
37
- https://github.com/koutto/hardware-hacking/
File renamed without changes.

0 commit comments

Comments
 (0)