abferm
About
- Username
- abferm
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
Since I'm using PyWarble on Linux, I need to use BlueZ to monitor RSSI? It would be nice if PyWarble exposed this functionality. EDIT: I've been hunting for a way to monitor the RSSI of a connected device on linux, and it appears the only way to …
-
This example shows how to read the battery in C++ and translates fairly well to python https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/d679878b8f7f88471697491f352469c391c7f27f/cppdocs/source/settings.rst#battery-state Here's my simple handler…
-
@Laura said: If you have the skillset, you could write a golang wrapper around our cpp apis. I could, but I'd rather write a native library, or at least have the ability to incrementally convert said wrapper into a full native library. Th…