You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ A simple package for retrieving data from an AtmoTube PRO via [bluetooth](https:
5
5
6
6
This package only supports the AtmoTube PRO device, and has only been tested with that device. I do not own any other AtmoTube devices, but reading the API documentation, I don't imagine they would work. I am open to extending this package to support other AtmoTube devices if someone with one of those devices would be willing to help test it. This package mostly exists so that you don't have to remember what all the UUIDs are and how to decode the bytearrays yourself.
7
7
8
+
There are two worked examples included in the `examples` directory, one for subscribing to GATT characteristics and one for listening to BLE advertisement and scan response packets. Both examples simply log the received packets to the console, but they can be easily extended to do something more useful, like storing it in a database or loggint it to a csv.
9
+
8
10
## Installation
9
11
10
12
Pymotube is not available through pip yet, possibly ever, but you can install it directly from GitHub (bleeding edge):
0 commit comments