<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using WIFI for as Master Slave Instrumentation in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806752#M93970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do funky.&amp;nbsp; I will check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Dec 2011 04:55:16 GMT</pubDate>
    <dc:creator>robert.kraml</dc:creator>
    <dc:date>2011-12-17T04:55:16Z</dc:date>
    <item>
      <title>Using WIFI for as Master Slave Instrumentation</title>
      <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806748#M93966</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that I am a novice regarding this technology and I may be chaing blue sky here.&amp;nbsp; If so, please tell me this is a non starter.&amp;nbsp; Also, I wasnt sure what category of wirelss this fits into so I posted this here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to explore the feasibility of a sensor net like function using wifi that will hopefully let us use on the order of hundred (maybe up to 600) or so WIFI devices in an instrumentation application.&amp;nbsp; I am looking at 802.11 type devices instead of the conventional "sensor networks" mainly due to bandwidth and signal strength considerations and where power consumption is less an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We notionally are thinking of using a multitude of these devices in a master/slave type configuration over either asn acces point or an adhoc configuration (whcievber makes more sense) whereby a single “master” will sequentially and repeatedly query all the slaves on the net for data.&amp;nbsp; We intend to avoid collision events by enforcing a rule that all slaves are quiet until queried by the persistent designated master.&amp;nbsp; No dynamic network functions (like Zigbee) are required.&amp;nbsp; There is only one ever one master and it is persistent indefinitely.&amp;nbsp; Also, the size of the data sets is notionally "small" (think of a small set of 12 bit A/D samples) and&amp;nbsp; shouldnt require multiple packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A demo ssystem might consist of a laptop hosting the "master" and a handful of laptops hosting cascaded USB hubs with 802.11n WIFI dongles plugged into them.&amp;nbsp; Is it out of the realm of possibility for the master to be able to query 500 connected clients for 32 bits of data at a rate of say 100 Hz?&amp;nbsp; Thats a raw bandwidth requirement of 1.6Mbps but can the hardware (and software) handle it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to take into account concerns such as the max number of clients that a device can address, the overhead in volved in querying and waiting for retrun data from each client, the max number of USB devices that can be on a single PC with maxed out expansion devices.&amp;nbsp; What kind of overhead is involved (size and time) when a device queries another connected device for data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I look to folks to tell me if I'm dreaming or there might be another better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert Kraml, Northrop Grumman Aerospace Systems&lt;/P&gt;&lt;P&gt;310-812-3799&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:Robert.kraml@ngc.com" target="_blank"&gt;Robert.kraml@ngc.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 04:14:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806748#M93966</guid>
      <dc:creator>robert.kraml</dc:creator>
      <dc:date>2021-07-04T04:14:40Z</dc:date>
    </item>
    <item>
      <title>Using WIFI for as Master Slave Instrumentation</title>
      <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806749#M93967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;I would like to explore the feasibility of a sensor net like function using wifi that will hopefully let us use on the order of hundred (maybe up to 600) or so WIFI devices in an instrumentation application.&lt;/PRE&gt;&lt;P&gt;What kind of "sensor" are we talking about?&amp;nbsp; Do you mean what Boeing is using whereby assets and parts are "tag" for location tracking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 01:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806749#M93967</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2011-12-15T01:24:35Z</dc:date>
    </item>
    <item>
      <title>Using WIFI for as Master Slave Instrumentation</title>
      <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806750#M93968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No this would be an array of stationary data acquisition devices placed within a specified volume on the order of a few hundred foot radius to monitor processes and events such as vibrations, shock, temperature strain, etc.&amp;nbsp; These devices could have local buffering which would store up sequences of data that would allow less frequent transmissions of a greater amont of data if teh overhead of a round robin connection scheme is too great.&amp;nbsp; For example, instead of a 500Hz 16-bit sensor transmitting samples 500 times a second, the device would transmit 500 buffered samples once per second.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 08:24:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806750#M93968</guid>
      <dc:creator>robert.kraml</dc:creator>
      <dc:date>2011-12-16T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Using WIFI for as Master Slave Instrumentation</title>
      <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806751#M93969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to contact AeroScout.&amp;nbsp; They have some very "funky" tags.&amp;nbsp; They'll be happy to hear from a company like yours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 03:15:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806751#M93969</guid>
      <dc:creator>Leo Laohoo</dc:creator>
      <dc:date>2011-12-17T03:15:01Z</dc:date>
    </item>
    <item>
      <title>Using WIFI for as Master Slave Instrumentation</title>
      <link>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806752#M93970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do funky.&amp;nbsp; I will check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 04:55:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/using-wifi-for-as-master-slave-instrumentation/m-p/1806752#M93970</guid>
      <dc:creator>robert.kraml</dc:creator>
      <dc:date>2011-12-17T04:55:16Z</dc:date>
    </item>
  </channel>
</rss>

