Skip to main content
Ekahau Sidekick Accessory Testing by the WifiSpy


I decided to test two products to augment my Surface Pro 4 running Ekahau 10 that will help prevent accidents from happening with the cable and allow free and easy movement as you survey.  Safety should be #1 if you do work in any production/warehousing/manufacturing facilities.




The items tested today were Griffin Breaksafe Magnetic Breakaway USB Adapter, Standard USB Type a https://www.amazon.com/gp/product/B0759FKCK8/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1 priced at 19.99 at the time of the writing.







So first I will talk about the Griffin device.  Why would you want something like this?  If you've owned a MacBook in the past with the breakaway power cord, there isn't much more I can say about it.  If you haven't, it's a really cool thing and I was surprised to find this for a USB port.


What are the worst things can happen if the USB cable gets caught up on something?
  • USB Port damage to either the Sidekick or your Windows-based tablet.
    • Costly repairs for both devices
  • The tablet could go flying and be introduced formally to the ground or wall which is never a pleasant introduction.
  • In the right scenario, you could hurt yourself.
I know for a lot of readers, this may come off as a little comical but the perspective of the environment types you've surveyed for comes to mind.  Of course, your typical office or hospital won't really have these factors to really worry about.  

Examples of what I'm talking about:


  
The sign says it all

Think about it - any place with a moving conveyor belt could potentially put you into a precarious situation.  Why take the chance?


So, I made a quick little video of how it works and the force it takes to separate below. 




Testing?  I tested it connected to a USB hub with multiple devices such as WLAN Adapters, USB storage and of course, the Ekahau Sidekick.  I imagine the results below should help ease some minds.

With the Griffin device attached



Without



Just a pass-through as the data shows



Now onto the coiled USB to Micro-USB

Does it fit well?  Does it transfer fine?  Does Ekahau work fine with it?  Yes to all.

The video below should show you.  The snugness checker.

Pros? 

  • The coil will prevent snags from happening
  • It works with the Sidekick
  • Fits snug into the port with proper orientation
  • The angle on the USB end helps keep it that much closer to the tablet
  • Looking sharper


Cons?

  • You need to stretch the wire from the factory and work it out a little
  • You can get away with putting one coil in to keep a healthy spacing to prevent wear to the USB port of the Sidekick but I don't have enough testing and would likely use a piece of painters tape to ensure it.
I'll be spending more time with it in professional settings and see how it does with the test of time.







Comments

  1. You also need MoKo Protective Rugged Cover Case for your Surface.

    ReplyDelete
  2. I live dangerously! (I do though)

    ReplyDelete

Post a Comment

Popular posts from this blog

Finding WLAN issues from the Windows Client Side

What happens when you've done everything from the wifi side of diagnosis a problem dare I say a ghost problem? What if the situation within your network seems perfect, you can't find anything in packet captures, Prime or off your WLC - What other options do you have?  Luckily, I found plenty! One of the handiest tools I like to use when onsite and starting to check clients out is the NETSH command in command line. Doing a roaming analysis via the client versus on Prime isn't a bad thing some days to give you a real world perspective of when roams happen.  Of course, client debugging in WLCs help too but I figured I'd show you what I do when walking around with a laptop to see the BSSID you are connected to. I use  netsh wlan show interface  Which outputs this:     Name                   : Wi-Fi     Description            : Marvell ...

Quickly and Freely convert a DWG file to a PNG for Ekahau

DWG to PNG Free and Quick! One of the problems that we run into many times with Ekahau is the size of the file that has been converted from a DWG file.  While a desktop with some horsepower (CPU, GPU, RAM) can power through it we may notice that during a Survey that there may not be enough power. What do I mean?  I think most have experienced it but when you start moving around on the map, things lag - it feels that the picture takes for ever to rasterize on the screen. This is a part of what I believe needs to be done before you get onsite and before you step of your house to start a survey. LOAD THE ESX file that was used in the design and test the speed on the device you will be surveying with.  If you are noticing acting like Google Chrome (aka resource hog) then you should probably recreate the file unless there is an explicit need to use the original design ESX file. So now the situation is this - you have the DWG file, you know that if you load it that you are goin...

Pull all AP names from a Cisco WLC easily

How to collect AP Names from a Cisco WLC So if you are running into this, you've likely have already worked with spreadsheets that help auto-populate commands.  It's pretty simple to create these but I'll give you a little screenshot of a basic use of this in Excel. Put the AP name in A1 of Excel Then create a colum with =CONCATENATE("config ap primary-base NAME-HERE  ",A1, " 192.168.1.1") This will create the command of "config ap primary-base APNAME1 192.168.1.1" You can then fill in A2, A3 with the rest of the names.  This is useful if you are pulling AP's from one controller to another. This allows you to create a command list to make instant changes by cutting and pasting into SecureCRT, Putty or whatever your program of choice is. The first area in black would be the WLC Domain name (WLC01-5520) and the second black part would be the IP (192.168.1.1) as an example. But what if you don't have the list of AP names?  What do you do? ...