Skip to content

Android oscilloscope and recording app for the Attys

License

Notifications You must be signed in to change notification settings

glasgowneuro/AttysScope

Repository files navigation

AttysScope

Oscilloscope app for Attys

Features

  • Realtime plot of all Attys channels: ADC1,ADC2,Accelerometer & Magnetometer
  • Can record in the background -- even with the lockscreen on
  • Reconnects automatically in case of a temporary connection loss
  • Fourier Spectrum plot
  • RMS and Peak to Peak plots and/or info texts
  • Heartrate over time with heartrate variability stats
  • Save the data in Python / MATLAB(tm) compatible format

alt tag

Link to Google Play Store

alt tag

Dataformat

The files are tab, comma or space separated text files. The columns are:

  1. Time in sec
  2. Acceleration X in m/s^2
  3. Acceleration Y in m/s^2
  4. Acceleration Z in m/s^2
  5. Magnetic field X in T
  6. Magnetic field Y in T
  7. Magnetic field Z in T
  8. Analogue channel 1 (unfiltered) in V
  9. Analogue channel 2 (unfiltered) in V
  10. DIO 0
  11. DIO 1
  12. Charging
  13. Analogue channel 1 (filtered) in V
  14. Analogue channel 2 (filtered) in V