Skip to main content
added 233 characters in body
Source Link
Eggo
  • 11
  • 2

I'm trying to make a cable checker to help me make custom cables for my computer. I'm thinking I plug the cable ends into sockets on the device, then the Arduino checks between different pins to make sure that no wires are in the wrong spot or unplugged.

So I'm thinking it runs through like this:

I plug the cable into connectors on the device. The Arduino has the PSU pinouts saved. Pin 1 represents one end of the cable, pin 2 represents the opposite end. Same with 3-4/5-6 etc. If the cable is assembled correctly, it should act as a connection between pins 1-2, pins 3-4, 5-6 etc.

tests pin 1 - 2 to see if they're connected, if yes, light up a green LED, if not, light up a red LED

tests pin 3 - 4, does the same thing

Repeats this for every wire in the cable

Am I on the right track? How would I do this? I've seen people talking about pullup resistors but I'm also seeing people say that shorting can damage the board

I'm trying to make a cable checker to help me make custom cables for my computer. I'm thinking I plug the cable ends into sockets on the device, then the Arduino checks between different pins to make sure that no wires are in the wrong spot or unplugged.

So I'm thinking it runs through like this:

tests pin 1 - 2 to see if they're connected, if yes, light up a green LED, if not, light up a red LED

tests pin 3 - 4, does the same thing

Repeats this for every wire in the cable

Am I on the right track? How would I do this? I've seen people talking about pullup resistors but I'm also seeing people say that shorting can damage the board

I'm trying to make a cable checker to help me make custom cables for my computer. I'm thinking I plug the cable ends into sockets on the device, then the Arduino checks between different pins to make sure that no wires are in the wrong spot or unplugged.

So I'm thinking it runs through like this:

I plug the cable into connectors on the device. The Arduino has the PSU pinouts saved. Pin 1 represents one end of the cable, pin 2 represents the opposite end. Same with 3-4/5-6 etc. If the cable is assembled correctly, it should act as a connection between pins 1-2, pins 3-4, 5-6 etc.

tests pin 1 - 2 to see if they're connected, if yes, light up a green LED, if not, light up a red LED

tests pin 3 - 4, does the same thing

Repeats this for every wire in the cable

Am I on the right track? How would I do this? I've seen people talking about pullup resistors but I'm also seeing people say that shorting can damage the board

edited title
Link
jsotola
  • 1.6k
  • 2
  • 13
  • 22

Testing short between two pins How to test custom cables?

Source Link
Eggo
  • 11
  • 2

Testing short between two pins?

I'm trying to make a cable checker to help me make custom cables for my computer. I'm thinking I plug the cable ends into sockets on the device, then the Arduino checks between different pins to make sure that no wires are in the wrong spot or unplugged.

So I'm thinking it runs through like this:

tests pin 1 - 2 to see if they're connected, if yes, light up a green LED, if not, light up a red LED

tests pin 3 - 4, does the same thing

Repeats this for every wire in the cable

Am I on the right track? How would I do this? I've seen people talking about pullup resistors but I'm also seeing people say that shorting can damage the board