PWM_driver

Simple PWM driver made with a 555 timer and a MOSFET
Index Commits Files Refs README LICENSE
README.md (976B)
   1 # Pulse-width Modulation Driver
   2 
   3 ![driver_pwm_wide](https://raw.githubusercontent.com/mjkloeckner/files/main/driver_pwm_wide.png?token=GHSAT0AAAAAACM6RN766H7LP6QKL4ATSCZKZPDTD4A)
   4 
   5 This is a simple [Pulse-width
   6 Modulation](https://en.wikipedia.org/wiki/Pulse-width_modulation) Driver that
   7 can drive LED strips or other DC loads up to at least `18v 3A`. 
   8 
   9 ## 3D Models
  10 
  11 The majority of 3D Models used are from the official KiCAD 3d library. The ones
  12 missing are:
  13 
  14 - [16mm Alpha Potentiometer](https://grabcad.com/library/alpha-rv16af-20-1)
  15 - [Screw terminal DG-301 5mm](https://grabcad.com/library/screw-terminal-dg-301-5mm-1)
  16 - TO-220 with trimmed legs: A modification of the default KiCAD TO-220 model 
  17 
  18 ## Resources Consulted
  19 
  20 This are some web resources that I consulted during the build
  21 
  22 - [Electronics enclosure for 3D printing // FreeCAD + KiCAD complete
  23   walkthrough](https://www.youtube.com/watch?v=ov3PpaP9uHI)
  24 
  25 ## License
  26 
  27 [MIT](https://opensource.org/licenses/MIT)