Can RPi4 run simultaneously on dual band (WiFi 2.4GHz / 5GHz)?Is it possible to use Raspberry Pi 3 B+ Dual...

Why aren't faces sharp in my f/1.8 portraits even though I'm carefully using center-point autofocus?

Calculate the Ultraradical

My machine, client installed VPN,

Selection Sort Algorithm (Python)

I transpose the source code, you transpose the input!

Can RPi4 run simultaneously on dual band (WiFi 2.4GHz / 5GHz)?

Is there a relationship between prime numbers and music?

How to prevent pickpocketing in busy bars?

What can Thomas Cook customers who have not yet departed do now it has stopped operating?

After viewing logs with journalctl, how do I exit the screen that says "lines 1-2/2 (END)"?

Pushing the e-pawn

Is it possible to change an API response using the host file?

Why is STARTTLS still used?

rust-proof solution for attaching 2x4 to 4x4?

Can I build a half bath without permits?

How can the dynamic linker/loader itself be dynamically linked as reported by `file`?

A famous scholar sent me an unpublished draft of hers. Then she died. I think her work should be published. What should I do?

"I will not" or "I don't" as an answer for negative orders?

Population of post-Soviet states. Why decreasing?

Received a package but didn't order it

What is Weapon Handling?

Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?

Avoiding dust scattering when you drill

Is there a list of world wide upcoming space events on the web?



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;
}







4















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.






















  • Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

    – hobbs
    59 mins ago


















4















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.






















  • Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

    – hobbs
    59 mins ago














4












4








4








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 2 hours 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 10 hours ago









vanangamudivanangamudi

212 bronze badges




212 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.


















  • Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

    – hobbs
    59 mins ago



















  • Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

    – hobbs
    59 mins ago

















Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

– hobbs
59 mins ago





Devices with one radio only operate on one band at a time. Dual-band APs have two (or more) independent radios.

– hobbs
59 mins ago










3 Answers
3






active

oldest

votes


















3
















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



































      0
















      There are very few production Wifi chips that supports concurrent dual band operation. The only one I know is SF16A18, which seems not to be in a real mass production phase.



      This is because if you put dual band in a single chip that work concurrently, there will be signal interference problems since the TX/RX radio circuits are in like 2mm to each other on a single chip, and thermal problems thanks to the dual band power amplifier working concurrently, so it is hard to design.



      For access points(or wireless routers) that supports concurrent dual band, often there are at least two Wifi chips on board, such as MT7620(single band 2.4G)+MT7612(dual band like the chip in the question, but works only under 5G).



      So basically every dual band Wifi module in the market cannot support current dual band except for special designed modules which will be much larger and cost more.






      share|improve this answer








      New contributor



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
























        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

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        3
















        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






























          3
















          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




























            3














            3










            3









            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 8 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 6 hours ago

























                    answered 8 hours ago









                    Michael HarveyMichael Harvey

                    3481 silver badge9 bronze badges




                    3481 silver badge9 bronze badges


























                        0
















                        There are very few production Wifi chips that supports concurrent dual band operation. The only one I know is SF16A18, which seems not to be in a real mass production phase.



                        This is because if you put dual band in a single chip that work concurrently, there will be signal interference problems since the TX/RX radio circuits are in like 2mm to each other on a single chip, and thermal problems thanks to the dual band power amplifier working concurrently, so it is hard to design.



                        For access points(or wireless routers) that supports concurrent dual band, often there are at least two Wifi chips on board, such as MT7620(single band 2.4G)+MT7612(dual band like the chip in the question, but works only under 5G).



                        So basically every dual band Wifi module in the market cannot support current dual band except for special designed modules which will be much larger and cost more.






                        share|improve this answer








                        New contributor



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


























                          0
















                          There are very few production Wifi chips that supports concurrent dual band operation. The only one I know is SF16A18, which seems not to be in a real mass production phase.



                          This is because if you put dual band in a single chip that work concurrently, there will be signal interference problems since the TX/RX radio circuits are in like 2mm to each other on a single chip, and thermal problems thanks to the dual band power amplifier working concurrently, so it is hard to design.



                          For access points(or wireless routers) that supports concurrent dual band, often there are at least two Wifi chips on board, such as MT7620(single band 2.4G)+MT7612(dual band like the chip in the question, but works only under 5G).



                          So basically every dual band Wifi module in the market cannot support current dual band except for special designed modules which will be much larger and cost more.






                          share|improve this answer








                          New contributor



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
























                            0














                            0










                            0









                            There are very few production Wifi chips that supports concurrent dual band operation. The only one I know is SF16A18, which seems not to be in a real mass production phase.



                            This is because if you put dual band in a single chip that work concurrently, there will be signal interference problems since the TX/RX radio circuits are in like 2mm to each other on a single chip, and thermal problems thanks to the dual band power amplifier working concurrently, so it is hard to design.



                            For access points(or wireless routers) that supports concurrent dual band, often there are at least two Wifi chips on board, such as MT7620(single band 2.4G)+MT7612(dual band like the chip in the question, but works only under 5G).



                            So basically every dual band Wifi module in the market cannot support current dual band except for special designed modules which will be much larger and cost more.






                            share|improve this answer








                            New contributor



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









                            There are very few production Wifi chips that supports concurrent dual band operation. The only one I know is SF16A18, which seems not to be in a real mass production phase.



                            This is because if you put dual band in a single chip that work concurrently, there will be signal interference problems since the TX/RX radio circuits are in like 2mm to each other on a single chip, and thermal problems thanks to the dual band power amplifier working concurrently, so it is hard to design.



                            For access points(or wireless routers) that supports concurrent dual band, often there are at least two Wifi chips on board, such as MT7620(single band 2.4G)+MT7612(dual band like the chip in the question, but works only under 5G).



                            So basically every dual band Wifi module in the market cannot support current dual band except for special designed modules which will be much larger and cost more.







                            share|improve this answer








                            New contributor



                            jw_ 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 answer



                            share|improve this answer






                            New contributor



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








                            answered 54 mins ago









                            jw_jw_

                            1




                            1




                            New contributor



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




                            New contributor




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




























                                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

                                Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                                Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                                Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...