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.

59 lines
1.2 KiB

4 years ago
  1. \documentclass[11pt]{article}
  2. %Gummi|065|=)
  3. \usepackage{graphicx}
  4. \usepackage{caption}
  5. \usepackage{xcolor}
  6. \usepackage[vcentering,dvips]{geometry}
  7. \geometry{papersize={6in,9in},total={4.5in,6.8in}}
  8. \title{\textbf{Door Alarm}}
  9. \author{Steak Electronics}
  10. \date{}
  11. \begin{document}
  12. \maketitle
  13. \tableofcontents
  14. \textcolor{green!60!blue!70}{
  15. \section{Overview}}
  16. Client wants a door alarm. Let's do a few transistors, an audio amplifier board, a magnet and magnetic reed switch, along with a light switch.
  17. Functionality req'd:
  18. \\
  19. \\
  20. Makes noise when door opened.
  21. \\
  22. \\
  23. Able to be shut off with light switch.
  24. \textcolor{green!60!blue!70}{
  25. \section{BOM}}
  26. Any audio amplifier loud enough will work. I'm going to use this one:
  27. \\
  28. \\
  29. IS31AP4088A-QFLS2-EB
  30. \\
  31. \\
  32. I think I have speakers and transistors. I'll need a magnetic reed switch and magnet. They should be black, as the door is black.
  33. \\
  34. \\
  35. MS-324-3-3-0500
  36. \\
  37. \\
  38. let's also try 59140-1-S-03-A,\footnote{A and F ending letters on this, A is tinned, F untinned leads} as first co. doesn't make the matched magnets...
  39. \\
  40. \\
  41. and the magnet,
  42. 57140-000
  43. A speaker, although I have plenty in my junk bin.
  44. AS07708PS-2-WR-R
  45. \\
  46. \\
  47. That's a start.
  48. \end{document}