fabibbi42
About
- Username
- fabibbi42
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
I am sure I have found the error. The data is still correct in the download hander but as soon as it is finished the data is corrupted. I don't know why, but here is the code: def download_data(device: MetaWear, loggers: list, logger: logging.Log…
-
This is the code for the setup of the logger. I have also added the code to start and stop. gyro_rate = GyroBoschOdr._800Hz gyro_range = GyroBoschRange._2000dps acc_rate = AccBmi160Odr._800Hz acc_range = AccBoschRange._16G def setup_logging(dev…
-
I could fix it, assigned the mac address manually with hci_mac. But unfortunately it didn't work automatically.