sandeepmistry / node-sensortag

Node.js lib for the TI SensorTag
MIT License
218 stars 111 forks source link

Check battery level on CC2650 #90

Closed craigmw closed 7 years ago

craigmw commented 8 years ago

TI has recently provided a method to read the battery level on the SensorTag. Is there any way to read this value using your node-sensortag library?

sandeepmistry commented 8 years ago

@craigmw please see pull request #82.

It's not ready to merge yet, but if you can try out my suggestion in https://github.com/sandeepmistry/node-sensortag/pull/82#issuecomment-241288978 and submit a new pull request if it works, that would be great.

craigmw commented 8 years ago

Thanks Sandeep. I'll try this out and report back.

sandeepmistry commented 7 years ago

@craigmw have you made any progress on this?

sandeepmistry commented 7 years ago

@craigmw ping ...

danielbh commented 7 years ago

It looks like this is available with 1.3 revision! Check out the dev app!

img_5069

sandeepmistry commented 7 years ago

Fixed via #93.