-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path555.yaml
46 lines (46 loc) · 958 Bytes
/
555.yaml
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
---
description: Timer
package: DIP
pincount: 8
datasheet: http://www.datasheetcatalog.org/datasheet/philips/NE_SA_SE555_C_2.pdf
pins:
- num: 1
sym: GND
desc: ground
- num: 2
sym: TRIG
desc: trigger
- num: 3
sym: OUT
desc: output
- num: 4
sym: ~RESET
desc: reset (active low)
- num: 5
sym: CV
desc: control voltage
- num: 6
sym: THR
desc: threshold
- num: 7
sym: DIS
desc: discharge
- num: 8
sym: Vcc
desc: supply voltage
specs:
- param: Maximum supply voltage
val: 18
unit: V
- param: Maximum output current (NE555)
val: 200
unit: mA
- param: Power dissipation
val: 600
unit: mW
notes:
- In monostable mode, pulse width ≈ 1.1RC
- In astable mode, frequency = 1/(0.693*C*(R1+2*R2))
- In astable mode, pulse high time = 0.693*(R1+R2)*C
- In astable mode, pulse low time = 0.693*R2*C
...