Can RPi4 run simultaneously on dual band (WiFi 2.4GHz / 5GHz)?Is it possible to use Raspberry Pi 3 B+ Dual Band WiFi Simultaneously?Dual band WiFi stickWhich RF transceiver to use for a network using Rpi or Arduino?making WiFi adapter run in dual mode - STA and APMulti-radio Raspberry Pi 3Is it possible to use Raspberry Pi 3 B+ Dual Band WiFi Simultaneously?Is it possible to simultaneously use the dual band(2.4 Ghz and 5 Ghz) of Raspberry pi 3 B+ to create an AP?Swapping between wifi client and access point?Pi 3b+, integrated wifi loses connection on 5ghz network with carrier lost
"until mine is on tight" is a idiom?
Is it possible to use && operator in terminal command template loop?
Where to find the Arxiv endorsement code?
Can I exile my opponent's Progenitus/True-Name Nemesis with Teferi, Hero of Dominaria's emblem?
What happens to a net with the Returning Weapon artificer infusion after it hits?
How much horsepower to weight is required for a 1:1 thrust ratio
Can I build a half bath without permits?
What does `idem` mean in the VIM docs?
Sci-fi movie with one survivor and an organism(?) recreating his memories
Which altitudes are safest for VFR?
I reverse the source code, you reverse the input!
What should I consider when deciding whether to delay an exam?
Beyond Futuristic Technology for an Alien Warship?
Why is Pelosi so opposed to impeaching Trump?
After viewing logs with journalctl, how do I exit the screen that says "lines 1-2/2 (END)"?
As a team leader is it appropriate to bring in fundraiser candy?
Windows 10 deletes lots of tiny files super slowly. Anything that can be done to speed it up?
Would an object shot from earth fall into the sun?
Why does it seem the best way to make a living is to invest in real estate?
How can I become an invalid target for spells that target humanoids?
What does it mean by "my days-of-the-week underwear only go to Thursday" in this context?
Why would an airline put 15 passengers at once on standby?
Why is STARTTLS still used?
An impressive body of work
Can RPi4 run simultaneously on dual band (WiFi 2.4GHz / 5GHz)?
Is it possible to use Raspberry Pi 3 B+ Dual Band WiFi Simultaneously?Dual band WiFi stickWhich RF transceiver to use for a network using Rpi or Arduino?making WiFi adapter run in dual mode - STA and APMulti-radio Raspberry Pi 3Is it possible to use Raspberry Pi 3 B+ Dual Band WiFi Simultaneously?Is it possible to simultaneously use the dual band(2.4 Ghz and 5 Ghz) of Raspberry pi 3 B+ to create an AP?Swapping between wifi client and access point?Pi 3b+, integrated wifi loses connection on 5ghz network with carrier lost
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I read in the post that RPi 3 could not manage to operate on both bands simultaneously. Can RPi4 do that? We are planning to create mesh network with Rpi nodes. With single band operation, the throughput drops drastically, as the node count increases.
wifi
New contributor
add a comment
|
I read in the post that RPi 3 could not manage to operate on both bands simultaneously. Can RPi4 do that? We are planning to create mesh network with Rpi nodes. With single band operation, the throughput drops drastically, as the node count increases.
wifi
New contributor
add a comment
|
I read in the post that RPi 3 could not manage to operate on both bands simultaneously. Can RPi4 do that? We are planning to create mesh network with Rpi nodes. With single band operation, the throughput drops drastically, as the node count increases.
wifi
New contributor
I read in the post that RPi 3 could not manage to operate on both bands simultaneously. Can RPi4 do that? We are planning to create mesh network with Rpi nodes. With single band operation, the throughput drops drastically, as the node count increases.
wifi
wifi
New contributor
New contributor
edited 46 mins ago
tlfong01
2,1302 gold badges5 silver badges16 bronze badges
2,1302 gold badges5 silver badges16 bronze badges
New contributor
asked 8 hours ago
vanangamudivanangamudi
162 bronze badges
162 bronze badges
New contributor
New contributor
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
First to clarify: you are talking about RPi 3B, the link you have given is talking about a RPi 3B+. This is an important difference. RPi 3B only supports the 2.4 GHz band so there is no question if it can also use a 5 GHz band. It can't. RPi 3B+ supports dual band. The RPi 4B uses the same on-board wifi chip than RPi 3B+ so it also supports dual band.
With iw list
on RPi 4B you will find:
valid interface combinations:
* # managed <= 1, # P2P-device <= 1, # P2P-client, P2P-GO <= 1,
total <= 3, #channels <= 2
* # managed <= 1, # AP <= 1, # P2P-client <= 1, # P2P-device <= 1,
total <= 4, #channels <= 1
This tells you what combinations are possible. For example you can make in total 3 connections, maybe managed
, P2P-client
and P2P-GO
on two channels (one on 2.4 GHz and one on 5 GHz). But with an access point (AP
) you can have 4 connections in total but only on one channel.
If you do not find a possible combination you always can use an additional USB/WiFi dongle.
add a comment
|
On the Raspberry Pi 4, wireless support is provided by the same Cypress CYW43455 chip as on the Pi 3 B+. A limitation of this chip is that it cannot do Real Simultaneous Dual Band (RSDB). You could add a USB wifi module, to have two devices, each on a different band.
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/4.0/"u003ecc by-sa 4.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
);
);
vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.
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%2f103892%2fcan-rpi4-run-simultaneously-on-dual-band-wifi-2-4ghz-5ghz%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
First to clarify: you are talking about RPi 3B, the link you have given is talking about a RPi 3B+. This is an important difference. RPi 3B only supports the 2.4 GHz band so there is no question if it can also use a 5 GHz band. It can't. RPi 3B+ supports dual band. The RPi 4B uses the same on-board wifi chip than RPi 3B+ so it also supports dual band.
With iw list
on RPi 4B you will find:
valid interface combinations:
* # managed <= 1, # P2P-device <= 1, # P2P-client, P2P-GO <= 1,
total <= 3, #channels <= 2
* # managed <= 1, # AP <= 1, # P2P-client <= 1, # P2P-device <= 1,
total <= 4, #channels <= 1
This tells you what combinations are possible. For example you can make in total 3 connections, maybe managed
, P2P-client
and P2P-GO
on two channels (one on 2.4 GHz and one on 5 GHz). But with an access point (AP
) you can have 4 connections in total but only on one channel.
If you do not find a possible combination you always can use an additional USB/WiFi dongle.
add a comment
|
First to clarify: you are talking about RPi 3B, the link you have given is talking about a RPi 3B+. This is an important difference. RPi 3B only supports the 2.4 GHz band so there is no question if it can also use a 5 GHz band. It can't. RPi 3B+ supports dual band. The RPi 4B uses the same on-board wifi chip than RPi 3B+ so it also supports dual band.
With iw list
on RPi 4B you will find:
valid interface combinations:
* # managed <= 1, # P2P-device <= 1, # P2P-client, P2P-GO <= 1,
total <= 3, #channels <= 2
* # managed <= 1, # AP <= 1, # P2P-client <= 1, # P2P-device <= 1,
total <= 4, #channels <= 1
This tells you what combinations are possible. For example you can make in total 3 connections, maybe managed
, P2P-client
and P2P-GO
on two channels (one on 2.4 GHz and one on 5 GHz). But with an access point (AP
) you can have 4 connections in total but only on one channel.
If you do not find a possible combination you always can use an additional USB/WiFi dongle.
add a comment
|
First to clarify: you are talking about RPi 3B, the link you have given is talking about a RPi 3B+. This is an important difference. RPi 3B only supports the 2.4 GHz band so there is no question if it can also use a 5 GHz band. It can't. RPi 3B+ supports dual band. The RPi 4B uses the same on-board wifi chip than RPi 3B+ so it also supports dual band.
With iw list
on RPi 4B you will find:
valid interface combinations:
* # managed <= 1, # P2P-device <= 1, # P2P-client, P2P-GO <= 1,
total <= 3, #channels <= 2
* # managed <= 1, # AP <= 1, # P2P-client <= 1, # P2P-device <= 1,
total <= 4, #channels <= 1
This tells you what combinations are possible. For example you can make in total 3 connections, maybe managed
, P2P-client
and P2P-GO
on two channels (one on 2.4 GHz and one on 5 GHz). But with an access point (AP
) you can have 4 connections in total but only on one channel.
If you do not find a possible combination you always can use an additional USB/WiFi dongle.
First to clarify: you are talking about RPi 3B, the link you have given is talking about a RPi 3B+. This is an important difference. RPi 3B only supports the 2.4 GHz band so there is no question if it can also use a 5 GHz band. It can't. RPi 3B+ supports dual band. The RPi 4B uses the same on-board wifi chip than RPi 3B+ so it also supports dual band.
With iw list
on RPi 4B you will find:
valid interface combinations:
* # managed <= 1, # P2P-device <= 1, # P2P-client, P2P-GO <= 1,
total <= 3, #channels <= 2
* # managed <= 1, # AP <= 1, # P2P-client <= 1, # P2P-device <= 1,
total <= 4, #channels <= 1
This tells you what combinations are possible. For example you can make in total 3 connections, maybe managed
, P2P-client
and P2P-GO
on two channels (one on 2.4 GHz and one on 5 GHz). But with an access point (AP
) you can have 4 connections in total but only on one channel.
If you do not find a possible combination you always can use an additional USB/WiFi dongle.
answered 7 hours ago
IngoIngo
14.9k5 gold badges19 silver badges74 bronze badges
14.9k5 gold badges19 silver badges74 bronze badges
add a comment
|
add a comment
|
On the Raspberry Pi 4, wireless support is provided by the same Cypress CYW43455 chip as on the Pi 3 B+. A limitation of this chip is that it cannot do Real Simultaneous Dual Band (RSDB). You could add a USB wifi module, to have two devices, each on a different band.
add a comment
|
On the Raspberry Pi 4, wireless support is provided by the same Cypress CYW43455 chip as on the Pi 3 B+. A limitation of this chip is that it cannot do Real Simultaneous Dual Band (RSDB). You could add a USB wifi module, to have two devices, each on a different band.
add a comment
|
On the Raspberry Pi 4, wireless support is provided by the same Cypress CYW43455 chip as on the Pi 3 B+. A limitation of this chip is that it cannot do Real Simultaneous Dual Band (RSDB). You could add a USB wifi module, to have two devices, each on a different band.
On the Raspberry Pi 4, wireless support is provided by the same Cypress CYW43455 chip as on the Pi 3 B+. A limitation of this chip is that it cannot do Real Simultaneous Dual Band (RSDB). You could add a USB wifi module, to have two devices, each on a different band.
edited 4 hours ago
answered 7 hours ago
Michael HarveyMichael Harvey
3481 silver badge9 bronze badges
3481 silver badge9 bronze badges
add a comment
|
add a comment
|
vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.
vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.
vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.
vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.
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%2f103892%2fcan-rpi4-run-simultaneously-on-dual-band-wifi-2-4ghz-5ghz%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