Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Releases: panda-official/TimeSwipe

Release v2.0.0

24 Mar 21:59
Compare
Choose a tag to compare
Version 2.0.0

Release v1.2.4

16 Mar 17:06
Compare
Choose a tag to compare
Version 1.2.4

Release v1.2.3

22 Feb 13:42
Compare
Choose a tag to compare
Version 1.2.3

Release v1.2.2

08 Feb 15:36
Compare
Choose a tag to compare
Update CHANGES.md

Release v1.2.1

27 Jan 16:24
Compare
Choose a tag to compare
Version 1.2.1

Release v0.1.1

02 Jun 12:36
Compare
Choose a tag to compare

Changes in version 0.1.1 relative to version 0.1.0

  • Bugfix of firmware

Release v0.1.0

02 Jun 11:43
Compare
Choose a tag to compare

Changes in version 0.1.0 relative to version 0.0.16

  • The voltage range calculation is simplifed to
    (32768 Digits / 11.1 V) * Gain = XX Digits / V;
  • The internal trigger buffer of PGA is not used now;
  • Driver headers are placed under CMAKE_INSTALL_PREFIX/panda/timeswipe, so
    the driver can be included with #include <panda/timeswipe/driver.hpp>
    directive after installation;
  • Only static library of the driver can be builded now;
  • Performance improvements of sensor data reading;
  • Fixed the problem with an invalid data at the beginning of each measurement;
  • New API to compensate a shift for very static measurements (aka drift
    compensation
    feature);
  • New tool/plot.sh to visualize the sensor data with [GNUPlot];
  • New command line tool resampler to resample CSV/binary files with sensor
    data;
  • New high performance resampler;
  • Inverted formula for VSUP.raw: Raw = Real*k + b (was Real = Raw*k + b);
  • New tool/flash.expect for a simpler firmware flashing with expect(1);
  • New Calibration Atom Specification;
  • New access point to control board's Fan output;
  • Reworked CMake scripts. Almost all CMake variables which affects the build
    now prefixed with PANDA_;
  • New CONFIG_SCRIPT section in config.json of datlog example for board
    configuration at start;
  • New API to set mode, gain and IEPE for each channel.

Release v0.0.16

08 Oct 05:33
Compare
Choose a tag to compare
fix doc

Release v0.0.15

02 Aug 20:57
Compare
Choose a tag to compare
[+] fix SetVoltageDAC for the DMS board

Release v0.0.14

25 May 22:42
Compare
Choose a tag to compare
v0.0.14