Creating jumper leads from ethernet cables - connect multiple components
I've bought some crimpers and a dupont connection kit and I'm planning on reusing some old cat5 ethernet cables I have.
Is it reasonable to connect two devices to the RPi via the 8 wires in the cat5 cable? For example connecting four jumpers to 4 GPIO pins on the RPi connecting to one device and the other four cables in the cat 5 cable to four other jumpers on the RPi connected to a second device?
This is attractive because it keeps the wiring (that will be visible) reasonably tidy but I'm not sure if this approach is technically appropriate.
ethernet wiring pi-gpio
add a comment |
I've bought some crimpers and a dupont connection kit and I'm planning on reusing some old cat5 ethernet cables I have.
Is it reasonable to connect two devices to the RPi via the 8 wires in the cat5 cable? For example connecting four jumpers to 4 GPIO pins on the RPi connecting to one device and the other four cables in the cat 5 cable to four other jumpers on the RPi connected to a second device?
This is attractive because it keeps the wiring (that will be visible) reasonably tidy but I'm not sure if this approach is technically appropriate.
ethernet wiring pi-gpio
add a comment |
I've bought some crimpers and a dupont connection kit and I'm planning on reusing some old cat5 ethernet cables I have.
Is it reasonable to connect two devices to the RPi via the 8 wires in the cat5 cable? For example connecting four jumpers to 4 GPIO pins on the RPi connecting to one device and the other four cables in the cat 5 cable to four other jumpers on the RPi connected to a second device?
This is attractive because it keeps the wiring (that will be visible) reasonably tidy but I'm not sure if this approach is technically appropriate.
ethernet wiring pi-gpio
I've bought some crimpers and a dupont connection kit and I'm planning on reusing some old cat5 ethernet cables I have.
Is it reasonable to connect two devices to the RPi via the 8 wires in the cat5 cable? For example connecting four jumpers to 4 GPIO pins on the RPi connecting to one device and the other four cables in the cat 5 cable to four other jumpers on the RPi connected to a second device?
This is attractive because it keeps the wiring (that will be visible) reasonably tidy but I'm not sure if this approach is technically appropriate.
ethernet wiring pi-gpio
ethernet wiring pi-gpio
asked 5 hours ago
Stuart BrownStuart Brown
1153
1153
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I do this all the time. Ethernet (Cat5) cable is twisted which provides you with cross-talk protection.
Note that the longest run I've used is about 36", so you may have to do testing to ensure you're not receiving interference at long distances if that's what you're wanting to do.
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
add a comment |
Lots of folks do that.
You may need to add some small capacitors on long cable runs to reduce and RF interference that a long unshielded cable can pick up.
That's great, many thanks for your help
– Stuart Brown
4 hours ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "447"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f93455%2fcreating-jumper-leads-from-ethernet-cables-connect-multiple-components%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do this all the time. Ethernet (Cat5) cable is twisted which provides you with cross-talk protection.
Note that the longest run I've used is about 36", so you may have to do testing to ensure you're not receiving interference at long distances if that's what you're wanting to do.
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
add a comment |
I do this all the time. Ethernet (Cat5) cable is twisted which provides you with cross-talk protection.
Note that the longest run I've used is about 36", so you may have to do testing to ensure you're not receiving interference at long distances if that's what you're wanting to do.
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
add a comment |
I do this all the time. Ethernet (Cat5) cable is twisted which provides you with cross-talk protection.
Note that the longest run I've used is about 36", so you may have to do testing to ensure you're not receiving interference at long distances if that's what you're wanting to do.
I do this all the time. Ethernet (Cat5) cable is twisted which provides you with cross-talk protection.
Note that the longest run I've used is about 36", so you may have to do testing to ensure you're not receiving interference at long distances if that's what you're wanting to do.
answered 4 hours ago
steviebstevieb
909410
909410
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
add a comment |
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
Awesome thanks @stevieb. I'll have a run of about 1.5m I think
– Stuart Brown
4 hours ago
add a comment |
Lots of folks do that.
You may need to add some small capacitors on long cable runs to reduce and RF interference that a long unshielded cable can pick up.
That's great, many thanks for your help
– Stuart Brown
4 hours ago
add a comment |
Lots of folks do that.
You may need to add some small capacitors on long cable runs to reduce and RF interference that a long unshielded cable can pick up.
That's great, many thanks for your help
– Stuart Brown
4 hours ago
add a comment |
Lots of folks do that.
You may need to add some small capacitors on long cable runs to reduce and RF interference that a long unshielded cable can pick up.
Lots of folks do that.
You may need to add some small capacitors on long cable runs to reduce and RF interference that a long unshielded cable can pick up.
answered 4 hours ago
DougieDougie
701110
701110
That's great, many thanks for your help
– Stuart Brown
4 hours ago
add a comment |
That's great, many thanks for your help
– Stuart Brown
4 hours ago
That's great, many thanks for your help
– Stuart Brown
4 hours ago
That's great, many thanks for your help
– Stuart Brown
4 hours ago
add a comment |
Thanks for contributing an answer to Raspberry Pi Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f93455%2fcreating-jumper-leads-from-ethernet-cables-connect-multiple-components%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown