- Sat Sep 28, 2024 11:14 am
#69668
Hi! Been a while since I've posted something new. And this one is actually old but in new form, well, at least old for me
ABS2SPEED or A2S for short is a circuit that allows to take speed signal from a source like ABS sensor and recalculate the frequency so it matches the speedometer. Here is the list of example situations where it's usefull:
However I was planning to swap the gearbox to one without the speed output so I wen't all the way and installed steering knuckle from ABS equipped version and took speed directly from ABS sensor. And it's been working great ever since.
That old one was based on a small ARM processor. The shown here version 3.1 is based on an Arduino to make it easier for everyone. The important notice is that is has to use Arduino Nano V3 with ATMega328PB not ATMega328P. The reason for that is I needed an extra 16bit timer to make it work nicely based on "HW" solution rather than on some SW gimmicks
Here's the github: https://github.com/DStageGarage/ABS2SPEED/tree/main - you'll find a detailed description in README.md
I still need to finish the 3D printed case model.
There's also an extra function called "Staging" or "Openning ceremony" - the needle goes ti the top of the scale and then back down when you start the vehicle just like in newer cars
Please note that A2S v3.1 was only tested so far on the bench with a generator, not in real life conditions. From the input point of view it is very similar to my old v1.0 design which works great with 2-wire Hall sensor and there's no reason to believe it'd be different with 3-wire Hall. So, just the VR input requires checking and it so happens one champ here in Poland will be trying that soon.
We'll have to see how's the real life performance, if there are no glitches with low speed etc.
ABS2SPEED or A2S for short is a circuit that allows to take speed signal from a source like ABS sensor and recalculate the frequency so it matches the speedometer. Here is the list of example situations where it's usefull:
- the original gearbox was swapped for one that doesn't have vehicle speed sensor (impulsator),
- orginal speedometer was using mechanical wire but was swapped for electronic one and gearbox cannot be equipped with a proper vehicle speed sensor (impulsator),
- the speedometer was swapped for a different model not compatible with signal from vehicle speed sensor,
- the size of wheels is significantly different from the original and speed indication is far from accurate,
- direct wheel speed sensing is faster/more responsive than GPS based speed,
- alternatively can be used with tachometer for example when it is designed for a different number of cylinders.
However I was planning to swap the gearbox to one without the speed output so I wen't all the way and installed steering knuckle from ABS equipped version and took speed directly from ABS sensor. And it's been working great ever since.
That old one was based on a small ARM processor. The shown here version 3.1 is based on an Arduino to make it easier for everyone. The important notice is that is has to use Arduino Nano V3 with ATMega328PB not ATMega328P. The reason for that is I needed an extra 16bit timer to make it work nicely based on "HW" solution rather than on some SW gimmicks
Here's the github: https://github.com/DStageGarage/ABS2SPEED/tree/main - you'll find a detailed description in README.md
I still need to finish the 3D printed case model.
There's also an extra function called "Staging" or "Openning ceremony" - the needle goes ti the top of the scale and then back down when you start the vehicle just like in newer cars
Please note that A2S v3.1 was only tested so far on the bench with a generator, not in real life conditions. From the input point of view it is very similar to my old v1.0 design which works great with 2-wire Hall sensor and there's no reason to believe it'd be different with 3-wire Hall. So, just the VR input requires checking and it so happens one champ here in Poland will be trying that soon.
We'll have to see how's the real life performance, if there are no glitches with low speed etc.
Attachments
DStage_A2S_v3.0_proto2.jpg (926.42 KiB) Viewed 456 times
DStage_A2S_v3.0_proto1.jpg (800.19 KiB) Viewed 456 times