Skip to content

Releases: aulitech/Cato-CircuitPython

v0.0.8

07 Feb 01:35
bd19181

Choose a tag to compare

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

24 Jan 02:10
c44a7f2

Choose a tag to compare

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

07 Jan 06:09
db1a50c

Choose a tag to compare

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)

20 Sep 01:10
b5d4d41

Choose a tag to compare

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

29 Aug 22:23
53c23af

Choose a tag to compare

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

22 Jul 01:46

Choose a tag to compare

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

16 Jul 02:56
ad09cc7

Choose a tag to compare

Adds auto calibrate, and single/double tap Left Click Right click to clicker mode

v0.0.1 July 11 Beta Trial Release (Fix 2)

11 Jul 21:00

Choose a tag to compare

Hotfix for clicker sleep task

v0.0.1 July 11 Beta Trial Release

11 Jul 18:11

Choose a tag to compare

Cato software release for Beta user trials beginning July 11, 2023

Note: Hotfixed - correct contents added to file: DragAndDrop_ToProgram

BulkCollection release

10 Jul 19:45

Choose a tag to compare

Minimal build that only allows for calibrating imu data and recording gestures through interaction with string characteristics over bluetooth