Jump to content

TD5 Speedo Mileage run up circuit


Recommended Posts

Mickey, pretty sure the uk is -0% +10%, so the speedo could read 33mph when doing 30mph but not read any less than 30 when doing 30. Sounds the same as where Flechner is. 

Flechner, if you get the checksum wrong all that will happen is the needle won't move, so you can have as many goes as you like. I'm sure one of the guys who worked out the algorithm will be along to help soon.

 

 

Link to comment
Share on other sites

I think I got the algorithm and it is as an Excel formula:

=DEC2HEX(BITAND(255;1024+BITLSHIFT(BITAND(2*(BITAND(BITRSHIFT(A1;4);32771)+BITRSHIFT(A1;12));7)+5;4)-BITXOR(BITRSHIFT(A1;8);BITAND(A1;255)));2)

whereby the rate (in dec) is in the excel field "A1" (see also attached Excel file)

So the checksum for a rate of 2472 (=2548 - 3%) should be 0xEF ... maybe someone knowledgable could confirm this?

TD5SpeedometerAdjustmentChecksumCalc.xlsx

Edited by flechner
  • Like 1
Link to comment
Share on other sites

  • 3 years later...

Hello!

I have read through everything and now I need to put some learning into practise! Its been a few years since this thread has been updated so not sure if this will garner any responses....

I am looking to put together bits to do it

These were mentioned and used - was it successful though? 

https://www.aliexpress.com/item/1005005690400280.html

or on amazon.... a bit more money but here tomorrow

https://www.amazon.co.uk/gp/product/B08N49Y7S1/ref=ox_sc_act_title_2?smid=AI12MG02JKGW2&psc=1

 I think this might allow solderless connection - seems worth a punt for £5

https://www.amazon.co.uk/gp/product/B093K5L2QY/ref=ox_sc_act_title_1?smid=A3A5E9UVDOIP4V&psc=1

I think from reading this that I don't need to power up the unit to read and write to the chip - so no need to power up the unit on the bench? The next challenge is making sure I get the right hex to update the mileage! 

How wrong can it go?!

 

 

 

 

 

Link to comment
Share on other sites

The clip works fine, it's what I use. But if you can solder fine wires, and only have one speedo to adjust, it's probably not worth a fiver.

I didn't use the eeprom programmer, so I can't comment on that. It's a slight oddball device, so it's possible some programmers wont support it.

I used a raspberry pi instead, because it was in the drawer. Not as cheap if you don't have one to hand, but at least it's still useful for something else later. ten quid for a pi zero, plus you need an sd card and maybe a serial cable, so maybe twenty quid all up?

  • Like 1
Link to comment
Share on other sites

43 minutes ago, TSD said:

The clip works fine, it's what I use. But if you can solder fine wires, and only have one speedo to adjust, it's probably not worth a fiver.

I didn't use the eeprom programmer, so I can't comment on that. It's a slight oddball device, so it's possible some programmers wont support it.

I used a raspberry pi instead, because it was in the drawer. Not as cheap if you don't have one to hand, but at least it's still useful for something else later. ten quid for a pi zero, plus you need an sd card and maybe a serial cable, so maybe twenty quid all up?

Thanks! Had a quick check and I have an older pi and a pi400! Not tried connecting that up to anything really yet. Any advice is gratefully received! 

 

Link to comment
Share on other sites

Either will do. I'd use the older pi, simply because it matters less if it all goes horribly wrong :lol:

Get it set up with a keyboard and monitor, and Raspbian / RaspberryPi OS. The exact version doesn't much matter, either with a gui or without.

Meanwhile I will find a big shovel and dig out the programming code...

 

Link to comment
Share on other sites

Sounds perfect - and probably what mine runs on too, though I'm not certain - it's a repurposed old programmer I built for a customer, and I glued the box shut so I didn't get tempted to rob the SD card for something else :ph34r:

I just looked at the code and realised it needed a freshen up for a modern RPi, so then I had to find a speedo to check it still works... but it all looks to be working now.

Sent you a PM, check your inbox.

  • Like 2
Link to comment
Share on other sites

55 minutes ago, CwazyWabbit said:

Good to see this thread still getting use, can't believe it's 13 years since this got done. :) 

And that speedo you did the original work on is still going strong 246,000 miles later - I think we can safely say the process did not cause any issues :lol:

  • Like 1
Link to comment
Share on other sites

19 minutes ago, Retroanaconda said:

And that speedo you did the original work on is still going strong 246,000 miles later - I think we can safely say the process did not cause any issues :lol:

Well that's good to hear!! I am just waiting for the last bits to arrive and then another old 200tdi 90 will be following your guide! 

 

 

Link to comment
Share on other sites

2 hours ago, TSD said:

Sounds perfect - and probably what mine runs on too, though I'm not certain - it's a repurposed old programmer I built for a customer, and I glued the box shut so I didn't get tempted to rob the SD card for something else :ph34r:

I just looked at the code and realised it needed a freshen up for a modern RPi, so then I had to find a speedo to check it still works... but it all looks to be working now.

Sent you a PM, check your inbox.

Thank you very much!! I will get that all sorted out :)

 

Link to comment
Share on other sites

When i ran my td5 speedo up i used an old school advance j3b sig gen, analogue speed control 🙂 I found the freq point where it would drop out after the speedo was round the needle around 130+ mph (plus a bit). As i got near the mileage i wanted i throttled the frequency back to 50mph then later 20mph.

 

Pete

 

Edited by pete3000
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We use cookies to ensure you get the best experience. By using our website you agree to our Cookie Policy