Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

FED3 is an open-source battery-powered device for home-cage training of mice in operant tasks. FED3 can be [3D printed](https://github.com/KravitzLabDevices/FED3/tree/main/3Dfiles) and the control code is open-source and can be modified. The [code](https://github.com/KravitzLabDevices/FED3/tree/main/ArduinoCode) is written in the [Arduino](https://www.arduino.cc/) language and is run on a [Feather M0 Adalogger](https://www.adafruit.com/product/2796) microcontroller inside of FED3. For information on how to build and use FED3 check out the [Wiki](https://github.com/KravitzLabDevices/FED3/wiki), and the [Google group](https://groups.google.com/forum/#!forum/fedforum).
FED3 is an open-source battery-powered device for home-cage training of mice in operant tasks. FED3 can be [3D printed](https://github.com/KravitzLabDevices/FED3/tree/main/3Ddesigns) and the control code is open-source and can be modified. The [code](https://github.com/KravitzLabDevices/FED3/tree/main/ArduinoCode) is written in the [Arduino](https://www.arduino.cc/) language and is run on a [Feather M0 Adalogger](https://www.adafruit.com/product/2796) microcontroller inside of FED3. For information on how to build and use FED3 check out the [Wiki](https://github.com/KravitzLabDevices/FED3/wiki), and the [Google group](https://groups.google.com/forum/#!forum/fedforum).

Mice interact with FED3 through two nose-pokes and FED3 responds with visual stimuli, auditory stimuli, and by dispensing pellets. FED3 also has an analog output that allows it to synchronize with and control external equipment such as lasers or brain recording systems. A screen provides feedback to the user, and all behavioral events are logged to an on-board microSD card.

Expand Down