ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Maximum Connections to Wi-Fi?

    Ask your questions right here!
    2
    2
    129
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Evan DE
      Evan D
      last edited by

      Re: Data Collection from Ground Sensors

      I plan on using the setup where the drone is an access point and the ground sensors (Raspberry Pis) connect to it automatically. However, I've been having issues when multiple sensors are in range of the drone, and so they all try to connect. My question is how many devices can connect to the m500's network at once?

      Alex KushleyevA 1 Reply Last reply Reply Quote 0
      • Alex KushleyevA
        Alex Kushleyev ModalAI Team @Evan D
        last edited by

        @Evan-D , based on the contents of /data/misc/wifi/hostapd.conf :

        # Maximum number of stations allowed in station table. New stations will be
        # rejected after the station table is full. IEEE 802.11 has a limit of 2007
        # different association IDs, so this number should not be larger than that.
        # (default: 32)
        #max_num_sta=32
        

        It is possible that after your device has seen 32 different clients, it cannot accept new ones.

        You can examine this config file and /usr/bin/voxl-wifi (which is used to set the device into the ap mode) and try to increase the number of stations.

        Alex

        1 Reply Last reply Reply Quote 0
        • Alex KushleyevA Alex Kushleyev referenced this topic
        • First post
          Last post
        Powered by NodeBB | Contributors