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;








3















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.










share|improve this question









New contributor



vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    3















    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.










    share|improve this question









    New contributor



    vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      3












      3








      3








      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.










      share|improve this question









      New contributor



      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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






      share|improve this question









      New contributor



      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited 46 mins ago









      tlfong01

      2,1302 gold badges5 silver badges16 bronze badges




      2,1302 gold badges5 silver badges16 bronze badges






      New contributor



      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 8 hours ago









      vanangamudivanangamudi

      162 bronze badges




      162 bronze badges




      New contributor



      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      vanangamudi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          2 Answers
          2






          active

          oldest

          votes


















          2
















          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.






          share|improve this answer
































            1
















            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.






            share|improve this answer





























              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.









              draft saved

              draft discarded
















              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









              2
















              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.






              share|improve this answer





























                2
















                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.






                share|improve this answer



























                  2














                  2










                  2









                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 7 hours ago









                  IngoIngo

                  14.9k5 gold badges19 silver badges74 bronze badges




                  14.9k5 gold badges19 silver badges74 bronze badges


























                      1
















                      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.






                      share|improve this answer































                        1
















                        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.






                        share|improve this answer





























                          1














                          1










                          1









                          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.






                          share|improve this answer















                          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.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 4 hours ago

























                          answered 7 hours ago









                          Michael HarveyMichael Harvey

                          3481 silver badge9 bronze badges




                          3481 silver badge9 bronze badges
























                              vanangamudi is a new contributor. Be nice, and check out our Code of Conduct.









                              draft saved

                              draft discarded

















                              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.




                              draft saved


                              draft discarded














                              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





















































                              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







                              Popular posts from this blog

                              Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                              Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                              Ласкавець круглолистий Зміст Опис | Поширення | Галерея | Примітки | Посилання | Навігаційне меню58171138361-22960890446Bupleurum rotundifoliumEuro+Med PlantbasePlants of the World Online — Kew ScienceGermplasm Resources Information Network (GRIN)Ласкавецькн. VI : Літери Ком — Левиправивши або дописавши її