/arduino

Arduino sketches used to interact with micro-controllers and Bonsai layouts used for data acquisition.

Primary LanguageC++MIT LicenseMIT

Arduino sketches and Bonsai layouts to control laboratory equipment


📖 Introduction

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.

⚠️ This repo is in development and bugs may exist in the code despite the relentless will to remove them! Make sure to run all appropriate tests before using it.

📂 Repository content

- 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

🔨 Requirements

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.

✏️ Resources

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!