I have a TTY device setup to monitor a serial port of a combined bluetooth/GPS chip. I’m using blueZ to implement the bluetooth stack and do everything bluetooth related. The data being sent across this port is all HCI packets, even the GPS data. The GPS data is wrapped in an HCI packet of type 0xXX (indicated by the first
Tag: bluetooth
Python3 error “no module named bluetooth” on Linux Mint
I am trying to connect my Lenovo S10E to a Nintendo Wiimote via bluetooth. I am using a simple Python script, reproduced below. I am calling it from the Linux Mint (version 16, “Petra”) command line using python3 find_wii.py Script: I am receiving the error I have installed bluez and python wrappings for it (sudo aptitude install python-bluez). I have