Joy-it COM-MOSFET Bruksanvisning

Läs nedan 📖 manual på svenska för Joy-it COM-MOSFET (4 sidor) i kategorin Inte kategoriserad. Denna guide var användbar för 3 personer och betygsatt med 4.5 stjärnor i genomsnitt av 2 användare

Sida 1/4
www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
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-
2. COMMISSIONING WITH THE RASPBERRY PI
Raspberry Pi Mosfet
GND (Pin 6) GND (Pin1)
3v3 (Pin 1) VCC (Pin2)
NC NC (Pin3)
BCM23 (Pin 16) Signal (Pin4)
Wiring:
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.
Vin
- +
- +
Vout
from time import sleep
import as RPi.GPIO 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-
3. COMMISSIONING WITH THE ARDUINO
Arduino Mosfet
GND GND (Pin1)
5V VCC (Pin2)
NC NC (Pin3)
Digital Pin 2 Signal (Pin4)
Wiring:
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.
Vin
- +
- +
Vout
void () {setup
);Serial.begin(9600
pinMode( , OUTPUT); 2
}
void loop() {
digitalWrite( , HIGH);2
Serial.println("Output enabled...");
delay(10000);
digitalWrite( , LOW);2
Serial.println("Output disabled...");
delay(5000);
}

Produktspecifikationer

Varumärke: Joy-it
Kategori: Inte kategoriserad
Modell: COM-MOSFET

Behöver du hjälp?

Om du behöver hjälp med Joy-it COM-MOSFET ställ en fråga nedan och andra användare kommer att svara dig




Inte kategoriserad Joy-it Manualer

Inte kategoriserad Manualer

Nyaste Inte kategoriserad Manualer