Model T speedometer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
==Device Description== | ==Device Description== | ||
''Arduino source code is here: [[File:Modelt-arduino-v3.1.zip|modelt-arduino-v3.1.zip]] | ''Arduino source code is here: [[File:Modelt-arduino-v3.1.zip|modelt-arduino-v3.1.zip]] This does not include the needed libraries: '' | ||
This does not include the needed libraries: '' | |||
* LiquidCrystal_I2C | * LiquidCrystal_I2C | ||
* NeoSWSerial | * NeoSWSerial | ||
* TinyGPSPlus | * TinyGPSPlus | ||
* SerialRAM | * SerialRAM |
Revision as of 15:02, 30 September 2018
The Ford Model T never had a speedometer or odometer. This can make it more difficult to drive around in 2018 like a normal car. Therefore, using the same technology as my GPS box, I created a small device to perform this function. It has other uses as well.
Device Description
Arduino source code is here: File:Modelt-arduino-v3.1.zip This does not include the needed libraries:
- LiquidCrystal_I2C
- NeoSWSerial
- TinyGPSPlus
- SerialRAM