Commit Graph

  • 5849fc5b6d More README updates master NateSchoolfield 2021-02-15 20:18:54 -0800
  • bfb2e81ec1 Updated README NateSchoolfield 2021-02-15 20:15:27 -0800
  • fc23f1f3c9 Fixed variable name to not conflict with base function names NateSchoolfield 2021-02-15 20:10:17 -0800
  • 6e3ddc2045 Cleanup NateSchoolfield 2021-02-15 20:08:10 -0800
  • e6732d62df Added heartrate alarm NateSchoolfield 2021-02-15 20:05:55 -0800
  • c3bc050593 Added heartrate alarm NateSchoolfield 2021-02-15 20:04:48 -0800
  • a94b699bbd First commit miband5_dev NateSchoolfield 2021-02-10 14:58:37 -0800
  • bca9e148fa Moved vibration code into a class NateSchoolfield 2021-02-05 17:14:25 -0800
  • f1b9497f0d Moved bytepatterns into constants.py, tweaked random vibration intensity NateSchoolfield 2021-02-05 15:56:02 -0800
  • f94f1af6d6
    Update README NateSchoolfield 2021-02-05 13:25:50 -0800
  • c7a09e3474
    Merge pull request #3 from NateSchoolfield/FigureTest NateSchoolfield 2021-02-05 13:21:58 -0800
  • 1f8555fc9a Decoded another mystery BLE packet NateSchoolfield 2021-02-05 13:20:53 -0800
  • b2040c4bab Added maximize parameter NateSchoolfield 2021-02-02 14:40:02 -0800
  • bd69d1c8cb Testing figure maximize NateSchoolfield 2021-02-02 14:33:41 -0800
  • 45e603270e Broke vibration out into its own module. NateSchoolfield 2021-02-01 23:25:59 -0800
  • 91d17efa96 Removed extra files NateSchoolfield 2021-01-31 18:03:14 -0800
  • 4dfd194483 Split data output into average and individual files for each biometric, moved gyro averaging into its own class NateSchoolfield 2021-01-31 18:02:26 -0800
  • 093e7a5006 Made vibration thread-safe, fixed CSV output issue Nate Schoolfield 2021-01-31 15:05:24 -0800
  • 2a6d8ff370 Added timed buzzing Nate Schoolfield 2021-01-30 22:21:05 -0800
  • 7bf0e8539d Moved data handling outside of main script into sleepdata module Nate Schoolfield 2021-01-30 18:54:23 -0800
  • 8435b2bd69 Refined vibration functionality, added byte pattern class, cleaned up miband.py Nate Schoolfield 2021-01-30 00:54:56 -0800
  • 2598d9d3f4 Fixed incomplete code change Nate Schoolfield 2021-01-27 04:07:25 -0800
  • ad0a150846 Temporary shim in case minimum heartrate period is empty Nate Schoolfield 2021-01-27 04:03:16 -0800
  • 313d172eb2 Minor typo Nate Schoolfield 2021-01-27 01:03:37 -0800
  • c23c3a4c81
    Merge pull request #1 from rmackinnon/master NateSchoolfield 2021-01-26 23:32:18 -0800
  • 0a616243cc
    Refactor to standardized naming conventions for PR#1 Rob MacKinnon 2021-01-26 23:00:00 -0800
  • 5e6bb15d1c Code review and PEP8 clean-ups - PEP8 formating clean-up - bluesleep.py: Applied re-use of dict objects to variables for readability/PEP8. - bluesleep.py: Updated for loops on items method to keys method as value is unused. - bluesleep.py::get_auth_key: Refactor for readability/PEP8. - bluesleep.py::average_raw_data: Simplified code and str formatting. - bluesleep.py::sleep_monitor_callback: Pulled `data[0]` tests to if-elif. - bluesleep.py::connect: Removal of `break` and `continue`, `initialize()` returning true will exit the loop. No need to break or continue the loop from within a try-except. - bluesleep.py::connect: Removal of magic value on. - bluesleep.py::graph_animation: Updated axis formating - miband.py: Reformat imports Rob MacKinnon 2021-01-25 08:53:45 -0800
  • 28d4f5c26a Added 'time' to fieldname init Nate Schoolfield 2021-01-24 13:08:50 -0800
  • b003ec408c Added timestamps to CSV logging Nate Schoolfield 2021-01-24 13:04:28 -0800
  • a712460ce2 Resetting Nate Schoolfield 2021-01-24 02:45:37 -0800