Stevo
Recreate the Arduino Powered PWM
by
on 12-16-2013 at 09:07 PM (19516 Views)
I am by no means a professional EE, so if you see anything here that is not up to standards (and you see what I'm doing wrong) please feel free to tell me.
I don't sell these things and I don't intend to.
If you want to try and reproduce my setup, I can help you with that.
Highlights
- The easiest MOSFETS to use are going to be the Fairchild FQP30N06L https://www.sparkfun.com/products/10213. This is a good tutorial on how to implement these switches using Arduino: http://bildr.org/2012/03/rfp30n06le-arduino/
- I use a 10K pull down resistor and 1N4004 (similar to the tutorial) for the gate-to-source connection.
- The PWM library I use is: https://code.google.com/p/arduino-pw...3.zip&can=2&q= which allows me to roughly tune the frequency to 16.5K (the correct frequency for my build NOT some magic number) and still get a reasonable working resolution.
- I am using Cat6 cable from the Arduino Nano to the power slave box gate terminals which is fine if you stick with the FQP30N06L MOSFETS.
- I am a father of 3 and VERY busy all the time, so please understand I may not be able to respond immediately
Side note: I also started building another higher power unit using two of these bad boys: IRFP064N http://www.irf.com/product-info/data...a/irfp064n.pdf. I quickly realized that I needed to use a "charge pump" to get the thing to turn on completely at 100% duty cycle.