isolated_input.kicad_sch 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. (kicad_sch
  2. (version 20231120)
  3. (generator "eeschema")
  4. (generator_version "8.0")
  5. (uuid "4510c228-8113-41ca-aa3b-caa1a5d84f9c")
  6. (paper "A4")
  7. (lib_symbols
  8. (symbol "Device:R"
  9. (pin_numbers hide)
  10. (pin_names
  11. (offset 0)
  12. )
  13. (exclude_from_sim no)
  14. (in_bom yes)
  15. (on_board yes)
  16. (property "Reference" "R"
  17. (at 2.032 0 90)
  18. (effects
  19. (font
  20. (size 1.27 1.27)
  21. )
  22. )
  23. )
  24. (property "Value" "R"
  25. (at 0 0 90)
  26. (effects
  27. (font
  28. (size 1.27 1.27)
  29. )
  30. )
  31. )
  32. (property "Footprint" ""
  33. (at -1.778 0 90)
  34. (effects
  35. (font
  36. (size 1.27 1.27)
  37. )
  38. (hide yes)
  39. )
  40. )
  41. (property "Datasheet" "~"
  42. (at 0 0 0)
  43. (effects
  44. (font
  45. (size 1.27 1.27)
  46. )
  47. (hide yes)
  48. )
  49. )
  50. (property "Description" "Resistor"
  51. (at 0 0 0)
  52. (effects
  53. (font
  54. (size 1.27 1.27)
  55. )
  56. (hide yes)
  57. )
  58. )
  59. (property "ki_keywords" "R res resistor"
  60. (at 0 0 0)
  61. (effects
  62. (font
  63. (size 1.27 1.27)
  64. )
  65. (hide yes)
  66. )
  67. )
  68. (property "ki_fp_filters" "R_*"
  69. (at 0 0 0)
  70. (effects
  71. (font
  72. (size 1.27 1.27)
  73. )
  74. (hide yes)
  75. )
  76. )
  77. (symbol "R_0_1"
  78. (rectangle
  79. (start -1.016 -2.54)
  80. (end 1.016 2.54)
  81. (stroke
  82. (width 0.254)
  83. (type default)
  84. )
  85. (fill
  86. (type none)
  87. )
  88. )
  89. )
  90. (symbol "R_1_1"
  91. (pin passive line
  92. (at 0 3.81 270)
  93. (length 1.27)
  94. (name "~"
  95. (effects
  96. (font
  97. (size 1.27 1.27)
  98. )
  99. )
  100. )
  101. (number "1"
  102. (effects
  103. (font
  104. (size 1.27 1.27)
  105. )
  106. )
  107. )
  108. )
  109. (pin passive line
  110. (at 0 -3.81 90)
  111. (length 1.27)
  112. (name "~"
  113. (effects
  114. (font
  115. (size 1.27 1.27)
  116. )
  117. )
  118. )
  119. (number "2"
  120. (effects
  121. (font
  122. (size 1.27 1.27)
  123. )
  124. )
  125. )
  126. )
  127. )
  128. )
  129. (symbol "Isolator:EL817"
  130. (pin_names
  131. (offset 1.016)
  132. )
  133. (exclude_from_sim no)
  134. (in_bom yes)
  135. (on_board yes)
  136. (property "Reference" "U"
  137. (at -5.08 5.08 0)
  138. (effects
  139. (font
  140. (size 1.27 1.27)
  141. )
  142. (justify left)
  143. )
  144. )
  145. (property "Value" "EL817"
  146. (at 0 5.08 0)
  147. (effects
  148. (font
  149. (size 1.27 1.27)
  150. )
  151. (justify left)
  152. )
  153. )
  154. (property "Footprint" "Package_DIP:DIP-4_W7.62mm"
  155. (at -5.08 -5.08 0)
  156. (effects
  157. (font
  158. (size 1.27 1.27)
  159. (italic yes)
  160. )
  161. (justify left)
  162. (hide yes)
  163. )
  164. )
  165. (property "Datasheet" "http://www.everlight.com/file/ProductFile/EL817.pdf"
  166. (at 0 0 0)
  167. (effects
  168. (font
  169. (size 1.27 1.27)
  170. )
  171. (justify left)
  172. (hide yes)
  173. )
  174. )
  175. (property "Description" "DC Optocoupler, Vce 35V, DIP-4"
  176. (at 0 0 0)
  177. (effects
  178. (font
  179. (size 1.27 1.27)
  180. )
  181. (hide yes)
  182. )
  183. )
  184. (property "ki_keywords" "NPN DC Optocoupler"
  185. (at 0 0 0)
  186. (effects
  187. (font
  188. (size 1.27 1.27)
  189. )
  190. (hide yes)
  191. )
  192. )
  193. (property "ki_fp_filters" "DIP*W7.62mm*"
  194. (at 0 0 0)
  195. (effects
  196. (font
  197. (size 1.27 1.27)
  198. )
  199. (hide yes)
  200. )
  201. )
  202. (symbol "EL817_0_1"
  203. (rectangle
  204. (start -5.08 3.81)
  205. (end 5.08 -3.81)
  206. (stroke
  207. (width 0.254)
  208. (type default)
  209. )
  210. (fill
  211. (type background)
  212. )
  213. )
  214. (polyline
  215. (pts
  216. (xy -3.175 -0.635) (xy -1.905 -0.635)
  217. )
  218. (stroke
  219. (width 0.254)
  220. (type default)
  221. )
  222. (fill
  223. (type none)
  224. )
  225. )
  226. (polyline
  227. (pts
  228. (xy 2.54 0.635) (xy 4.445 2.54)
  229. )
  230. (stroke
  231. (width 0)
  232. (type default)
  233. )
  234. (fill
  235. (type none)
  236. )
  237. )
  238. (polyline
  239. (pts
  240. (xy 4.445 -2.54) (xy 2.54 -0.635)
  241. )
  242. (stroke
  243. (width 0)
  244. (type default)
  245. )
  246. (fill
  247. (type outline)
  248. )
  249. )
  250. (polyline
  251. (pts
  252. (xy 4.445 -2.54) (xy 5.08 -2.54)
  253. )
  254. (stroke
  255. (width 0)
  256. (type default)
  257. )
  258. (fill
  259. (type none)
  260. )
  261. )
  262. (polyline
  263. (pts
  264. (xy 4.445 2.54) (xy 5.08 2.54)
  265. )
  266. (stroke
  267. (width 0)
  268. (type default)
  269. )
  270. (fill
  271. (type none)
  272. )
  273. )
  274. (polyline
  275. (pts
  276. (xy -5.08 2.54) (xy -2.54 2.54) (xy -2.54 -0.635)
  277. )
  278. (stroke
  279. (width 0)
  280. (type default)
  281. )
  282. (fill
  283. (type none)
  284. )
  285. )
  286. (polyline
  287. (pts
  288. (xy -2.54 -0.635) (xy -2.54 -2.54) (xy -5.08 -2.54)
  289. )
  290. (stroke
  291. (width 0)
  292. (type default)
  293. )
  294. (fill
  295. (type none)
  296. )
  297. )
  298. (polyline
  299. (pts
  300. (xy 2.54 1.905) (xy 2.54 -1.905) (xy 2.54 -1.905)
  301. )
  302. (stroke
  303. (width 0.508)
  304. (type default)
  305. )
  306. (fill
  307. (type none)
  308. )
  309. )
  310. (polyline
  311. (pts
  312. (xy -2.54 -0.635) (xy -3.175 0.635) (xy -1.905 0.635) (xy -2.54 -0.635)
  313. )
  314. (stroke
  315. (width 0.254)
  316. (type default)
  317. )
  318. (fill
  319. (type none)
  320. )
  321. )
  322. (polyline
  323. (pts
  324. (xy -0.508 -0.508) (xy 0.762 -0.508) (xy 0.381 -0.635) (xy 0.381 -0.381) (xy 0.762 -0.508)
  325. )
  326. (stroke
  327. (width 0)
  328. (type default)
  329. )
  330. (fill
  331. (type none)
  332. )
  333. )
  334. (polyline
  335. (pts
  336. (xy -0.508 0.508) (xy 0.762 0.508) (xy 0.381 0.381) (xy 0.381 0.635) (xy 0.762 0.508)
  337. )
  338. (stroke
  339. (width 0)
  340. (type default)
  341. )
  342. (fill
  343. (type none)
  344. )
  345. )
  346. (polyline
  347. (pts
  348. (xy 3.048 -1.651) (xy 3.556 -1.143) (xy 4.064 -2.159) (xy 3.048 -1.651) (xy 3.048 -1.651)
  349. )
  350. (stroke
  351. (width 0)
  352. (type default)
  353. )
  354. (fill
  355. (type outline)
  356. )
  357. )
  358. )
  359. (symbol "EL817_1_1"
  360. (pin passive line
  361. (at -7.62 2.54 0)
  362. (length 2.54)
  363. (name "~"
  364. (effects
  365. (font
  366. (size 1.27 1.27)
  367. )
  368. )
  369. )
  370. (number "1"
  371. (effects
  372. (font
  373. (size 1.27 1.27)
  374. )
  375. )
  376. )
  377. )
  378. (pin passive line
  379. (at -7.62 -2.54 0)
  380. (length 2.54)
  381. (name "~"
  382. (effects
  383. (font
  384. (size 1.27 1.27)
  385. )
  386. )
  387. )
  388. (number "2"
  389. (effects
  390. (font
  391. (size 1.27 1.27)
  392. )
  393. )
  394. )
  395. )
  396. (pin passive line
  397. (at 7.62 -2.54 180)
  398. (length 2.54)
  399. (name "~"
  400. (effects
  401. (font
  402. (size 1.27 1.27)
  403. )
  404. )
  405. )
  406. (number "3"
  407. (effects
  408. (font
  409. (size 1.27 1.27)
  410. )
  411. )
  412. )
  413. )
  414. (pin passive line
  415. (at 7.62 2.54 180)
  416. (length 2.54)
  417. (name "~"
  418. (effects
  419. (font
  420. (size 1.27 1.27)
  421. )
  422. )
  423. )
  424. (number "4"
  425. (effects
  426. (font
  427. (size 1.27 1.27)
  428. )
  429. )
  430. )
  431. )
  432. )
  433. )
  434. (symbol "power:+5V"
  435. (power)
  436. (pin_numbers hide)
  437. (pin_names
  438. (offset 0) hide)
  439. (exclude_from_sim no)
  440. (in_bom yes)
  441. (on_board yes)
  442. (property "Reference" "#PWR"
  443. (at 0 -3.81 0)
  444. (effects
  445. (font
  446. (size 1.27 1.27)
  447. )
  448. (hide yes)
  449. )
  450. )
  451. (property "Value" "+5V"
  452. (at 0 3.556 0)
  453. (effects
  454. (font
  455. (size 1.27 1.27)
  456. )
  457. )
  458. )
  459. (property "Footprint" ""
  460. (at 0 0 0)
  461. (effects
  462. (font
  463. (size 1.27 1.27)
  464. )
  465. (hide yes)
  466. )
  467. )
  468. (property "Datasheet" ""
  469. (at 0 0 0)
  470. (effects
  471. (font
  472. (size 1.27 1.27)
  473. )
  474. (hide yes)
  475. )
  476. )
  477. (property "Description" "Power symbol creates a global label with name \"+5V\""
  478. (at 0 0 0)
  479. (effects
  480. (font
  481. (size 1.27 1.27)
  482. )
  483. (hide yes)
  484. )
  485. )
  486. (property "ki_keywords" "global power"
  487. (at 0 0 0)
  488. (effects
  489. (font
  490. (size 1.27 1.27)
  491. )
  492. (hide yes)
  493. )
  494. )
  495. (symbol "+5V_0_1"
  496. (polyline
  497. (pts
  498. (xy -0.762 1.27) (xy 0 2.54)
  499. )
  500. (stroke
  501. (width 0)
  502. (type default)
  503. )
  504. (fill
  505. (type none)
  506. )
  507. )
  508. (polyline
  509. (pts
  510. (xy 0 0) (xy 0 2.54)
  511. )
  512. (stroke
  513. (width 0)
  514. (type default)
  515. )
  516. (fill
  517. (type none)
  518. )
  519. )
  520. (polyline
  521. (pts
  522. (xy 0 2.54) (xy 0.762 1.27)
  523. )
  524. (stroke
  525. (width 0)
  526. (type default)
  527. )
  528. (fill
  529. (type none)
  530. )
  531. )
  532. )
  533. (symbol "+5V_1_1"
  534. (pin power_in line
  535. (at 0 0 90)
  536. (length 0)
  537. (name "~"
  538. (effects
  539. (font
  540. (size 1.27 1.27)
  541. )
  542. )
  543. )
  544. (number "1"
  545. (effects
  546. (font
  547. (size 1.27 1.27)
  548. )
  549. )
  550. )
  551. )
  552. )
  553. )
  554. (symbol "power:GND"
  555. (power)
  556. (pin_numbers hide)
  557. (pin_names
  558. (offset 0) hide)
  559. (exclude_from_sim no)
  560. (in_bom yes)
  561. (on_board yes)
  562. (property "Reference" "#PWR"
  563. (at 0 -6.35 0)
  564. (effects
  565. (font
  566. (size 1.27 1.27)
  567. )
  568. (hide yes)
  569. )
  570. )
  571. (property "Value" "GND"
  572. (at 0 -3.81 0)
  573. (effects
  574. (font
  575. (size 1.27 1.27)
  576. )
  577. )
  578. )
  579. (property "Footprint" ""
  580. (at 0 0 0)
  581. (effects
  582. (font
  583. (size 1.27 1.27)
  584. )
  585. (hide yes)
  586. )
  587. )
  588. (property "Datasheet" ""
  589. (at 0 0 0)
  590. (effects
  591. (font
  592. (size 1.27 1.27)
  593. )
  594. (hide yes)
  595. )
  596. )
  597. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  598. (at 0 0 0)
  599. (effects
  600. (font
  601. (size 1.27 1.27)
  602. )
  603. (hide yes)
  604. )
  605. )
  606. (property "ki_keywords" "global power"
  607. (at 0 0 0)
  608. (effects
  609. (font
  610. (size 1.27 1.27)
  611. )
  612. (hide yes)
  613. )
  614. )
  615. (symbol "GND_0_1"
  616. (polyline
  617. (pts
  618. (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27)
  619. )
  620. (stroke
  621. (width 0)
  622. (type default)
  623. )
  624. (fill
  625. (type none)
  626. )
  627. )
  628. )
  629. (symbol "GND_1_1"
  630. (pin power_in line
  631. (at 0 0 270)
  632. (length 0)
  633. (name "~"
  634. (effects
  635. (font
  636. (size 1.27 1.27)
  637. )
  638. )
  639. )
  640. (number "1"
  641. (effects
  642. (font
  643. (size 1.27 1.27)
  644. )
  645. )
  646. )
  647. )
  648. )
  649. )
  650. )
  651. (junction
  652. (at 147.32 95.25)
  653. (diameter 0)
  654. (color 0 0 0 0)
  655. (uuid "27ec5966-f6cf-4a37-a2ec-6bbf598b2d4a")
  656. )
  657. (junction
  658. (at 143.51 90.17)
  659. (diameter 0)
  660. (color 0 0 0 0)
  661. (uuid "6d6039dc-9577-4440-99d1-40a56973baa9")
  662. )
  663. (junction
  664. (at 171.45 90.17)
  665. (diameter 0)
  666. (color 0 0 0 0)
  667. (uuid "f9ad5d5a-8ce9-461c-9370-1107ec4791a8")
  668. )
  669. (wire
  670. (pts
  671. (xy 171.45 90.17) (xy 162.56 90.17)
  672. )
  673. (stroke
  674. (width 0)
  675. (type default)
  676. )
  677. (uuid "16c2a2f5-6f74-4c7a-9464-daa496483ce0")
  678. )
  679. (wire
  680. (pts
  681. (xy 165.1 118.11) (xy 162.56 118.11)
  682. )
  683. (stroke
  684. (width 0)
  685. (type default)
  686. )
  687. (uuid "2419a6b7-5d5c-4a0a-b161-bf53827037a0")
  688. )
  689. (wire
  690. (pts
  691. (xy 165.1 120.65) (xy 165.1 118.11)
  692. )
  693. (stroke
  694. (width 0)
  695. (type default)
  696. )
  697. (uuid "264f05a4-32c1-4c11-b109-4e7e4ce5bb50")
  698. )
  699. (wire
  700. (pts
  701. (xy 171.45 80.01) (xy 171.45 77.47)
  702. )
  703. (stroke
  704. (width 0)
  705. (type default)
  706. )
  707. (uuid "27cc08b7-1e5b-4812-9da9-4d0beaff98cf")
  708. )
  709. (wire
  710. (pts
  711. (xy 180.34 90.17) (xy 171.45 90.17)
  712. )
  713. (stroke
  714. (width 0)
  715. (type default)
  716. )
  717. (uuid "2a9c15c7-84f9-42eb-8197-2fc317c5b2f6")
  718. )
  719. (wire
  720. (pts
  721. (xy 143.51 90.17) (xy 147.32 90.17)
  722. )
  723. (stroke
  724. (width 0)
  725. (type default)
  726. )
  727. (uuid "5d109ae3-7f9d-4a4c-be92-8c60b8947215")
  728. )
  729. (wire
  730. (pts
  731. (xy 128.27 95.25) (xy 147.32 95.25)
  732. )
  733. (stroke
  734. (width 0)
  735. (type default)
  736. )
  737. (uuid "6f19acf7-fff6-42e9-9390-65a7443f637f")
  738. )
  739. (wire
  740. (pts
  741. (xy 139.7 90.17) (xy 143.51 90.17)
  742. )
  743. (stroke
  744. (width 0)
  745. (type default)
  746. )
  747. (uuid "8ccf218b-976d-4ea8-a0de-a743203571a1")
  748. )
  749. (wire
  750. (pts
  751. (xy 171.45 87.63) (xy 171.45 90.17)
  752. )
  753. (stroke
  754. (width 0)
  755. (type default)
  756. )
  757. (uuid "8d22ceff-f190-4590-986d-46de5dc7e831")
  758. )
  759. (wire
  760. (pts
  761. (xy 165.1 95.25) (xy 162.56 95.25)
  762. )
  763. (stroke
  764. (width 0)
  765. (type default)
  766. )
  767. (uuid "946326b5-4ec3-4e25-ad2c-a87f9191233c")
  768. )
  769. (wire
  770. (pts
  771. (xy 143.51 118.11) (xy 143.51 90.17)
  772. )
  773. (stroke
  774. (width 0)
  775. (type default)
  776. )
  777. (uuid "a29d40cd-1ba0-4e0e-9040-121b25ed29ec")
  778. )
  779. (wire
  780. (pts
  781. (xy 147.32 95.25) (xy 147.32 113.03)
  782. )
  783. (stroke
  784. (width 0)
  785. (type default)
  786. )
  787. (uuid "b9df49f6-fe35-4c9d-a530-7d1ec8f15cc0")
  788. )
  789. (wire
  790. (pts
  791. (xy 128.27 90.17) (xy 132.08 90.17)
  792. )
  793. (stroke
  794. (width 0)
  795. (type default)
  796. )
  797. (uuid "cdf0b47d-16d1-4102-968b-8c5b675cdb49")
  798. )
  799. (wire
  800. (pts
  801. (xy 147.32 118.11) (xy 143.51 118.11)
  802. )
  803. (stroke
  804. (width 0)
  805. (type default)
  806. )
  807. (uuid "d5ec4dda-9448-4c6d-a239-622eae5e7a98")
  808. )
  809. (wire
  810. (pts
  811. (xy 162.56 113.03) (xy 171.45 113.03)
  812. )
  813. (stroke
  814. (width 0)
  815. (type default)
  816. )
  817. (uuid "e10deb09-9649-4223-b415-5b1db6ca525b")
  818. )
  819. (wire
  820. (pts
  821. (xy 171.45 113.03) (xy 171.45 90.17)
  822. )
  823. (stroke
  824. (width 0)
  825. (type default)
  826. )
  827. (uuid "e31a6847-514f-4f76-bb0c-dd77cb709956")
  828. )
  829. (wire
  830. (pts
  831. (xy 165.1 97.79) (xy 165.1 95.25)
  832. )
  833. (stroke
  834. (width 0)
  835. (type default)
  836. )
  837. (uuid "f52966ee-a215-46ce-aa3d-b8634c8daa7b")
  838. )
  839. (hierarchical_label "STATE"
  840. (shape output)
  841. (at 180.34 90.17 0)
  842. (fields_autoplaced yes)
  843. (effects
  844. (font
  845. (size 1.27 1.27)
  846. )
  847. (justify left)
  848. )
  849. (uuid "16faf078-a620-4941-a6de-b07eba25b5d9")
  850. )
  851. (hierarchical_label "INPUT_B"
  852. (shape input)
  853. (at 128.27 95.25 180)
  854. (fields_autoplaced yes)
  855. (effects
  856. (font
  857. (size 1.27 1.27)
  858. )
  859. (justify right)
  860. )
  861. (uuid "1c4cf038-e0c5-4ce2-8ad5-9ef02e6aa89d")
  862. )
  863. (hierarchical_label "INPUT_A"
  864. (shape input)
  865. (at 128.27 90.17 180)
  866. (fields_autoplaced yes)
  867. (effects
  868. (font
  869. (size 1.27 1.27)
  870. )
  871. (justify right)
  872. )
  873. (uuid "203d9739-e75b-4f5e-a2ef-ce5fb10336c2")
  874. )
  875. (symbol
  876. (lib_id "Isolator:EL817")
  877. (at 154.94 92.71 0)
  878. (unit 1)
  879. (exclude_from_sim no)
  880. (in_bom yes)
  881. (on_board yes)
  882. (dnp no)
  883. (uuid "4885a5ba-141d-499c-8485-fa9a97fe430b")
  884. (property "Reference" "U7"
  885. (at 154.94 83.82 0)
  886. (effects
  887. (font
  888. (size 1.27 1.27)
  889. )
  890. )
  891. )
  892. (property "Value" "EL817"
  893. (at 154.94 86.36 0)
  894. (effects
  895. (font
  896. (size 1.27 1.27)
  897. )
  898. )
  899. )
  900. (property "Footprint" "Package_DIP:DIP-4_W7.62mm_SMDSocket_SmallPads"
  901. (at 149.86 97.79 0)
  902. (effects
  903. (font
  904. (size 1.27 1.27)
  905. (italic yes)
  906. )
  907. (justify left)
  908. (hide yes)
  909. )
  910. )
  911. (property "Datasheet" "http://www.everlight.com/file/ProductFile/EL817.pdf"
  912. (at 154.94 92.71 0)
  913. (effects
  914. (font
  915. (size 1.27 1.27)
  916. )
  917. (justify left)
  918. (hide yes)
  919. )
  920. )
  921. (property "Description" "DC Optocoupler, Vce 35V, DIP-4"
  922. (at 154.94 92.71 0)
  923. (effects
  924. (font
  925. (size 1.27 1.27)
  926. )
  927. (hide yes)
  928. )
  929. )
  930. (pin "3"
  931. (uuid "f186c7f5-bb3a-4316-be9b-be9b5bc3cd2f")
  932. )
  933. (pin "2"
  934. (uuid "34802866-3b50-4091-96de-bac94695b9fb")
  935. )
  936. (pin "4"
  937. (uuid "ec65522d-0493-4919-a968-b4156305e98a")
  938. )
  939. (pin "1"
  940. (uuid "b06c44f1-3472-4763-b595-53b7fd901ae9")
  941. )
  942. (instances
  943. (project "cx-power-control"
  944. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  945. (reference "U7")
  946. (unit 1)
  947. )
  948. )
  949. )
  950. )
  951. (symbol
  952. (lib_id "Isolator:EL817")
  953. (at 154.94 115.57 0)
  954. (unit 1)
  955. (exclude_from_sim no)
  956. (in_bom yes)
  957. (on_board yes)
  958. (dnp no)
  959. (uuid "5ba29437-7653-43ec-a6b8-902f95e7f1f8")
  960. (property "Reference" "U8"
  961. (at 154.94 106.68 0)
  962. (effects
  963. (font
  964. (size 1.27 1.27)
  965. )
  966. )
  967. )
  968. (property "Value" "EL817"
  969. (at 154.94 109.22 0)
  970. (effects
  971. (font
  972. (size 1.27 1.27)
  973. )
  974. )
  975. )
  976. (property "Footprint" "Package_DIP:DIP-4_W7.62mm_SMDSocket_SmallPads"
  977. (at 149.86 120.65 0)
  978. (effects
  979. (font
  980. (size 1.27 1.27)
  981. (italic yes)
  982. )
  983. (justify left)
  984. (hide yes)
  985. )
  986. )
  987. (property "Datasheet" "http://www.everlight.com/file/ProductFile/EL817.pdf"
  988. (at 154.94 115.57 0)
  989. (effects
  990. (font
  991. (size 1.27 1.27)
  992. )
  993. (justify left)
  994. (hide yes)
  995. )
  996. )
  997. (property "Description" "DC Optocoupler, Vce 35V, DIP-4"
  998. (at 154.94 115.57 0)
  999. (effects
  1000. (font
  1001. (size 1.27 1.27)
  1002. )
  1003. (hide yes)
  1004. )
  1005. )
  1006. (pin "3"
  1007. (uuid "e82553b3-8eca-4053-b639-554ec43cfb75")
  1008. )
  1009. (pin "2"
  1010. (uuid "aca0b7da-d75b-49d0-b68e-3142f67ac6b8")
  1011. )
  1012. (pin "4"
  1013. (uuid "d4033d36-570e-45ef-9eb4-7c21cfe2a603")
  1014. )
  1015. (pin "1"
  1016. (uuid "1d12738f-d342-4d37-a8c0-aaf9d6e0a617")
  1017. )
  1018. (instances
  1019. (project "cx-power-control"
  1020. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1021. (reference "U8")
  1022. (unit 1)
  1023. )
  1024. )
  1025. )
  1026. )
  1027. (symbol
  1028. (lib_id "power:+5V")
  1029. (at 171.45 77.47 0)
  1030. (mirror y)
  1031. (unit 1)
  1032. (exclude_from_sim no)
  1033. (in_bom yes)
  1034. (on_board yes)
  1035. (dnp no)
  1036. (fields_autoplaced yes)
  1037. (uuid "8d7713eb-2da3-4cf6-820e-346d07f5b2bf")
  1038. (property "Reference" "#PWR031"
  1039. (at 171.45 81.28 0)
  1040. (effects
  1041. (font
  1042. (size 1.27 1.27)
  1043. )
  1044. (hide yes)
  1045. )
  1046. )
  1047. (property "Value" "+5V"
  1048. (at 171.45 72.39 0)
  1049. (effects
  1050. (font
  1051. (size 1.27 1.27)
  1052. )
  1053. )
  1054. )
  1055. (property "Footprint" ""
  1056. (at 171.45 77.47 0)
  1057. (effects
  1058. (font
  1059. (size 1.27 1.27)
  1060. )
  1061. (hide yes)
  1062. )
  1063. )
  1064. (property "Datasheet" ""
  1065. (at 171.45 77.47 0)
  1066. (effects
  1067. (font
  1068. (size 1.27 1.27)
  1069. )
  1070. (hide yes)
  1071. )
  1072. )
  1073. (property "Description" "Power symbol creates a global label with name \"+5V\""
  1074. (at 171.45 77.47 0)
  1075. (effects
  1076. (font
  1077. (size 1.27 1.27)
  1078. )
  1079. (hide yes)
  1080. )
  1081. )
  1082. (pin "1"
  1083. (uuid "c9149db4-c8a9-4434-b066-99806a64a69e")
  1084. )
  1085. (instances
  1086. (project ""
  1087. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1088. (reference "#PWR031")
  1089. (unit 1)
  1090. )
  1091. )
  1092. )
  1093. )
  1094. (symbol
  1095. (lib_id "Device:R")
  1096. (at 135.89 90.17 90)
  1097. (mirror x)
  1098. (unit 1)
  1099. (exclude_from_sim no)
  1100. (in_bom yes)
  1101. (on_board yes)
  1102. (dnp no)
  1103. (fields_autoplaced yes)
  1104. (uuid "a5c417e8-0d32-4897-993a-b8570dfdb20e")
  1105. (property "Reference" "R16"
  1106. (at 135.89 84.7155 90)
  1107. (effects
  1108. (font
  1109. (size 1.27 1.27)
  1110. )
  1111. )
  1112. )
  1113. (property "Value" "10k"
  1114. (at 135.89 87.2555 90)
  1115. (effects
  1116. (font
  1117. (size 1.27 1.27)
  1118. )
  1119. )
  1120. )
  1121. (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
  1122. (at 135.89 88.392 90)
  1123. (effects
  1124. (font
  1125. (size 1.27 1.27)
  1126. )
  1127. (hide yes)
  1128. )
  1129. )
  1130. (property "Datasheet" "~"
  1131. (at 135.89 90.17 0)
  1132. (effects
  1133. (font
  1134. (size 1.27 1.27)
  1135. )
  1136. (hide yes)
  1137. )
  1138. )
  1139. (property "Description" "Resistor"
  1140. (at 135.89 90.17 0)
  1141. (effects
  1142. (font
  1143. (size 1.27 1.27)
  1144. )
  1145. (hide yes)
  1146. )
  1147. )
  1148. (pin "2"
  1149. (uuid "686c67ff-5de0-424a-b796-139610e34c46")
  1150. )
  1151. (pin "1"
  1152. (uuid "3a8ab0e0-70aa-4326-a908-d2506bd6909b")
  1153. )
  1154. (instances
  1155. (project "cx-power-control"
  1156. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1157. (reference "R16")
  1158. (unit 1)
  1159. )
  1160. )
  1161. )
  1162. )
  1163. (symbol
  1164. (lib_id "Device:R")
  1165. (at 171.45 83.82 0)
  1166. (mirror y)
  1167. (unit 1)
  1168. (exclude_from_sim no)
  1169. (in_bom yes)
  1170. (on_board yes)
  1171. (dnp no)
  1172. (fields_autoplaced yes)
  1173. (uuid "b1e79f5c-c8d6-4869-90c4-8c2adf642798")
  1174. (property "Reference" "R15"
  1175. (at 168.91 82.5499 0)
  1176. (effects
  1177. (font
  1178. (size 1.27 1.27)
  1179. )
  1180. (justify left)
  1181. )
  1182. )
  1183. (property "Value" "10k"
  1184. (at 168.91 85.0899 0)
  1185. (effects
  1186. (font
  1187. (size 1.27 1.27)
  1188. )
  1189. (justify left)
  1190. )
  1191. )
  1192. (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder"
  1193. (at 173.228 83.82 90)
  1194. (effects
  1195. (font
  1196. (size 1.27 1.27)
  1197. )
  1198. (hide yes)
  1199. )
  1200. )
  1201. (property "Datasheet" "~"
  1202. (at 171.45 83.82 0)
  1203. (effects
  1204. (font
  1205. (size 1.27 1.27)
  1206. )
  1207. (hide yes)
  1208. )
  1209. )
  1210. (property "Description" "Resistor"
  1211. (at 171.45 83.82 0)
  1212. (effects
  1213. (font
  1214. (size 1.27 1.27)
  1215. )
  1216. (hide yes)
  1217. )
  1218. )
  1219. (pin "2"
  1220. (uuid "2119ea64-65f7-4648-b473-9f4941abbbd0")
  1221. )
  1222. (pin "1"
  1223. (uuid "31098ad7-7212-4a3c-b32a-fe84dafee23c")
  1224. )
  1225. (instances
  1226. (project ""
  1227. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1228. (reference "R15")
  1229. (unit 1)
  1230. )
  1231. )
  1232. )
  1233. )
  1234. (symbol
  1235. (lib_id "power:GND")
  1236. (at 165.1 120.65 0)
  1237. (mirror y)
  1238. (unit 1)
  1239. (exclude_from_sim no)
  1240. (in_bom yes)
  1241. (on_board yes)
  1242. (dnp no)
  1243. (fields_autoplaced yes)
  1244. (uuid "c5ecb189-ed13-46eb-a1c8-6baaf532c326")
  1245. (property "Reference" "#PWR030"
  1246. (at 165.1 127 0)
  1247. (effects
  1248. (font
  1249. (size 1.27 1.27)
  1250. )
  1251. (hide yes)
  1252. )
  1253. )
  1254. (property "Value" "GND"
  1255. (at 165.1 125.73 0)
  1256. (effects
  1257. (font
  1258. (size 1.27 1.27)
  1259. )
  1260. )
  1261. )
  1262. (property "Footprint" ""
  1263. (at 165.1 120.65 0)
  1264. (effects
  1265. (font
  1266. (size 1.27 1.27)
  1267. )
  1268. (hide yes)
  1269. )
  1270. )
  1271. (property "Datasheet" ""
  1272. (at 165.1 120.65 0)
  1273. (effects
  1274. (font
  1275. (size 1.27 1.27)
  1276. )
  1277. (hide yes)
  1278. )
  1279. )
  1280. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  1281. (at 165.1 120.65 0)
  1282. (effects
  1283. (font
  1284. (size 1.27 1.27)
  1285. )
  1286. (hide yes)
  1287. )
  1288. )
  1289. (pin "1"
  1290. (uuid "5c04d588-1d78-4b89-8c7a-b1a1b5d8adfb")
  1291. )
  1292. (instances
  1293. (project "cx-power-control"
  1294. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1295. (reference "#PWR030")
  1296. (unit 1)
  1297. )
  1298. )
  1299. )
  1300. )
  1301. (symbol
  1302. (lib_id "power:GND")
  1303. (at 165.1 97.79 0)
  1304. (mirror y)
  1305. (unit 1)
  1306. (exclude_from_sim no)
  1307. (in_bom yes)
  1308. (on_board yes)
  1309. (dnp no)
  1310. (fields_autoplaced yes)
  1311. (uuid "e3a19152-c2c7-4830-bf5e-6f06818c43f2")
  1312. (property "Reference" "#PWR029"
  1313. (at 165.1 104.14 0)
  1314. (effects
  1315. (font
  1316. (size 1.27 1.27)
  1317. )
  1318. (hide yes)
  1319. )
  1320. )
  1321. (property "Value" "GND"
  1322. (at 165.1 102.87 0)
  1323. (effects
  1324. (font
  1325. (size 1.27 1.27)
  1326. )
  1327. )
  1328. )
  1329. (property "Footprint" ""
  1330. (at 165.1 97.79 0)
  1331. (effects
  1332. (font
  1333. (size 1.27 1.27)
  1334. )
  1335. (hide yes)
  1336. )
  1337. )
  1338. (property "Datasheet" ""
  1339. (at 165.1 97.79 0)
  1340. (effects
  1341. (font
  1342. (size 1.27 1.27)
  1343. )
  1344. (hide yes)
  1345. )
  1346. )
  1347. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  1348. (at 165.1 97.79 0)
  1349. (effects
  1350. (font
  1351. (size 1.27 1.27)
  1352. )
  1353. (hide yes)
  1354. )
  1355. )
  1356. (pin "1"
  1357. (uuid "0f958686-ad1a-48db-acd3-c9e2bba42e10")
  1358. )
  1359. (instances
  1360. (project ""
  1361. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/d269ac6a-1cc7-4ed8-a753-05d6adaadd07/26a89fe6-06ef-4cb1-9fc3-baa8662680ed"
  1362. (reference "#PWR029")
  1363. (unit 1)
  1364. )
  1365. )
  1366. )
  1367. )
  1368. )