Most recent activity
-
I don't know exactly what I was doing on the beginning that I'm not doing anymore, but sometimes I had to run this command below to make linux forget the connection and start over. May be new firmware, but I haven't needed to run the command since mid-January
sudo rm -rf /var/lib/bluetooth/04\:6C\:59\:0D\:2B\:D5/ && sudo service bluetooth restart
(The device address should be different)
-
-
-
-
-
-
-
Also, I've just made a pex (executable) file from the sample script I've sent earlier, it's attached, if you want to try it out.
The pex is just a glorified zip file, so you can open it and check out inside, but you can execute with:
./send_time.pex 'aa:bb:cc:dd:ee:ff'
The usage:
usage: send_time.py [-h] [--correction CORRECTION] address Bangle send time positional arguments: address bluetooth address to connect optional arguments: -h, --help show this help message and exit --correction CORRECTION milliseconds to add to time to compensate for connection time
This is definitely something I changed here, and it might have made all the difference.