

#define POST_FEED_DELAY 60000 // 60 seconds // could be longer (4 hrs even) These data pins link to 2 Relay board pins IN1, IN2, define names for the 4 Digital pins On the Arduino 7,8, relay is turned on for two seconds at approx. basic two relay board timed animal feeder As for what to put in your feeder, most hunters like to use deer corn. This is a critical consideration in areas with a feral hog problem, as large sounders can empty even the largest of wildlife feeders overnight. The timer may be set for up to four programs in a 24 hour period, and feed up to 30. Well I don't really understand any of it and I don't see many replies for me to help figure it out. A feeder timer control unit also helps to assure the animals won't eat through several hundred pounds of expensive feed in one night. Runs 12v direct current motors currently used in deer feeders today. I have this code and it has error messages Which I don't understand.
SMART TIMER DEER FEEDER HOW TO
Now need to figure out how to hook it to rtc when I get it and then power it to come on twice a day in approx 12 hour interval. Initialise the Arduino data pins for OUTPUTĭigitalWrite(RELAY1,LOW) // Turns ON Relays 1ĭigitalWrite(RELAY1,HIGH) // Turns Relay OffĭigitalWrite(RELAY2,LOW) // Turns ON Relays 2ĭigitalWrite(RELAY2,HIGH) // Turns Relay OffĭigitalWrite(RELAY3,LOW) // Turns ON Relays 3ĭigitalWrite(RELAY3,HIGH) // Turns Relay OffĭigitalWrite(RELAY4,LOW) // Turns ON Relays 4ĭigitalWrite(RELAY4,HIGH) // Turns Relay Off These data pins link to 4 Relay board pins IN1, IN2, IN3, IN4 define names for the 4 Digital pins On the Arduino 7,8,9,10 The success of a good feeding program will depend on the accuracy and reliability of the Timer. You will also see the corresponding Red LED on the 4 Relay board You can here them click as there state changes from off to on and on to Each relay is turned on for 2 seconds and then off. Got relays to work turning on and off for two seconds each.
