Close

How to change the timeout between pellets

A project log for Feeding Experimentation Device (FED) 2.0

FED measures food intake in mice. It is battery powered and designed to be used in rodent colony caging.

lex-kravitzLex Kravitz 05/26/2018 at 14:000 Comments

We included a timeout between pellets to stop the mice from taking one pellet, dropping it, and immediately grabbing the next one.  We set this to 15 seconds by default but it can be easily changed.  In the "a_header" tab in the Arduino IDE, change the number "15" in this line to update it:

int timeout = 15; //timeout between pellets in seconds

Discussions