Install and configure an Ubertooth One device on Ubuntu 16.04
Well, to configure this open hardware we need to install a lot of tools. Let's go: $ cd ~ $ git clone https://github.com/greatscottgadgets/ubertooth.git $ sudo apt-get install python-numpy python-pyside If you try to run the spectral scanner, you might have this problem: $ ~/ubertooth/host/python/specan_ui/ubertooth-specan-ui Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "./ubertooth-specan-ui", line 50, in run for frequency_axis, rssi_values in frame_source: File "/home/nboettcher/ubertooth/host/python/specan_ui/specan/Ubertooth.py", line 46, in specan self.proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1