The repository hosts Arduino sketches and bonsai layouts used at the LeDoux Lab to control lab equipment and data acquisition pipelines in several behavioral experiments.
- arduino_sketches # lab sketches and wiring schematics
| - external_libraries
| - sketches
- bonsai_layouts # workflows for data acquisition
| - bonsai_room_1113
| - bonsai_room_1114
| - bonsai_room_1115
- README.md
- LICENSE
- .gitignore
The contents of this repo will require one or more of the frameworks below:
- Arduino: Opensource framework to interact with microcontrollers.
- Bonsai: Opensource data acquisition software.
- Fritzing: Software used to draw the wiring schematics.
The easiest way to get started is by completing the projects of the (awesome) arduino starting kit. It contains several interesting projects that introduce the newcomers to all that is needed (including coding) to build great stuff!