Code V1.2.0

Support forum for the Knock Shield designed to connect knock sensors to Arduino projects.
Post Reply
julien993
Posts: 2
Joined: 24 May 2021 18:54

Code V1.2.0

Post by julien993 » 24 May 2021 19:09

Hi Guys,

By any luck would someone kept the v1.2.0 ?
The current v1.3.0 with data logging is not needed for me, I'll log on the ECU directly and I'd have another use for the PWM output 9.
Since I'm not a pro in coding, it would save me time and pain avoiding to have to understand and remove the additional part implemented in the v1.3..

And maybe you could also tell me if I use the <TimerOne.h> it could mess with the knock shield system..
My purpose would be to create a PWM output on pin 9 to fool the ABS module of the car. I need to send it a 5v, 160Hz signal with a DC of 50% and I was planning to use this:

pinMode(9,OUTPUT)

Timer1.initialize(6250)
Timer1.pwm(9,512)

Thanks for your help!

User avatar
Christian_Bylund
Posts: 255
Joined: 07 Mar 2015 18:09

Re: Code V1.2.0

Post by Christian_Bylund » 24 May 2021 19:35

julien993 wrote:
24 May 2021 19:09
Hi Guys,

By any luck would someone kept the v1.2.0 ?
The current v1.3.0 with data logging is not needed for me, I'll log on the ECU directly and I'd have another use for the PWM output 9.
Since I'm not a pro in coding, it would save me time and pain avoiding to have to understand and remove the additional part implemented in the v1.3..
Hello Julien,

The good thing with GitHub is that it has version history, you can simply see v.1.2.0 if you want.

https://github.com/Bylund/Knock-Shield- ... xample.ino

Hope it helps.
Best Regards,
Christian Bylund
Bylund Automotive AB

julien993
Posts: 2
Joined: 24 May 2021 18:54

Re: Code V1.2.0

Post by julien993 » 24 May 2021 20:31

Hi Christian
Thank you and sorry, it was right under my nose and I missed it…

Do you have any clue for the TimerOne.h impacting the knock shield?

Post Reply