TTL Power MOSFET Data Sheet

Title

TTL Power MOSFET

TI Item Name

STEMEE/AC/MOSFET/A

Description

Transistor used for amplifying or switching electronic signals.

Category

Power and Signal Control

Hub Connection

breadboard circuit

Assembly Instructions

Connect the G-GATE to the BB pin of the TI-Innovator™ Hub,  the D-DRAIN to the load being controlled (e.g., DC motor) and the S-SINK to ground.

Precautions

If the metal plate on the MOSFET becomes hot during use, disconnect the battery immediately and re-check all connections.

Specifications

supports 100A

 

HUB Commands

 

Sketch Object

RELAY

or

ANALOG.OUT

Command Syntax

Send("SET RELAY n TO ON/OFF [[TIME] seconds]")

or

Send("SET ANALOG.OUT n TO 0-255/ON/OFF [[BLINK] frequency] [[TIME] seconds]")

Code
Sample:

Note: a MOSFET can either be used as an ON/OFF control (RELAY) or for finer control (ANALOG.OUT)

Desired Action

Code Sample

Send("CONNECT RELAY 1 TO BB 7")

Send("SET RELAY 1 ON")

Send("CONNECT ANALOG.OUT 1 TO BB 7")

Send("SET ANALOG.OUT 1 127")