panda-official / TimeSwipe

PANDA Timeswipe driver and firmware
GNU General Public License v3.0
3 stars 5 forks source link

Utilisation of new board features #109

Closed thomaseichhorn closed 3 years ago

thomaseichhorn commented 4 years ago

The new TimeSwipe board has new features like setting mode, gain and IEPE for each channel (c.f. docs/CommunicationProtocol.md) and setting an output voltage.

For ease of usage, this should be accessible directly from the driver without having to go through SPI commands; ideally within the datalogging example.

begodev commented 4 years ago

[+] Additions to the driver's API to set mode, gain and IEPE for each channel. Tested @10.0.0.38 [+] Added "CONFIG_SCRIPT" option in the config.json of the DataLogging example to allow the board configuration at the start via the single js< command

pmalessa commented 3 years ago

is added, can be closed