Model T speedometer: Difference between revisions

From Alnwlsn - Projects Repository
Jump to navigation Jump to search
(Created page with "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 A...")
 
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 16:01, 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