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

4chan digital inputs stim status #161

Open
rusefillc opened this issue Sep 3, 2023 · 2 comments
Open

4chan digital inputs stim status #161

rusefillc opened this issue Sep 3, 2023 · 2 comments
Assignees

Comments

@rusefillc
Copy link
Contributor

trying to test the following digital inputs on rev H

   	engineConfiguration->triggerInputPins[0] = Gpio::H144_IN_CAM; // C7
   	engineConfiguration->triggerInputPins[1] = Gpio::H144_IN_D_4; // E6
   	engineConfiguration->camInputs[0] = Gpio::H144_IN_VSS; // C4
   	engineConfiguration->camInputs[1] = Gpio::H144_IN_D_AUX4; // E7
   	engineConfiguration->camInputs[2] = Gpio::H144_IN_SENS2; // E3
   	engineConfiguration->camInputs[3] = Gpio::H144_IN_SENS3; // E4

using stim board

four lines work, the two failing lines are Gpio::H144_IN_D_4; // E6 and Gpio::H144_IN_D_AUX4; // E7

  • anything special about those two lines?
  • what other digital input pins can I test using STIM board?
@rusefillc
Copy link
Contributor Author

* ZERO Secondary event counter!
* ZERO VVT2 event counter!

@Qwerty-OFF
Copy link
Collaborator

Check that the pullup is enabled for E6. C2 and C3 are similar to E6, try them too.
Schematic for E7 looks good, check that there is a pull-up to 5V (R85)
Also you can test D3, F3.

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

No branches or pull requests

2 participants