wiki.js/configuration/VSS.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2020-05-11 19:08:27 -07:00
---
title: VSS and Gear Detection
description:
published: true
2021-08-10 10:27:57 -07:00
date: 2021-08-10T17:27:50.821Z
2021-01-20 03:45:22 -08:00
tags: gear detection, speed, tuning, vss
editor: markdown
dateCreated: 2020-05-12T02:08:21.817Z
2020-05-11 19:08:27 -07:00
---
2021-08-10 10:27:57 -07:00
# VSS and Gear Detection
2020-05-11 19:08:27 -07:00
2021-08-10 10:27:57 -07:00
Speeduino includes Vehicle Speed Sensing option that senses speed by measuring pulses in speeduino input. Other VSS input options aren't yet supported.
2020-05-11 19:08:27 -07:00
2021-08-10 10:27:57 -07:00
## Settings
2020-05-11 19:08:27 -07:00
2021-08-10 10:27:57 -07:00
![vss_settings.png](/img/accessories/vss_settings.png)
2020-05-11 19:08:27 -07:00
2021-08-10 10:27:57 -07:00
- **VSS input mode** - Select between "Pulses per KM" or "Pulses per mile" depending on which one is preferred. If VSS is not used, set this to Off.
- **VSS Pin** - Select what input pin is used for VSS signal.
> **Note:** In Arduino Mega you need to use pins that have external interrupt capability. These pins are 2, 3, 18, 19, 20 and 21. Other pins in Arduino Mega wont work for this purpose.{.is-info}
### VSS calibration
- **Pulses Per KM(pulses)** - You can set manually how many pulses at VSS input equal one kilometer travel distance. Or you can drive speed of 60km/h and click "60km/h auto-calibrate" button to set pulses per km setting automatically.
- **Smoothing Factor(%)** - A smoothing factor to help reduce noise in the VSS signal. Typical values are between 0 and 50
### Gear Detection
TBD