Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset MCU when starting experiment #4

Open
JeppeKlitgaard opened this issue Mar 10, 2022 · 0 comments
Open

Reset MCU when starting experiment #4

JeppeKlitgaard opened this issue Mar 10, 2022 · 0 comments
Assignees

Comments

@JeppeKlitgaard
Copy link
Owner

After changing to proper serial (i.e. not Serial-Over-USB), we no longer have the DTR pin broken out. This means the MCU no longer resets when an experiment starts and thus needs to be reset manually.

This could be done using one of two approaches.

Signal reset from commander

Send over a ResetController packet which resets the MCU

Send DTR reset via USB connection

Since we still have the USB connection in place, we can use that to reset the MCU. This would be more reliable, but requires two serial connections which is not desirable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant