VernierST / godirect-py

A Python module for reading from Vernier Go Direct® Sensors using USB or BLE.
GNU General Public License v3.0
8 stars 9 forks source link

Bluetooth starter code error #26

Open pouyansab opened 2 years ago

pouyansab commented 2 years ago

I am trying to connect 2 go direct devices to Pi3 using bluetooth. my bluetoothctl -v shows 5.63, but seems like the code only runs on 5.51. How can I return it to an older version or make the code work with the current? currently I'm getting the error below

image
pouyansab commented 2 years ago

Update: I was able to install 5.51, but now I'm getting the error below.

image