Joy-it COM-MOSFET Handleiding


Bekijk gratis de handleiding van Joy-it COM-MOSFET (4 pagina’s), behorend tot de categorie Niet gecategoriseerd. Deze gids werd als nuttig beoordeeld door 58 mensen en kreeg gemiddeld 4.2 sterren uit 29.5 reviews. Heb je een vraag over Joy-it COM-MOSFET of wil je andere gebruikers van dit product iets vragen? Stel een vraag

Pagina 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);
}


Product specificaties

Merk: Joy-it
Categorie: Niet gecategoriseerd
Model: COM-MOSFET

Heb je hulp nodig?

Als je hulp nodig hebt met Joy-it COM-MOSFET stel dan hieronder een vraag en andere gebruikers zullen je antwoorden