Speedometer for model railroads. Can use different scales, detectors, lengths, displays etc
Settings can be made at the start of the .ino. Settings include:
- scale
- detection track length
- used detection pins
- Active high or active low for detection
- used display
- timings
SpeedOmeter supportsmultiple display types. New types can be added easy and in the future new types will be added.
At this moment the following types are supported:
- SSD1306 128x64 OLED display (I2C, default address 0x3C, Adafruit SSD1306 library)
- Adafruit 7-segment display (I2C, default address is 0x70, Adafruit-LED-Backpack-Library)
You need the corresponding library to make it work.
- Download Septillion-SpeedOmeter (hit download .ZIP) and extract the folder in your Arduino Sketchbook (default C:\Users[username]\My Documents\Arduino)
- Download the library of the display you want to use and import in Arduino
- Change the settings to meet your needs
- Compile and upload