Maker Pro
Maker Pro

Arduino and 32A 600V Transistor

Hi all,

The guy who sold me some DC transistors said they would be fine to use with an Arduino. Having recently been exposed to the guaranteed isolation provided by SSR's I worry that if this transistor was used or exposed to anything near what it is capable of and things go wrong it could blow the Arduino.

I was thinking of adding a fuse, but am unsure if this would be a correct solution to the problem. The max voltage the transistor can use is 600, and the Arduino uses 5v for its pins. The Arduino max amps is 40ma, and the transistor can sustain 32A.

Can I use an SSR for DC applications? They all seem to contain TRIACS and I am unsure if this is suitable. Is it all ok without the fuse?

Thanks in advance for any help.

Dan
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
The guy who sold me some DC transistors said they would be fine to use with an Arduino. Having recently been exposed to the guaranteed isolation provided by SSR's I worry that if this transistor was used or exposed to anything near what it is capable of and things go wrong it could blow the Arduino.

That's true. But it's also why you select transistors (or generally any component) so that it's suitable for the task.

I was thinking of adding a fuse, but am unsure if this would be a correct solution to the problem.

A fuse wouldn't protect the arduino. A fuse is mostly to prevent a fire.

The max voltage the transistor can use is 600, and the Arduino uses 5v for its pins. The Arduino max amps is 40ma, and the transistor can sustain 32A.

Also note that your car might be rated to a maximum speed of 180 km/h, a max load of 1250 kg, and be able to achieve a fuel economy of 6l/100km. but it can't do all of them at once. There's more to specs than the headline features.

Can I use an SSR for DC applications? They all seem to contain TRIACS and I am unsure if this is suitable.

SSRs that contain mosfets will generally work on AC or DC. An SSR using a trial will turn on for a DC load, but not turn off. An SSR that features "zero crossing" will not work at all for DC.

Is it all ok without the fuse?

Maybe. If you're connecting up to a high energy power source (lead acid battery or mains are two examples) then you would normally use a fuse for safety. However it protects your house (and maybe the SSR) but not any delicate electronics.
 
That's true. But it's also why you select transistors (or generally any component) so that it's suitable for the task.



A fuse wouldn't protect the arduino. A fuse is mostly to prevent a fire.



Also note that your car might be rated to a maximum speed of 180 km/h, a max load of 1250 kg, and be able to achieve a fuel economy of 6l/100km. but it can't do all of them at once. There's more to specs than the headline features.



SSRs that contain mosfets will generally work on AC or DC. An SSR using a trial will turn on for a DC load, but not turn off. An SSR that features "zero crossing" will not work at all for DC.



Maybe. If you're connecting up to a high energy power source (lead acid battery or mains are two examples) then you would normally use a fuse for safety. However it protects your house (and maybe the SSR) but not any delicate electronics.

Thanks steve.

In your 4th reply you use the word 'trial' - do you mean triac?

Bottom line is would the Arduino need protection if the transistor was dealing with 32A @ 600V? If so what could anyone recommend?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Tes. Please fogive my poor typing skills. <-- It's late and my typing is getting worse. Tome for bed.

Aaagh. YES, you were right, Triac. :)
 
Top