Ihr Warenkorb ist leer
Ihr Warenkorb ist leerVladimir Lem
Bewertet in Deutschland am 25. Mai 2024
Nutze die Karte um mit einem Arduino Lasten zu schalten.Durch den LOW Pegel muss man über die NC Kontakte schalten.Schlimmer ist, dass bei mir Kanal 9 parallel zu Kanal 11 schaltet und sich nicht ansteuern lässt sowie Kanal 10 flackert beim Laden.Da ich nur 12 Kontakte brauche fürs testen behalten wird aber gegen ein sinnvolles Modul getauscht, da ich dem Ding nicht traue.Nach nur einer handvoll Schaltvorgängen ist das nächste Relais kleben geblieben.
Georg Spitzer
Bewertet in Deutschland am 22. Mai 2024
Die Steuereingänge arbeiten mit Negativlogik und können daher nicht mit Microcontrollerausgängen die mit Positivlogik arbeiten, betrieben werden (Relais schalten, wenn der Eingang mit Masse verbunden wird, daher Negativlogik).Zudem ist der Triggerstrom etwa 5 mA. Ich habe das Modul ausgewählt, da lt. Produktbeschreibung max. 4 mA Eingangsstrom fließen. Da mein Microcontroller nur max. 4 mA "verträgt", können 5 mA zur Zerstörung des Controllers führen.Es ist keinerlei Produktbeschreibung im Lieferumfang enthalten. Unter dem Strich wie so oft ein Stück chinesischer Elektronikmüll!
Luca
Bewertet in Italien am 17. November 2022
Tutto secondo descrizione. funzionano bene tutti e 16 gli slot. lo sto utilizzando da 2 mesi giorno e notte sempre acceso. É montato in linea per gestire un acquario con molti apparati collegati (14 tra luci, pompe, riscaldatori e compressori, 5 a 220 volt e il restante a 12 volt) e non ha mai dato problemi.
ED
Bewertet in Deutschland am 16. April 2022
Nach wenigem Gebrauch/Schalten ist das erste Relais im eingeschaltenen Betrieb hängengeblieben und nicht mehr zu gebrauchen. Geschalten werden SAT-Receiver, DVD-Player, Monitor, Raspberry PI, ein kleiner Amplifier, LED Backlight usw.
M. Tribble
Bewertet in Großbritannien am 22. August 2021
Came in a couple of weeks from China. No instructions supplied but it's simple enough to work out. There's a 5V input (screw terminals) which can be supplied from the +5V and Gnd outputs from the Arduino board if you only want to switch on a few relays at a time that is. Each relay takes about 65mA from the 5V supply so if you are powering the Arduino from the USB socket, the limit is around 400mA which means up to 6 relays on at a time. If you supply the Arduino with the 9V input then the limit is 1A max but as 65mA x 16 is about 1amp you may need a separate 5V supply to the relay board and tie the grounds together if you want to turn on all the relays. I only needed 4 out of 11 on at a time for my project so I have not tried turning them all on at once. Each relay input connects to one of the 14 output pins from the Arduino UNO so you'd need an IO expansion board to drive all 16 relays anyway. Connecting a relay input to Gnd to activate it manually through an ammeter shows about 4mA drawn from the input which is well within the 40mA limit for each Arduino output. Set pinMode(x, OUTPUT) then set digitalWrite(x, LOW) to turn on the relay connected to that output. Outputs 0,1 and 13 flicker on and off a few times at startup so I avoided using these. Infact I used pin 13 as an IR remote input and it worked fine for that giving me 11 relays all controlled with a remote which is what I wanted.
Produktempfehlungen