Hello!
First I used this script: https://github.com/danielbh/sensortag-battery-test/blob/master/polling.js
Then I followed this guide: http://mobilemodding.info/2015/06/ti-sensortag-2-power-consumption-analysys/
I tested this script on a iMac I bought this year and rpi3 from last year.
On the iMac when connecting and polling the sensors I'm getting: ~0.01 mA -0.20 mA and it looks like the iMac is actively optimizing the bluetooth connection to preserve the battery life of the sensor because the mA is rarely over 0.15.
However on the raspberry pi something quite different is occurring. I'm getting no less than 0.50 mA and it is staying consistently above that, even when the sensors are not being read.
Any idea what is going on or where I could begin investigating this problem? Thanks for any help you could offer.