-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Sensortag 2 #36
Comments
As a followup: node-sensortag now has a full set of Sensortag 2 support, which means I'm super-tempted to port that work to bluepy. |
Just an update - if I pick out some of the sensors on a Sensortag 2 they do work, e.g. humidity:
|
This is now done - sensortag.py has CC2650 support in it (it will auto-detect between the 2650 and the original V1 tag). Cheers |
Thanks @IanHarvey ! |
Hi everyone -- quick question. I can't find reference to the voltage sensor in the bluepy project for the new sensortag. Is that supported? |
TI has a new Sensortag 2, about the same shape and size as the original Sensortag but with a couple more sensors, a new processor, and better battery life.
When I try to connect to it with sensortag.py I get this:
There's been some porting work to support the Sensortag 2 from node.js, and there's UUIDs and sample code etc pointed to from here:
sandeepmistry/node-sensortag#34
which should be a useful stop to sort through what has changed.
The text was updated successfully, but these errors were encountered: