CM Panel technical documentation Buy
How to mange the on board relay
GPIO used
Manage the relays using RPi.GPIO
Save this source on a file calles relay.py:
import RPi.GPIO as GPIO
import time
RELAY=34
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
GPIO.setup(RELAY,GPIO.OUT)
for i in range(5):
GPIO.output(RELAY,GPIO.LOW)
time.sleep(0.5)
GPIO.output(RELAY,GPIO.HIGH)
time.sleep(0.5)
GPIO.output(RELAY,GPIO.LOW)
The launch it by typing:
python relay.py
Products related
Features
Index
Buy
All-in-one 7 inch touch WiFi terminal powered by Raspberry Pi CM4S
- 7 inch TFT display 800x480
- Capacitive touch
- MIPI Camera connector
- WiFi @ 2.4 GHz
Features
Index
Buy
All-in-one 7 inch touch POE terminal powered by Raspberry Pi CM4S
- 7 inch TFT display 800x480 pixel
- Capacitive touch
- Embedded micro UPS for safe shutdown
- Power Over Ethernet @ 10/100 Mbit
- Hi-resolution audio up to 384KHz@32bit
- Real Time Clock with backup battery
- 3 USB Host port
- 1 RS485/422/RS232 port
- 1 Relay
- MIPI Camera connector
- WiFi @ 2.4 GHz (optional)
Features
Index
Buy
Home Automation board powered by Raspberry Pi CM4S lite module
- Power-in @ 12 to 24VDC
- Double opto-isolated RS-485 ports
- 2 relays
- 2 USB 2.0 host port
- Ethernet port at 10/100Mbit
- MIPI Camera connector
- Stereo audio out on 3.5 mm jack
Home page CM Panel technical documentation Buy