Whadda WPM400 User Manual

Whadda WPM400 User Manual

4-channel relay module

Advertisement

Quick Links

USER MANUAL
EN
4-channel relay module
WPM400
whadda.com

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WPM400 and is the answer not in the manual?

Questions and answers

Summary of Contents for Whadda WPM400

  • Page 1 USER MANUAL 4-channel relay module WPM400 whadda.com...
  • Page 2 If in doubt, contact your local waste disposal authorities. Thank you for choosing Whadda! Please read the manual thoroughly before bringing this device into service. If the device was damaged in transit, do not install or use it and contact your dealer.
  • Page 3 What is Arduino® Arduino is an open-source prototyping platform based on easy-to-use hardware and ® software. Arduino ® boards are able to read inputs – light-on sensor, a finger on a button or a Twitter message – and turn it into an output – activating of a motor, turning on an LED, publishing something online.
  • Page 4 Connection Connection #define RELAY1 13 #define RELAY2 12 #define RELAY3 11 #define RELAY4 10 void setup() // Initialize the arduino data pins for OUTPUT pinMode(RELAY1, OUTPUT); pinMode(RELAY2, OUTPUT); pinMode(RELAY3, OUTPUT); pinMode(RELAY4, OUTPUT); void loop() digitalWrite(RELAY1, HIGH); // Turns ON Relay 1 delay(2000);...
  • Page 5 digitalWrite(RELAY2, LOW); // Turns OFF Relay 2 digitalWrite(RELAY3, HIGH); // Turns ON Relay 3 delay(2000); // Wait 2 seconds digitalWrite(RELAY3, LOW); // Turns OFF Relay 3 digitalWrite(RELAY4, HIGH); // Turns ON Relay 4 delay(2000); // Wait 2 seconds digitalWrite(RELAY4, LOW); // Turns OFF Relay 4...
  • Page 6 Modifications and typographical errors reserved - © Velleman Group nv. WPM400_v01 Velleman Group nv, Legen Heirweg 33 - 9890 Gavere...

Table of Contents