1. Catalogs
  2. Joy-It
  3. FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES

FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES

FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES

FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES

Product catalog summary
General Information
This document provides guidelines for using the COM-Mosfet field-effect transistor for controlling higher voltages. The maximum permissible input voltage is 36 V, and the maximum operating current is 2 A. Users are advised not to exceed these limits and to contact support if any issues arise.
Commissioning with the Raspberry Pi
The document outlines the wiring and provides a code example for using the Mosfet with a Raspberry Pi. The setup involves connecting specific pins and using a Python script to activate the output every 15 seconds for 10 seconds.
Commissioning with the Arduino
Instructions for using the Mosfet with an Arduino are provided, including wiring details and a code example. The Arduino setup involves setting the correct board and port in the IDE and using a script to control the output similarly to the Raspberry Pi setup.
Additional Information
The document includes information on the disposal of electrical and electronic equipment according to the Electrical and Electronic Equipment Act (ElektroG). It explains the symbol indicating that such appliances should not be disposed of in household waste and provides options for returning old devices.
Support
Support is available via email, telephone, and a ticket system for any issues or problems after purchase. Contact details and support hours are provided.
See more

Catalog excerpts

FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES-1

FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES COM-Mosfet 1. GENERAL INFORMATION Dear costumer, thank you very much for choosing our product. In following, we will introduce you to what to observe while starting up and using this product. Should you encounter any unexpected problems during use, please do not hesitate to contact us. The maximum permissible input voltage is 36 V. The maximum permissible operating current is 2 A. Never exceed these limits. www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn

 Open the catalog to page 1
FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES-2

2. COMMISSIONING WITH THE RASPBERRY PI Code example: If the signal pin is set to high, the output is activated. In the following code example, the output is activated every 15 seconds for 10 seconds. from time import sleep import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) Signal_Pin = 16 GPIO.setup(Signal_Pin, GPIO.OUT) try: while True: GPIO.output(Signal_Pin, GPIO.HIGH) print ("Output enabled") sleep (10) GPIO.output(Signal_Pin, GPIO.LOW) print ("Output disabled") sleep (5) except KeyboardInterrupt: GPIO.cleanup() www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn

 Open the catalog to page 2
FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES-3

3. COMMISSIONING WITH THE ARDUINO Code example: If the signal pin is set to high, the output is activated. In the following code example, the output is activated every 15 seconds for 10 seconds. Before uploading, make sure that you have set the correct board and port in your Arduino IDE. void setup() { Serial.begin(9600); pinMode(2, OUTPUT); } void loop() { digitalWrite(2, HIGH); Serial.println("Output enabled..."); delay(10000); digitalWrite(2, LOW); Serial.println("Output disabled..."); delay(5000); } www.joy-it.net Pascalstr. 8 47506 Neukirchen-Vluyn

 Open the catalog to page 3
FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES-4

Our information and take-back obligations according to the Electrical and Electronic Equipment Act (ElektroG) Symbol on electrical and electronic equipment: This crossed-out dustbin means that electrical and electronic appliances do not belong in the household waste. You must return the old appliances to a collection point. Before handing over waste batteries and accumulators that are not enclosed by waste equipment must be separated from it. Return options: As an end user, you can return your old device (which essentially fulfils the same function as the new device purchased from us) free of...

 Open the catalog to page 4

All Joy-It catalogs and technical brochures

  1. ARD_R3DIP

    2  Pages

  2. SEN-IR-TEMP

    1  Page

  3. COM-5WS

    1  Page

  4. COM-DAC01

    1  Page

  5. COM-MIC

    1  Page

  6. COM-MOSFET

    1  Page

*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.