No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

psu_lm2576.kicad_sch 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. (kicad_sch (version 20230121) (generator eeschema)
  2. (uuid e2ee8a97-0807-4327-9a05-9b57bbffc076)
  3. (paper "A4")
  4. (title_block
  5. (title "LM2576 5V Power Supply")
  6. (date "2024-01-20")
  7. (rev "0")
  8. (company "DrinkRobotics")
  9. (comment 1 "https://git.xythobuz.de/thomas/Dispensy")
  10. (comment 2 "Licensed under the CERN-OHL-S-2.0+")
  11. (comment 3 "PCB Thickness: 1mm")
  12. (comment 4 "Copyright (c) 2023 - 2024 Thomas Buck <thomas@xythobuz.de>")
  13. )
  14. (lib_symbols
  15. (symbol "jlc:CC0402KRX7R8BB104" (pin_names hide) (in_bom yes) (on_board yes)
  16. (property "Reference" "C" (at 0 1.27 0)
  17. (effects (font (size 1.27 1.27)))
  18. )
  19. (property "Value" "CC0402KRX7R8BB104" (at 0 -2.54 0)
  20. (effects (font (size 1.27 1.27)))
  21. )
  22. (property "Footprint" "jlc_footprints:C0402" (at 0 -10.16 0)
  23. (effects (font (size 1.27 1.27) italic) hide)
  24. )
  25. (property "Datasheet" "https://item.szlcsc.com/15869.html" (at -2.286 0.127 0)
  26. (effects (font (size 1.27 1.27)) (justify left) hide)
  27. )
  28. (property "LCSC" "C105883" (at 0 0 0)
  29. (effects (font (size 1.27 1.27)) hide)
  30. )
  31. (property "Capacitance" "100nF" (at 0 0 0)
  32. (effects (font (size 1.27 1.27)) hide)
  33. )
  34. (property "ki_keywords" "C105883" (at 0 0 0)
  35. (effects (font (size 1.27 1.27)) hide)
  36. )
  37. (symbol "CC0402KRX7R8BB104_0_1"
  38. (polyline
  39. (pts
  40. (xy -1.27 0)
  41. (xy -0.508 0)
  42. )
  43. (stroke (width 0) (type default))
  44. (fill (type none))
  45. )
  46. (polyline
  47. (pts
  48. (xy -0.508 2.032)
  49. (xy -0.508 -2.032)
  50. )
  51. (stroke (width 0) (type default))
  52. (fill (type none))
  53. )
  54. (polyline
  55. (pts
  56. (xy 0.508 0)
  57. (xy 1.27 0)
  58. )
  59. (stroke (width 0) (type default))
  60. (fill (type none))
  61. )
  62. (polyline
  63. (pts
  64. (xy 0.508 2.032)
  65. (xy 0.508 -2.032)
  66. )
  67. (stroke (width 0) (type default))
  68. (fill (type none))
  69. )
  70. (pin input line (at -3.81 0 0) (length 2.54)
  71. (name "1" (effects (font (size 1 1))))
  72. (number "1" (effects (font (size 1 1))))
  73. )
  74. (pin input line (at 3.81 0 180) (length 2.54)
  75. (name "2" (effects (font (size 1 1))))
  76. (number "2" (effects (font (size 1 1))))
  77. )
  78. )
  79. )
  80. (symbol "jlc:LM2576S-5_0_TR" (in_bom yes) (on_board yes)
  81. (property "Reference" "U" (at 0 1.27 0)
  82. (effects (font (size 1.27 1.27)))
  83. )
  84. (property "Value" "LM2576S-5_0_TR" (at 0 -2.54 0)
  85. (effects (font (size 1.27 1.27)))
  86. )
  87. (property "Footprint" "jlc_footprints:TO-263-5_L10.6-W9.6-P1.70-LS15.9-BR" (at 0 -10.16 0)
  88. (effects (font (size 1.27 1.27) italic) hide)
  89. )
  90. (property "Datasheet" "https://item.szlcsc.com/139878.html" (at -2.286 0.127 0)
  91. (effects (font (size 1.27 1.27)) (justify left) hide)
  92. )
  93. (property "LCSC" "C194472" (at 0 0 0)
  94. (effects (font (size 1.27 1.27)) hide)
  95. )
  96. (property "ki_keywords" "C194472" (at 0 0 0)
  97. (effects (font (size 1.27 1.27)) hide)
  98. )
  99. (symbol "LM2576S-5_0_TR_0_1"
  100. (rectangle (start -10.16 7.62) (end 10.16 -7.62)
  101. (stroke (width 0) (type default))
  102. (fill (type background))
  103. )
  104. (pin power_in line (at -15.24 5.08 0) (length 5.08)
  105. (name "VIN" (effects (font (size 1 1))))
  106. (number "1" (effects (font (size 1 1))))
  107. )
  108. (pin power_in line (at 15.24 5.08 180) (length 5.08)
  109. (name "OUT" (effects (font (size 1 1))))
  110. (number "2" (effects (font (size 1 1))))
  111. )
  112. (pin power_in line (at -15.24 -5.08 0) (length 5.08)
  113. (name "GND" (effects (font (size 1 1))))
  114. (number "3" (effects (font (size 1 1))))
  115. )
  116. (pin unspecified line (at 15.24 0 180) (length 5.08)
  117. (name "FB" (effects (font (size 1 1))))
  118. (number "4" (effects (font (size 1 1))))
  119. )
  120. (pin unspecified line (at -15.24 0 0) (length 5.08)
  121. (name "ON#/OFF" (effects (font (size 1 1))))
  122. (number "5" (effects (font (size 1 1))))
  123. )
  124. (pin power_in line (at 15.24 -5.08 180) (length 5.08)
  125. (name "TAB" (effects (font (size 1 1))))
  126. (number "6" (effects (font (size 1 1))))
  127. )
  128. )
  129. )
  130. (symbol "jlc:MBR340F" (pin_names hide) (in_bom yes) (on_board yes)
  131. (property "Reference" "D" (at 0 1.27 0)
  132. (effects (font (size 1.27 1.27)))
  133. )
  134. (property "Value" "MBR340F" (at 0 -2.54 0)
  135. (effects (font (size 1.27 1.27)))
  136. )
  137. (property "Footprint" "jlc_footprints:SOD-123_L2.8-W1.8-LS3.7-RD" (at 0 -10.16 0)
  138. (effects (font (size 1.27 1.27) italic) hide)
  139. )
  140. (property "Datasheet" "https://item.szlcsc.com/301422.html" (at -2.286 0.127 0)
  141. (effects (font (size 1.27 1.27)) (justify left) hide)
  142. )
  143. (property "LCSC" "C475721" (at 0 0 0)
  144. (effects (font (size 1.27 1.27)) hide)
  145. )
  146. (property "ki_keywords" "C475721" (at 0 0 0)
  147. (effects (font (size 1.27 1.27)) hide)
  148. )
  149. (symbol "MBR340F_0_1"
  150. (polyline
  151. (pts
  152. (xy -1.27 0)
  153. (xy -1.27 -2.032)
  154. (xy -0.762 -2.032)
  155. (xy -0.762 -1.778)
  156. )
  157. (stroke (width 0) (type default))
  158. (fill (type none))
  159. )
  160. (polyline
  161. (pts
  162. (xy -1.27 0)
  163. (xy -1.27 2.032)
  164. (xy -1.778 2.032)
  165. (xy -1.778 1.778)
  166. )
  167. (stroke (width 0) (type default))
  168. (fill (type none))
  169. )
  170. (polyline
  171. (pts
  172. (xy 1.27 1.524)
  173. (xy -1.27 0)
  174. (xy 1.27 -1.778)
  175. (xy 1.27 1.524)
  176. )
  177. (stroke (width 0) (type default))
  178. (fill (type background))
  179. )
  180. (pin unspecified line (at -5.08 0 0) (length 3.81)
  181. (name "1" (effects (font (size 1 1))))
  182. (number "1" (effects (font (size 1 1))))
  183. )
  184. (pin unspecified line (at 5.08 0 180) (length 3.81)
  185. (name "2" (effects (font (size 1 1))))
  186. (number "2" (effects (font (size 1 1))))
  187. )
  188. )
  189. )
  190. (symbol "jlc:VT1C102M1010" (pin_names hide) (in_bom yes) (on_board yes)
  191. (property "Reference" "C25" (at 0 5.731 0)
  192. (effects (font (size 1.27 1.27)))
  193. )
  194. (property "Value" "VT1C102M1010" (at 0 3.81 0)
  195. (effects (font (size 1.27 1.27)))
  196. )
  197. (property "Footprint" "jlc_footprints:CAP-SMD_BD10.0-L10.3-W10.3-LS11.3-FD" (at 0 -10.16 0)
  198. (effects (font (size 1.27 1.27) italic) hide)
  199. )
  200. (property "Datasheet" "https://atta.szlcsc.com/upload/public/pdf/source/20170630/1498816639192.pdf" (at -2.286 0.127 0)
  201. (effects (font (size 1.27 1.27)) (justify left) hide)
  202. )
  203. (property "LCSC" "C310843" (at 0 0 0)
  204. (effects (font (size 1.27 1.27)) hide)
  205. )
  206. (property "Capacitance" "1000uF" (at 0 0 0)
  207. (effects (font (size 1.27 1.27)) hide)
  208. )
  209. (property "ki_keywords" "C310843" (at 0 0 0)
  210. (effects (font (size 1.27 1.27)) hide)
  211. )
  212. (symbol "VT1C102M1010_0_1"
  213. (rectangle (start -2.032 -2.0066) (end -1.016 -2.032)
  214. (stroke (width 0) (type default))
  215. (fill (type background))
  216. )
  217. (rectangle (start -1.524 -1.524) (end -1.4986 -2.54)
  218. (stroke (width 0) (type default))
  219. (fill (type background))
  220. )
  221. (polyline
  222. (pts
  223. (xy -0.762 -2.54)
  224. (xy -0.762 2.54)
  225. )
  226. (stroke (width 0) (type default))
  227. (fill (type none))
  228. )
  229. (arc (start 1.9722 2.54) (mid -0.0627 0) (end 1.9722 -2.54)
  230. (stroke (width 0) (type default))
  231. (fill (type none))
  232. )
  233. (pin unspecified line (at -5.08 0 0) (length 4.318)
  234. (name "1" (effects (font (size 1 1))))
  235. (number "1" (effects (font (size 1 1))))
  236. )
  237. (pin unspecified line (at 5.08 0 180) (length 4.826)
  238. (name "2" (effects (font (size 1 1))))
  239. (number "2" (effects (font (size 1 1))))
  240. )
  241. )
  242. )
  243. (symbol "jlc:VZH101M1K1010-TRO" (pin_names hide) (in_bom yes) (on_board yes)
  244. (property "Reference" "C24" (at 3.81 0.651 0)
  245. (effects (font (size 1.27 1.27)) (justify left))
  246. )
  247. (property "Value" "VZH101M1K1010-TRO" (at 3.81 -1.27 0)
  248. (effects (font (size 1.27 1.27)) (justify left))
  249. )
  250. (property "Footprint" "jlc_footprints:CAP-SMD_BD10.0-L10.3-W10.3-FD" (at 0 -10.16 0)
  251. (effects (font (size 1.27 1.27) italic) hide)
  252. )
  253. (property "Datasheet" "https://item.szlcsc.com/245683.html" (at -2.286 0.127 0)
  254. (effects (font (size 1.27 1.27)) (justify left) hide)
  255. )
  256. (property "LCSC" "C249838" (at 0 0 0)
  257. (effects (font (size 1.27 1.27)) hide)
  258. )
  259. (property "Capacitance" "100uF" (at 0 0 0)
  260. (effects (font (size 1.27 1.27)) hide)
  261. )
  262. (property "ki_keywords" "C249838" (at 0 0 0)
  263. (effects (font (size 1.27 1.27)) hide)
  264. )
  265. (symbol "VZH101M1K1010-TRO_0_1"
  266. (rectangle (start -2.54 1.524) (end -1.524 1.4986)
  267. (stroke (width 0) (type default))
  268. (fill (type background))
  269. )
  270. (rectangle (start -2.032 2.032) (end -2.0066 1.016)
  271. (stroke (width 0) (type default))
  272. (fill (type background))
  273. )
  274. (polyline
  275. (pts
  276. (xy -2.54 0.762)
  277. (xy 2.54 0.762)
  278. )
  279. (stroke (width 0) (type default))
  280. (fill (type none))
  281. )
  282. (arc (start 2.402 -2.3373) (mid -0.0054 -0.1295) (end -2.4028 -2.348)
  283. (stroke (width 0) (type default))
  284. (fill (type none))
  285. )
  286. (pin unspecified line (at 0 5.08 270) (length 4.318)
  287. (name "1" (effects (font (size 1 1))))
  288. (number "1" (effects (font (size 1 1))))
  289. )
  290. (pin unspecified line (at 0 -5.08 90) (length 4.826)
  291. (name "2" (effects (font (size 1 1))))
  292. (number "2" (effects (font (size 1 1))))
  293. )
  294. )
  295. )
  296. (symbol "jlc:YSPI1050-101M" (pin_names hide) (in_bom yes) (on_board yes)
  297. (property "Reference" "U13" (at -0.1265 3.8988 0)
  298. (effects (font (size 1.27 1.27)))
  299. )
  300. (property "Value" "YSPI1050-101M" (at -0.1265 1.9778 0)
  301. (effects (font (size 1.27 1.27)))
  302. )
  303. (property "Footprint" "jlc_footprints:IND-SMD_L11.5-W10.0_YSPI1050" (at 0 -10.16 0)
  304. (effects (font (size 1.27 1.27) italic) hide)
  305. )
  306. (property "Datasheet" "https://item.szlcsc.com/509548.html" (at -2.286 0.127 0)
  307. (effects (font (size 1.27 1.27)) (justify left) hide)
  308. )
  309. (property "LCSC" "C497903" (at 0 0 0)
  310. (effects (font (size 1.27 1.27)) hide)
  311. )
  312. (property "Inductance" "100uH" (at 0 0 0)
  313. (effects (font (size 1.27 1.27)) hide)
  314. )
  315. (property "ki_keywords" "C497903" (at 0 0 0)
  316. (effects (font (size 1.27 1.27)) hide)
  317. )
  318. (symbol "YSPI1050-101M_0_1"
  319. (arc (start -2.1684 -0.1369) (mid -3.0337 1.006) (end -4.1806 0.1457)
  320. (stroke (width 0) (type default))
  321. (fill (type none))
  322. )
  323. (arc (start -0.1364 -0.1369) (mid -1.0017 1.006) (end -2.1486 0.1457)
  324. (stroke (width 0) (type default))
  325. (fill (type none))
  326. )
  327. (arc (start 1.8956 -0.1369) (mid 1.0303 1.006) (end -0.1166 0.1457)
  328. (stroke (width 0) (type default))
  329. (fill (type none))
  330. )
  331. (arc (start 3.9276 -0.1369) (mid 3.0623 1.006) (end 1.9154 0.1457)
  332. (stroke (width 0) (type default))
  333. (fill (type none))
  334. )
  335. (pin unspecified line (at -5.08 0 0) (length 1.016)
  336. (name "1" (effects (font (size 1 1))))
  337. (number "1" (effects (font (size 1 1))))
  338. )
  339. (pin unspecified line (at 5.08 0 180) (length 1.016)
  340. (name "2" (effects (font (size 1 1))))
  341. (number "2" (effects (font (size 1 1))))
  342. )
  343. )
  344. )
  345. (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
  346. (property "Reference" "#PWR" (at 0 -6.35 0)
  347. (effects (font (size 1.27 1.27)) hide)
  348. )
  349. (property "Value" "GND" (at 0 -3.81 0)
  350. (effects (font (size 1.27 1.27)))
  351. )
  352. (property "Footprint" "" (at 0 0 0)
  353. (effects (font (size 1.27 1.27)) hide)
  354. )
  355. (property "Datasheet" "" (at 0 0 0)
  356. (effects (font (size 1.27 1.27)) hide)
  357. )
  358. (property "ki_keywords" "global power" (at 0 0 0)
  359. (effects (font (size 1.27 1.27)) hide)
  360. )
  361. (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
  362. (effects (font (size 1.27 1.27)) hide)
  363. )
  364. (symbol "GND_0_1"
  365. (polyline
  366. (pts
  367. (xy 0 0)
  368. (xy 0 -1.27)
  369. (xy 1.27 -1.27)
  370. (xy 0 -2.54)
  371. (xy -1.27 -1.27)
  372. (xy 0 -1.27)
  373. )
  374. (stroke (width 0) (type default))
  375. (fill (type none))
  376. )
  377. )
  378. (symbol "GND_1_1"
  379. (pin power_in line (at 0 0 270) (length 0) hide
  380. (name "GND" (effects (font (size 1.27 1.27))))
  381. (number "1" (effects (font (size 1.27 1.27))))
  382. )
  383. )
  384. )
  385. )
  386. (junction (at 127 100.33) (diameter 0) (color 0 0 0 0)
  387. (uuid 001295d2-2486-405d-97ef-e579951a58c6)
  388. )
  389. (junction (at 127 97.79) (diameter 0) (color 0 0 0 0)
  390. (uuid 1b574731-bfb7-4f0a-ab00-d29417d5a178)
  391. )
  392. (junction (at 173.99 105.41) (diameter 0) (color 0 0 0 0)
  393. (uuid 3d9d0c6a-2f22-466d-80fe-ff5c6e084447)
  394. )
  395. (junction (at 123.19 87.63) (diameter 0) (color 0 0 0 0)
  396. (uuid 44ae13a5-d58a-4014-8c27-96faf69bbe6e)
  397. )
  398. (junction (at 187.96 92.71) (diameter 0) (color 0 0 0 0)
  399. (uuid 5e6f692f-4637-4a10-b8a8-8944ba5b2e90)
  400. )
  401. (junction (at 173.99 92.71) (diameter 0) (color 0 0 0 0)
  402. (uuid 6641fdb0-827c-49df-a9cd-64511a8c8650)
  403. )
  404. (junction (at 161.29 87.63) (diameter 0) (color 0 0 0 0)
  405. (uuid 84079769-14c0-463c-8ed1-b2ca523e11a2)
  406. )
  407. (wire (pts (xy 173.99 87.63) (xy 172.72 87.63))
  408. (stroke (width 0) (type default))
  409. (uuid 04ec7351-df7f-49b6-8fe6-d77bcba9492e)
  410. )
  411. (wire (pts (xy 121.92 87.63) (xy 123.19 87.63))
  412. (stroke (width 0) (type default))
  413. (uuid 06446716-a4d1-45c7-a7d4-d1919ec7ca8c)
  414. )
  415. (wire (pts (xy 123.19 87.63) (xy 123.19 88.9))
  416. (stroke (width 0) (type default))
  417. (uuid 08d1d48a-5355-4a1c-b3df-8fc9d6a9646d)
  418. )
  419. (wire (pts (xy 187.96 105.41) (xy 173.99 105.41))
  420. (stroke (width 0) (type default))
  421. (uuid 15f15ba8-9d43-4f00-806a-153086b34391)
  422. )
  423. (wire (pts (xy 173.99 92.71) (xy 187.96 92.71))
  424. (stroke (width 0) (type default))
  425. (uuid 184bce81-cb0e-4ddf-9095-7f22c37d7d2f)
  426. )
  427. (wire (pts (xy 129.54 92.71) (xy 127 92.71))
  428. (stroke (width 0) (type default))
  429. (uuid 1dc77949-3cfa-45e6-a462-100a13a9389b)
  430. )
  431. (wire (pts (xy 127 97.79) (xy 127 100.33))
  432. (stroke (width 0) (type default))
  433. (uuid 2026acc0-0cf1-4a23-9494-6a1ad62bfdd2)
  434. )
  435. (wire (pts (xy 160.02 92.71) (xy 173.99 92.71))
  436. (stroke (width 0) (type default))
  437. (uuid 2049be78-2beb-4f3e-aee5-2b189fbf6d55)
  438. )
  439. (wire (pts (xy 187.96 92.71) (xy 187.96 95.25))
  440. (stroke (width 0) (type default))
  441. (uuid 211ca166-4f91-400f-86fa-e75a897f043a)
  442. )
  443. (wire (pts (xy 160.02 87.63) (xy 161.29 87.63))
  444. (stroke (width 0) (type default))
  445. (uuid 2e3c848d-96c9-4466-97ec-e152dcb3cfd9)
  446. )
  447. (wire (pts (xy 123.19 87.63) (xy 129.54 87.63))
  448. (stroke (width 0) (type default))
  449. (uuid 3ddb8dba-6350-4dcb-94e0-f79908209597)
  450. )
  451. (wire (pts (xy 187.96 102.87) (xy 187.96 105.41))
  452. (stroke (width 0) (type default))
  453. (uuid 478be2f5-d374-4aee-b241-50e31dff3c45)
  454. )
  455. (wire (pts (xy 175.26 83.82) (xy 176.53 83.82))
  456. (stroke (width 0) (type default))
  457. (uuid 4f098095-0121-47bb-a450-df3e7aedaf2b)
  458. )
  459. (wire (pts (xy 123.19 100.33) (xy 127 100.33))
  460. (stroke (width 0) (type default))
  461. (uuid 6b4f1dfe-45dc-4db1-9895-b9a15142df01)
  462. )
  463. (wire (pts (xy 127 92.71) (xy 127 97.79))
  464. (stroke (width 0) (type default))
  465. (uuid 89250b16-c72a-41cb-9286-3d9c719a790d)
  466. )
  467. (wire (pts (xy 173.99 105.41) (xy 173.99 106.68))
  468. (stroke (width 0) (type default))
  469. (uuid 8989ff74-f916-4f1e-ad2e-92d2c1a45223)
  470. )
  471. (wire (pts (xy 160.02 97.79) (xy 162.56 97.79))
  472. (stroke (width 0) (type default))
  473. (uuid 98dc8523-d3e7-4d7e-b1cc-6e95b9e1f6b8)
  474. )
  475. (wire (pts (xy 165.1 83.82) (xy 161.29 83.82))
  476. (stroke (width 0) (type default))
  477. (uuid 9a51958c-bf37-4009-bea2-47adb42779d0)
  478. )
  479. (wire (pts (xy 127 101.6) (xy 127 100.33))
  480. (stroke (width 0) (type default))
  481. (uuid 9b2b4db4-17f2-47dc-ab9d-9e03e850615b)
  482. )
  483. (wire (pts (xy 173.99 92.71) (xy 173.99 93.98))
  484. (stroke (width 0) (type default))
  485. (uuid a8f3b999-2832-48f5-8ef8-57eed99e01dc)
  486. )
  487. (wire (pts (xy 127 97.79) (xy 129.54 97.79))
  488. (stroke (width 0) (type default))
  489. (uuid a946b4b0-d0d6-4a15-bded-5f8466cb30c5)
  490. )
  491. (wire (pts (xy 161.29 87.63) (xy 162.56 87.63))
  492. (stroke (width 0) (type default))
  493. (uuid cbd637c7-23f5-46dd-accf-ec575aeb9625)
  494. )
  495. (wire (pts (xy 187.96 92.71) (xy 198.12 92.71))
  496. (stroke (width 0) (type default))
  497. (uuid eca83eeb-47f5-479f-9b37-7fcb4a75ce71)
  498. )
  499. (wire (pts (xy 173.99 104.14) (xy 173.99 105.41))
  500. (stroke (width 0) (type default))
  501. (uuid f017919c-fc13-4f00-9329-e00c54b89067)
  502. )
  503. (wire (pts (xy 173.99 92.71) (xy 173.99 87.63))
  504. (stroke (width 0) (type default))
  505. (uuid f2b7c467-4674-44b6-b089-48f648fb6511)
  506. )
  507. (wire (pts (xy 161.29 83.82) (xy 161.29 87.63))
  508. (stroke (width 0) (type default))
  509. (uuid fa9373cc-0a68-4713-a0a8-9011a7f8a698)
  510. )
  511. (wire (pts (xy 123.19 99.06) (xy 123.19 100.33))
  512. (stroke (width 0) (type default))
  513. (uuid fa9a5d15-cbf0-4afe-b5f7-0d2b3d3df030)
  514. )
  515. (hierarchical_label "Vin" (shape input) (at 121.92 87.63 180) (fields_autoplaced)
  516. (effects (font (size 1.27 1.27)) (justify right))
  517. (uuid 0dc4cd50-9def-4d96-9466-fbd34e12e021)
  518. )
  519. (hierarchical_label "Vout" (shape input) (at 198.12 92.71 0) (fields_autoplaced)
  520. (effects (font (size 1.27 1.27)) (justify left))
  521. (uuid 90c4d967-37f9-4aa5-bd92-490c59ce559d)
  522. )
  523. (symbol (lib_id "jlc:VZH101M1K1010-TRO") (at 123.19 93.98 0) (unit 1)
  524. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  525. (uuid 04ef562d-6ae5-43ee-951a-6683c9942340)
  526. (property "Reference" "C27" (at 120.0151 93.4943 0)
  527. (effects (font (size 1.27 1.27)) (justify right))
  528. )
  529. (property "Value" "100uF" (at 120.0151 95.4153 0)
  530. (effects (font (size 1.27 1.27)) (justify right))
  531. )
  532. (property "Footprint" "jlc_footprints:CAP-SMD_BD10.0-L10.3-W10.3-FD" (at 123.19 104.14 0)
  533. (effects (font (size 1.27 1.27) italic) hide)
  534. )
  535. (property "Datasheet" "https://item.szlcsc.com/245683.html" (at 120.904 93.853 0)
  536. (effects (font (size 1.27 1.27)) (justify left) hide)
  537. )
  538. (property "LCSC" "C249838" (at 123.19 93.98 0)
  539. (effects (font (size 1.27 1.27)) hide)
  540. )
  541. (property "Capacitance" "100uF" (at 123.19 93.98 0)
  542. (effects (font (size 1.27 1.27)) hide)
  543. )
  544. (pin "1" (uuid 708e9d40-1055-4850-ac25-836be885550f))
  545. (pin "2" (uuid 19e80673-31af-4a25-b4dc-4f0bdf0625f0))
  546. (instances
  547. (project "dispensy"
  548. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  549. (reference "C27") (unit 1)
  550. )
  551. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  552. (reference "C2") (unit 1)
  553. )
  554. )
  555. )
  556. )
  557. (symbol (lib_id "jlc:MBR340F") (at 170.18 83.82 0) (unit 1)
  558. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  559. (uuid 20dd6577-8636-444a-97ff-a0d42be2ea02)
  560. (property "Reference" "D2" (at 169.926 78.9051 0)
  561. (effects (font (size 1.27 1.27)))
  562. )
  563. (property "Value" "MBR340F" (at 169.926 80.8261 0)
  564. (effects (font (size 1.27 1.27)))
  565. )
  566. (property "Footprint" "jlc_footprints:SOD-123_L2.8-W1.8-LS3.7-RD" (at 170.18 93.98 0)
  567. (effects (font (size 1.27 1.27) italic) hide)
  568. )
  569. (property "Datasheet" "https://item.szlcsc.com/301422.html" (at 167.894 83.693 0)
  570. (effects (font (size 1.27 1.27)) (justify left) hide)
  571. )
  572. (property "LCSC" "C475721" (at 170.18 83.82 0)
  573. (effects (font (size 1.27 1.27)) hide)
  574. )
  575. (pin "1" (uuid 29e5c76b-44c4-4644-95c9-01ac714a3325))
  576. (pin "2" (uuid cfa1358e-e651-4c23-9773-a49a1c9cc6f0))
  577. (instances
  578. (project "dispensy"
  579. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  580. (reference "D2") (unit 1)
  581. )
  582. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  583. (reference "D1") (unit 1)
  584. )
  585. )
  586. )
  587. )
  588. (symbol (lib_id "power:GND") (at 127 101.6 0) (unit 1)
  589. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  590. (uuid 7269ed94-7ea0-4e51-8a93-2dccdd5233df)
  591. (property "Reference" "#PWR069" (at 127 107.95 0)
  592. (effects (font (size 1.27 1.27)) hide)
  593. )
  594. (property "Value" "GND" (at 127 105.7355 0)
  595. (effects (font (size 1.27 1.27)))
  596. )
  597. (property "Footprint" "" (at 127 101.6 0)
  598. (effects (font (size 1.27 1.27)) hide)
  599. )
  600. (property "Datasheet" "" (at 127 101.6 0)
  601. (effects (font (size 1.27 1.27)) hide)
  602. )
  603. (pin "1" (uuid c7ee235a-37be-4fed-9905-ac45005f897d))
  604. (instances
  605. (project "dispensy"
  606. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  607. (reference "#PWR069") (unit 1)
  608. )
  609. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  610. (reference "#PWR020") (unit 1)
  611. )
  612. )
  613. )
  614. )
  615. (symbol (lib_id "power:GND") (at 173.99 106.68 0) (unit 1)
  616. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  617. (uuid bb1ccf4d-8beb-4fe8-81fe-e3030072a926)
  618. (property "Reference" "#PWR071" (at 173.99 113.03 0)
  619. (effects (font (size 1.27 1.27)) hide)
  620. )
  621. (property "Value" "GND" (at 173.99 110.8155 0)
  622. (effects (font (size 1.27 1.27)))
  623. )
  624. (property "Footprint" "" (at 173.99 106.68 0)
  625. (effects (font (size 1.27 1.27)) hide)
  626. )
  627. (property "Datasheet" "" (at 173.99 106.68 0)
  628. (effects (font (size 1.27 1.27)) hide)
  629. )
  630. (pin "1" (uuid 6a2edc21-dc3c-44b7-8694-e704c8b1645f))
  631. (instances
  632. (project "dispensy"
  633. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  634. (reference "#PWR071") (unit 1)
  635. )
  636. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  637. (reference "#PWR022") (unit 1)
  638. )
  639. )
  640. )
  641. )
  642. (symbol (lib_id "power:GND") (at 162.56 97.79 90) (unit 1)
  643. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  644. (uuid bf5c3f8a-5bae-493f-8de4-35fa99a6b35e)
  645. (property "Reference" "#PWR070" (at 168.91 97.79 0)
  646. (effects (font (size 1.27 1.27)) hide)
  647. )
  648. (property "Value" "GND" (at 165.735 98.1068 90)
  649. (effects (font (size 1.27 1.27)) (justify right))
  650. )
  651. (property "Footprint" "" (at 162.56 97.79 0)
  652. (effects (font (size 1.27 1.27)) hide)
  653. )
  654. (property "Datasheet" "" (at 162.56 97.79 0)
  655. (effects (font (size 1.27 1.27)) hide)
  656. )
  657. (pin "1" (uuid 68a78952-2831-499d-b4b1-0327e60f9d7f))
  658. (instances
  659. (project "dispensy"
  660. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  661. (reference "#PWR070") (unit 1)
  662. )
  663. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  664. (reference "#PWR021") (unit 1)
  665. )
  666. )
  667. )
  668. )
  669. (symbol (lib_id "jlc:VT1C102M1010") (at 173.99 99.06 270) (unit 1)
  670. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  671. (uuid c30613b2-05e8-4268-9e6b-caf9d6e976a9)
  672. (property "Reference" "C28" (at 177.165 98.3864 90)
  673. (effects (font (size 1.27 1.27)) (justify left))
  674. )
  675. (property "Value" "1000uF" (at 177.165 100.3074 90)
  676. (effects (font (size 1.27 1.27)) (justify left))
  677. )
  678. (property "Footprint" "jlc_footprints:CAP-SMD_BD10.0-L10.3-W10.3-LS11.3-FD" (at 163.83 99.06 0)
  679. (effects (font (size 1.27 1.27) italic) hide)
  680. )
  681. (property "Datasheet" "https://atta.szlcsc.com/upload/public/pdf/source/20170630/1498816639192.pdf" (at 174.117 96.774 0)
  682. (effects (font (size 1.27 1.27)) (justify left) hide)
  683. )
  684. (property "LCSC" "C310843" (at 173.99 99.06 0)
  685. (effects (font (size 1.27 1.27)) hide)
  686. )
  687. (property "Capacitance" "1000uF" (at 173.99 99.06 0)
  688. (effects (font (size 1.27 1.27)) hide)
  689. )
  690. (pin "1" (uuid 2c0a454a-a9ee-48e2-9338-77ce6a82f472))
  691. (pin "2" (uuid c1b4924f-0659-4e62-b3ac-5a2d09359d02))
  692. (instances
  693. (project "dispensy"
  694. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  695. (reference "C28") (unit 1)
  696. )
  697. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  698. (reference "C3") (unit 1)
  699. )
  700. )
  701. )
  702. )
  703. (symbol (lib_id "power:GND") (at 176.53 83.82 90) (unit 1)
  704. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  705. (uuid ccd9e379-2dab-41d9-87c0-5e46aba5e5c4)
  706. (property "Reference" "#PWR072" (at 182.88 83.82 0)
  707. (effects (font (size 1.27 1.27)) hide)
  708. )
  709. (property "Value" "GND" (at 179.705 84.1368 90)
  710. (effects (font (size 1.27 1.27)) (justify right))
  711. )
  712. (property "Footprint" "" (at 176.53 83.82 0)
  713. (effects (font (size 1.27 1.27)) hide)
  714. )
  715. (property "Datasheet" "" (at 176.53 83.82 0)
  716. (effects (font (size 1.27 1.27)) hide)
  717. )
  718. (pin "1" (uuid 015b3a01-3154-48f9-8b6b-32798698ad04))
  719. (instances
  720. (project "dispensy"
  721. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  722. (reference "#PWR072") (unit 1)
  723. )
  724. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  725. (reference "#PWR023") (unit 1)
  726. )
  727. )
  728. )
  729. )
  730. (symbol (lib_id "jlc:LM2576S-5_0_TR") (at 144.78 92.71 0) (unit 1)
  731. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  732. (uuid e2ea5dce-aadc-4b92-9967-8de923c62659)
  733. (property "Reference" "U16" (at 144.78 82.2071 0)
  734. (effects (font (size 1.27 1.27)))
  735. )
  736. (property "Value" "LM2576S-5_0_TR" (at 144.78 84.1281 0)
  737. (effects (font (size 1.27 1.27)))
  738. )
  739. (property "Footprint" "jlc_footprints:TO-263-5_L10.6-W9.6-P1.70-LS15.9-BR" (at 144.78 102.87 0)
  740. (effects (font (size 1.27 1.27) italic) hide)
  741. )
  742. (property "Datasheet" "https://item.szlcsc.com/139878.html" (at 142.494 92.583 0)
  743. (effects (font (size 1.27 1.27)) (justify left) hide)
  744. )
  745. (property "LCSC" "C194472" (at 144.78 92.71 0)
  746. (effects (font (size 1.27 1.27)) hide)
  747. )
  748. (pin "1" (uuid 441208ba-30ff-4a04-8f46-aa77b4ef7d68))
  749. (pin "2" (uuid 522fa417-c896-4d64-9c19-a574bd6aa59b))
  750. (pin "3" (uuid 6223ba26-9a0c-4b76-83ea-2a4dc8ec441d))
  751. (pin "4" (uuid ce43ccbd-f28b-4e3b-9400-b19c736f0a94))
  752. (pin "5" (uuid 6d5b3509-40fc-4839-a06f-88b5251c0ed9))
  753. (pin "6" (uuid 58c626f3-44a0-41cc-b8b4-a0d41356b83e))
  754. (instances
  755. (project "dispensy"
  756. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  757. (reference "U16") (unit 1)
  758. )
  759. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  760. (reference "U3") (unit 1)
  761. )
  762. )
  763. )
  764. )
  765. (symbol (lib_id "jlc:YSPI1050-101M") (at 167.64 87.63 0) (unit 1)
  766. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  767. (uuid ed82bf06-16a6-400c-a38e-7f8b455b7995)
  768. (property "Reference" "U17" (at 167.5817 89.3624 0)
  769. (effects (font (size 1.27 1.27)))
  770. )
  771. (property "Value" "100uH" (at 167.5817 91.2834 0)
  772. (effects (font (size 1.27 1.27)))
  773. )
  774. (property "Footprint" "jlc_footprints:IND-SMD_L11.5-W10.0_YSPI1050" (at 167.64 97.79 0)
  775. (effects (font (size 1.27 1.27) italic) hide)
  776. )
  777. (property "Datasheet" "https://item.szlcsc.com/509548.html" (at 165.354 87.503 0)
  778. (effects (font (size 1.27 1.27)) (justify left) hide)
  779. )
  780. (property "LCSC" "C497903" (at 167.64 87.63 0)
  781. (effects (font (size 1.27 1.27)) hide)
  782. )
  783. (property "Inductance" "100uH" (at 167.64 87.63 0)
  784. (effects (font (size 1.27 1.27)) hide)
  785. )
  786. (pin "1" (uuid 0d99bf79-59e3-42fe-be93-3790757b5316))
  787. (pin "2" (uuid 51377190-3914-4ad1-aff9-54d0883ab1e0))
  788. (instances
  789. (project "dispensy"
  790. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  791. (reference "U17") (unit 1)
  792. )
  793. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  794. (reference "U4") (unit 1)
  795. )
  796. )
  797. )
  798. )
  799. (symbol (lib_id "jlc:CC0402KRX7R8BB104") (at 187.96 99.06 90) (unit 1)
  800. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  801. (uuid f822b994-be54-4161-9c2e-759add250e25)
  802. (property "Reference" "C29" (at 190.627 98.4163 90)
  803. (effects (font (size 1.27 1.27)) (justify right))
  804. )
  805. (property "Value" "100nF" (at 190.627 100.3373 90)
  806. (effects (font (size 1.27 1.27)) (justify right))
  807. )
  808. (property "Footprint" "jlc_footprints:C0402" (at 198.12 99.06 0)
  809. (effects (font (size 1.27 1.27) italic) hide)
  810. )
  811. (property "Datasheet" "https://item.szlcsc.com/15869.html" (at 187.833 101.346 0)
  812. (effects (font (size 1.27 1.27)) (justify left) hide)
  813. )
  814. (property "LCSC" "C105883" (at 187.96 99.06 0)
  815. (effects (font (size 1.27 1.27)) hide)
  816. )
  817. (property "Capacitance" "100nF" (at 187.96 99.06 0)
  818. (effects (font (size 1.27 1.27)) hide)
  819. )
  820. (pin "1" (uuid 5c9f9aab-729c-4e83-a94c-c2c762602317))
  821. (pin "2" (uuid 29292024-33ab-4fdc-8cc5-579f720290b6))
  822. (instances
  823. (project "dispensy"
  824. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/635c7f01-c861-45f9-bb15-e53673572e1d"
  825. (reference "C29") (unit 1)
  826. )
  827. (path "/a50b51f9-900f-4bbb-8934-4acbc429c37b/f8ce2893-59d6-4502-b3c7-412c7467c1ef/2c5a08e6-462b-42d7-a36a-f09062d79876"
  828. (reference "C30") (unit 1)
  829. )
  830. )
  831. )
  832. )
  833. )