You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ethopy/interfaces/arduino_firmware/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Arduino Firmware for Ethopy
2
2
3
-
This directory contains two Arduino firmware options for interfacing with behavioral experiment hardware. Both support lick detection, proximity sensing, and liquid reward delivery.
3
+
This directory contains two Arduino firmware options for interfacing with behavioral experiment hardware.
4
4
5
5
## Choose Your Firmware
6
6
@@ -22,11 +22,11 @@ This directory contains two Arduino firmware options for interfacing with behavi
22
22
- Sends real-time JSON messages to computer about sensor events
23
23
- Receives commands from computer to control liquid dispensers
24
24
- Digital pin outputs (same as Option 1) for immediate hardware responses
25
-
-Advanced event detection and logging
25
+
-Event detection and logging
26
26
27
27
**Use this if:**
28
28
- You want to record all animal behavior data on your computer
29
-
- You need to control liquid dispensers remotely from software
29
+
- You need to control liquid dispensers
30
30
- You want real-time monitoring and data logging
31
31
32
32
**Technical details:**
@@ -136,7 +136,6 @@ Works with Ethopy's `RPPorts.py` interface for Raspberry Pi:
136
136
-**Capacitive lick detectors**: Connect to analog inputs A1, A2
137
137
-**Optical break-beam sensors**: Use with voltage divider circuits
138
138
-**Proximity sensors**: IR or capacitive types on A0
0 commit comments