FIELD-EFFECT TRANSISTOR FOR CONTROLLING HIGHER VOLTAGES
4Pages

{{requestButtons}}

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...

Open the catalog to page 4

All Joy-It catalogs and technical brochures

  1. ARD_R3DIP

    2 Pages

  2. SEN-IR-TEMP

    1 Pages

  3. COM-5WS

    1 Pages

  4. COM-DAC01

    1 Pages

  5. COM-MIC

    1 Pages

  6. COM-MOSFET

    1 Pages