Sunday, 7 July 2019

Solenoid Driving Circuit


I'm trying to drive a 12v (14W) solenoid and have problems figuring out the components for the driving circuit.


The solenoid draws about 1.166A and the MCU is being operated at 3.3V.


I've seen many driving circuits and they all look something like this:


schematic


simulate this circuit – Schematic created using CircuitLab



My questions:



  1. What datasheet parameters should I look for when designing this circuit?

  2. Is the IRF530PBF-ND a suitable MOSFET for driving this solenoid?


Also, how do I calculate R1's value?


I don't want to blindingly copy a circuit that may or may not work, I want to understand it.


Thank you so much in advance!




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...