Skip to content

Releases: glasgowneuro/attys-scope

Different choices for the full range accelerometer setting

01 Aug 14:00
Compare
Choose a tag to compare

The user can now choose between the different full scale accelerometer settings between 2g and 16g.
As a small improvement: the filename is now displayed after the record button so that it's clear to which file it's written to.

Bugfix release

26 Jul 19:19
Compare
Choose a tag to compare

Fixed an issue where the plugin couldn't determine the sampling rate.

Python plugins

25 May 20:00
Compare
Choose a tag to compare

Python can now be directly started from within attys-scope and max 16 python programs can run in parallel. The example scripts are in the python subdirectory.
The scripts receive the data via the console and every sample is a comma separated list. If you want your own data plotter just read the data from stdin.

Windows bugfix release + cue sound

11 May 07:55
Compare
Choose a tag to compare

The layout of the dropdown boxes has been fixed for both gain and channel selection under Windows.

One can now play a sound when the recording starts and stops to sync it with a camera.

500Hz sampling rate / samping rate selection

26 Jul 13:26
Compare
Choose a tag to compare

The Attys2 (new firmware) can now do 500Hz sampling rate. Once can now select the sampling rate: 125/250Hz for the Attys1 and 125/250/500Hz for the Attys2.

Improved sync between Attys

08 Mar 10:19
Compare
Choose a tag to compare

If more than one attys is running the realtime sync has been improved also after re-connect.

Major update: MacOS and full recovery during recording

03 Mar 12:15
Compare
Choose a tag to compare

Attys scope now also runs on a Mac. Also with multiple attys.

Attys disconnects are now automatically dealt with so that recordings never stop. The attys recover and then continue with the data streaming.

New filter library

31 Dec 18:48
Compare
Choose a tag to compare

Updated IIR filter library under the hood

UDP support

20 Jul 21:15
Compare
Choose a tag to compare

This release adds UDP support to AttysScope so that you can write Python plugins and it talks to the UNREAL gaming engine.
A couple of bug fixes.