Stacking RPi 3B and RPi 3B+ togetherCombine 2 Raspberry Pi 3RPI as forwarding serverStop raspbian going into “suspend” mode (just red light)Is the RPi enough to host a web application with pictures and videos?If I were to set my RPI up as a webserver, what security issues to my home network should I be aware of?Connection between Cloud Application and Local RPiSetting up a server farm with few RPiRPI as a Cloud ServerHearing loss — need RPi Zeros to listen to bells, buzzers, or chimes and send some notificationContinuously send data between RPi and LaptopExternal and Internal IP Address and Servers
Is this possible when it comes to the relations of P, NP, NP-Hard and NP-Complete?
Formal Definition of Dot Product
Extract the characters before last colon
Problem in downloading videos using youtube-dl from unsupported sites
Offered a new position but unknown about salary?
is it correct to say "When it started to rain, I was in the open air."
The meaning of the Middle English word “king”
How to make a not so good looking person more appealing?
Uh oh, the propeller fell off
Polynomial division: Is this trick obvious?
Where to find every-day healthy food near Heathrow Airport?
Mark command as obsolete
Help understanding this line - usage of くれる
Filter a data-frame and add a new column according to the given condition
Why doesn't Iron Man's action affect this person in Endgame?
Why can't I share a one use code with anyone else?
Is there any good reason to write "it is easy to see"?
Is Valonqar prophecy unfulfilled?
Promotion comes with unexpected 24/7/365 on-call
What is this old US Air Force plane?
Are there any sonatas with only two sections?
Is this a group? If so, what group is it?
Re-testing of regression test bug fixes or re-run regression tests?
Why did the soldiers of the North disobey Jon?
Stacking RPi 3B and RPi 3B+ together
Combine 2 Raspberry Pi 3RPI as forwarding serverStop raspbian going into “suspend” mode (just red light)Is the RPi enough to host a web application with pictures and videos?If I were to set my RPI up as a webserver, what security issues to my home network should I be aware of?Connection between Cloud Application and Local RPiSetting up a server farm with few RPiRPI as a Cloud ServerHearing loss — need RPi Zeros to listen to bells, buzzers, or chimes and send some notificationContinuously send data between RPi and LaptopExternal and Internal IP Address and Servers
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Is it possible to stack the two Pi's top of each other and connect them together somehow e.g. ethernet, to improve performance of a server for example. It's just that I have the Pi 3B sitting around collecting dust after the purchase of the latest Pi 3B+.
server
add a comment |
Is it possible to stack the two Pi's top of each other and connect them together somehow e.g. ethernet, to improve performance of a server for example. It's just that I have the Pi 3B sitting around collecting dust after the purchase of the latest Pi 3B+.
server
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
2
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34
add a comment |
Is it possible to stack the two Pi's top of each other and connect them together somehow e.g. ethernet, to improve performance of a server for example. It's just that I have the Pi 3B sitting around collecting dust after the purchase of the latest Pi 3B+.
server
Is it possible to stack the two Pi's top of each other and connect them together somehow e.g. ethernet, to improve performance of a server for example. It's just that I have the Pi 3B sitting around collecting dust after the purchase of the latest Pi 3B+.
server
server
edited May 3 at 13:41
Leon185
asked May 3 at 11:11
Leon185Leon185
406
406
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
2
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34
add a comment |
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
2
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
2
2
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34
add a comment |
1 Answer
1
active
oldest
votes
Sure, one can combine two RPis to share tasks between them. But simply stacking them together is not the way to go.
- it doesn't make much sense to short the gpios of the two pi's. In the worst case (both shorted gpios are configured as outputs) it will harm your RPis
- the RPi has a 3V3 voltage regulator onboard which do not provide the exact same voltage. Connecting the outputs of those regulators is bad practice
If you want to combine them you should figure out the interface that meets your requirenents (I2C, UART, SPI, ...) and simply wire the RPis in the respective way. But do not stack them.
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
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%2f98180%2fstacking-rpi-3b-and-rpi-3b-together%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sure, one can combine two RPis to share tasks between them. But simply stacking them together is not the way to go.
- it doesn't make much sense to short the gpios of the two pi's. In the worst case (both shorted gpios are configured as outputs) it will harm your RPis
- the RPi has a 3V3 voltage regulator onboard which do not provide the exact same voltage. Connecting the outputs of those regulators is bad practice
If you want to combine them you should figure out the interface that meets your requirenents (I2C, UART, SPI, ...) and simply wire the RPis in the respective way. But do not stack them.
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
add a comment |
Sure, one can combine two RPis to share tasks between them. But simply stacking them together is not the way to go.
- it doesn't make much sense to short the gpios of the two pi's. In the worst case (both shorted gpios are configured as outputs) it will harm your RPis
- the RPi has a 3V3 voltage regulator onboard which do not provide the exact same voltage. Connecting the outputs of those regulators is bad practice
If you want to combine them you should figure out the interface that meets your requirenents (I2C, UART, SPI, ...) and simply wire the RPis in the respective way. But do not stack them.
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
add a comment |
Sure, one can combine two RPis to share tasks between them. But simply stacking them together is not the way to go.
- it doesn't make much sense to short the gpios of the two pi's. In the worst case (both shorted gpios are configured as outputs) it will harm your RPis
- the RPi has a 3V3 voltage regulator onboard which do not provide the exact same voltage. Connecting the outputs of those regulators is bad practice
If you want to combine them you should figure out the interface that meets your requirenents (I2C, UART, SPI, ...) and simply wire the RPis in the respective way. But do not stack them.
Sure, one can combine two RPis to share tasks between them. But simply stacking them together is not the way to go.
- it doesn't make much sense to short the gpios of the two pi's. In the worst case (both shorted gpios are configured as outputs) it will harm your RPis
- the RPi has a 3V3 voltage regulator onboard which do not provide the exact same voltage. Connecting the outputs of those regulators is bad practice
If you want to combine them you should figure out the interface that meets your requirenents (I2C, UART, SPI, ...) and simply wire the RPis in the respective way. But do not stack them.
answered May 3 at 11:32
Sim SonSim Son
1865
1865
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
add a comment |
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
Not necessarily with the GPIO but just connected in some way such as ethernet. Sorry should have made that clearer.
– Leon185
May 3 at 13:41
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%2f98180%2fstacking-rpi-3b-and-rpi-3b-together%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
Doing that doesn't make a cluster. It's like stacking my laptop on top of my wife's and expecting it to play games at 144 frames / sec on a 4K screen..instructables.com/id/Raspberry-Pi-3-Bramble
– Dougie
May 3 at 12:00
2
Possible duplicate of Combine 2 Raspberry Pi 3
– Leon185
May 3 at 13:46
There is no really fast way for Raspberries to communicate. The USB-bus is the limiting factor.
– Thorbjørn Ravn Andersen
May 3 at 15:34