-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issues with IO pins #5
Comments
@mfogelson I assume that the question here and the one on the forum are related.
Let us know if this solves the issue, or you still have problem. |
@mfogelson |
So I am getting something very strange happening. Situation 1: No usb connected to Dorna only powering through wall outlet Situation 2: Only usb connected and no power through wall outlet Situation 3: usb connected and power from wall outlet Connectivity test: Notes: Thoughts:
|
SERIOUS ISSUE:
I have tried restarting and power cycling many times and re-uploaded the firmware, but am receiving the same issues |
@mfogelson
Best, |
|
Here is the schematic that I think should work to trigger the input pins from an arduino uno, unfortunately it is still not working any thoughts. (Note: All GNDs are the same) Even with the external power source to allow for more current I still cannot pull the input pins LOW, thus not being able to trigger them. |
Thanks for the scheme. |
I should note a few things about it.
|
|
I have an Arduino uno with a force sensor that when triggered turns a digital output pin on my board low. Since Arduino uno goes from 5V output I put the output through a voltage divider to match the 3.3V digital input pin on the control box. The gnd from the control box and my Arduino are connected so that there is a common gnd that can be referenced.
When the digital output pin from my Arduino goes low the voltage difference between gnd and input goes to 1.4V. My thoughts is that this is due to the pull resistor set on the input pins, but not 100% sure about this.
Any thoughts?
The text was updated successfully, but these errors were encountered: