1 star removed due to lack of documentation but otherwise very economical relay board. Provides optical isolation and some degree of physical isolation. I would consider this board suitable for light AC applications. The device works well with my Raspberry Pi 2 and Pi 3. Will buy more. An add-on for Pi users. When the Pi first boots up, the GPIO pins are not yet defined as outputs. The LEDs on the relay board are dim, indicating the pull-up resistors are working. However, as soon as you define the GPIO pins as outputs, the relays switch on immediately. You can disable the relay by sending the GPIO output high (GPIO.output(xx, True), where xx is the corresponding pin number). To solve these problems I decided to add inverters between the GPIO pins and the relay board. For this I chose a quad channel Schmitt NAND device with two inputs (4093B). I also added pull-up resistors (47k ohms) to the 4093B inputs because clearing the GPIO library (under Python) or turning the Pi off causes the GPIO pins to float - this causes the relay to buzz undesirably with no pull- oops You can power the 4093B from a 3.3V power supply on the Pi interface. You can probably replace 4011 quad NAND with 4093, but I haven't tried it. The picture shows my inverter board soldered directly onto the relay board. Using GPIO pins 23 through 26, the code to initialize and then turn on relays 1 and 3 would look something like this: import RPi.GPIO as GPGP.setmode(GP.BCM) GP.setup([23,24,25, 26 ] , GP.OUT)GP.output([23,24,25,26], [True, False, True, False]).to enable/disable relay 2 would be: GP.output(24, True)GP . Out (24, False).GP.cleanup()
REXQualis Comprehensive Starter Kit with Arduino MEGA 2560 & Detailed Tutorial for Arduino IDE Compatibility
11 Review
🌐 MCIGICM 2 Channel DC 5V Relay Module: Optocoupler Low Level Trigger Expansion Board for Arduino UNO R3, DSP, ARM, PIC, AVR, STM32, Raspberry Pi
11 Review
GeeekPi Raspberry Pi Cluster Case with Cooling Fan and Heatsink for Pi 4 Model B, 3 Model B+ & 3/2 Model B
11 Review
55" TV LG OLED55C2RLA 2022 HDR, OLED, dark titanium
38 Review
🖥️ Helifouner 450-Piece Computer Standoffs Spacer Screws Kit: Ideal for Hard Drive, Motherboard, Fan, Power Graphics & Computer Cases
10 Review
uxcell 3.5" HDD Screw Black 200pcs for Computer PC Case - Flat Phillips Head - 6#-32 - Hard Drive Fasteners
10 Review
MacBook Retina 13-inch (A1425, A1502) and 🔩 15-inch (A1398) Bottom Case Screw Set with Pentalobe Screwdriver
11 Review
Glarks 660 Pieces Phillips Assortment Motherboard
10 Review