0

I successfully learned how to turn on an LED. Now, having a battery and a motor, I want to turn on the circuit using the Pi: basically starting the motor when I send a signal from Pi, but not sending current to the motor itself.

I want the Pi to only send the signal that I want to power the motor using the battery.

How can I do that?

A simple way would be just using an electromagnet which will turn on the circuit mechanically, but I want to use an electric component if possible.

Ionică Bizău
  • 723
  • 3
  • 11
  • 32

1 Answers1

2

You can use a MOSFET, as suggested by @Ron-Beyer

MOSFET

But if it's a heavy motor you'll need to consider a opto isolated relay. (the modern version of closing a curcuit with a electro magnet, still the same technique)

Relay

And if the motor is so big, that the inrush current might get a problem : use a solid state relay! Solid State Relay

Gotschi
  • 608
  • 2
  • 7
  • 16