-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi there!
Thanks for putting together this whole device and for writing up the publication in eNeuro! I work at the University of Sussex in the UK and we are starting to replicate the design for Catherine Hall's lab.
One of the things we thought about implementing was a printed circuit board for the system, so that it is easier to replicate it, and also because it takes care of potential wiring coming loose off breadboards, etc...
For that, I created a fork of your repository to work on designing and testing the PCB before making a contribution back to this repo... Our initial idea is to copy what you have in the paper one to one, as in have a PCB for the Arduino Mega and a PCB for the Uno. In the process I came up with the following questions, I hope you don't mind:
1- The digital lines for the RGB LEDs seem to have "jumps" between the channels, for example in RGB LED1 the lines are 34,36 and 37. Is there any particular reason you did not use 34,35 and 36? I could not find pin 35 being used for anything else... This is not critical, but I was just curious about why things were implemented this way?
2- Any particular reason you are using an arduino Uno for the infrared detectors? I mean why not simply use the arduino Mega with it?
Thanks in advance for your time!