This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Releases: panda-official/TimeSwipe
Releases · panda-official/TimeSwipe
Release v2.0.0
Version 2.0.0
Release v1.2.4
Version 1.2.4
Release v1.2.3
Version 1.2.3
Release v1.2.2
Update CHANGES.md
Release v1.2.1
Version 1.2.1
Release v0.1.1
Changes in version 0.1.1 relative to version 0.1.0
- Bugfix of firmware
Release v0.1.0
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
(wasReal = Raw*k + b
); - New
tool/flash.expect
for a simpler firmware flashing withexpect(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 withPANDA_
; - New
CONFIG_SCRIPT
section inconfig.json
ofdatlog
example for board
configuration at start; - New API to set mode, gain and IEPE for each channel.
Release v0.0.16
fix doc
Release v0.0.15
[+] fix SetVoltageDAC for the DMS board
Release v0.0.14
v0.0.14