Releases: aulitech/Cato-CircuitPython
v0.0.8
This release creates an empty folder named with the device's HW UID to streamline identity validation for external sources.
What's Changed
Extra UID validation steps during reboot.
Removed erroneous prints from practice mode if a new inference is not made.
Full Changelog: aulitech/Cato@v0.0.7...v0.0.8
v0.0.7
This release is the ATIA Codebase
This release is compatible with MyCato web app spec.
What's Changed
Default configs added to source code in new format
Malloc on new config format solved
Gesture Collection updated to new spec for MyCato
Full Changelog: aulitech/Cato@v0.0.6...v0.0.7
v0.0.6
This version of Cato on CircuitPython is compatible with the new config structure from the zephyr (z_cato) version, which is also compatible with the format of the MyCato web app config.
Beta Trial (v0.0.5)
Quality of life improvements for: Battery levels, charge indicator light, practice mode output formatting
Version validated on 19-Sept-2023
Validation log: Link to Google Doc of Validation log
Beta-trial release in CircPy
Config options:
- new options for orientation independence (under 'orientation')
- new options for clicker sensitivity (under 'clicker')
- calibration's auto_threshold is now represented as a <1 multiple of mouse's idle_threshold
New Action Bindings: (see wiki for details)
- pointer_sleep
- dwell_click
Practice mode
- loops through gesture recognition
- uses bluetooth keyboard to type out evaluation of gesture inputs
Resna - July 21
To install: Cato Wiki - Installation Guide
This release has gestures:
Up, Down, Right, Left
Tilt Right, Tilt Left
Default bindings for gesture mouse are:
Up = Double Click
Down = Left Click
Right = Right Click
Left = Toggle Left click (release if held, hold if not held)
Tilt Right = Scroll (Look up and down, cancel by looking side/side)
Tilt Left = Sleep (Put your device in sleep mode - wake by tapping)
This release is intended for demoing at the Resna conference
July 15
Adds auto calibrate, and single/double tap Left Click Right click to clicker mode
v0.0.1 July 11 Beta Trial Release (Fix 2)
Hotfix for clicker sleep task
v0.0.1 July 11 Beta Trial Release
Cato software release for Beta user trials beginning July 11, 2023
Note: Hotfixed - correct contents added to file: DragAndDrop_ToProgram
BulkCollection release
Minimal build that only allows for calibrating imu data and recording gestures through interaction with string characteristics over bluetooth