Sussex-Neuroscience / mice-maze

active exploration setup for rodents
GNU General Public License v3.0
1 stars 1 forks source link

simplify maze electronics and control #1

Open amchagas opened 1 year ago

amchagas commented 1 year ago

Currently the maze is running three microcontrollers and a region of interest detection with a closed loop camera system. This is certainly an overkill for the tasks we are running, and complicated as at the moment there is a mix of Micropython, C++, and Python running on the system:

Much simpler solution would be one microcontroller to run:

Let's break all that down into tasks so that we can step by step update the system:

amchagas commented 7 months ago

more specifics on what needs finishing:

(main code is here https://github.com/Sussex-Neuroscience/mice-maze/blob/main/code/simplermaze/simplerCode.py)


not needed right away:

shahdalbalushi commented 1 month ago