DaveBlackH / MazdaRX8Arduino

This code runs on an Arduino device, and is designed to run as a replacement for the ECU in a Mazda Mark 1 RX8. There are many variations that appear to need tweaking from RX8 to RX8, I have documented those that I am aware of.
41 stars 14 forks source link

Wheel Data #1

Open Parlane opened 4 years ago

Parlane commented 4 years ago

Hi Dave,

This is the wheel data reader I mentioned in my youtube comment.

https://gist.github.com/Parlane/de82d2c32bf55c1f48954f876fb2cf3f

It is a simple python script to decode the 16 bit wheel turn number.

Matt

DaveBlackH commented 4 years ago

Hay nice code, hope your project is coming along, what are you working on?

Dave

From: Matthew Parlane notifications@github.com Sent: 30 May 2020 23:52 To: DaveBlackH/MazdaRX8Arduino MazdaRX8Arduino@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [DaveBlackH/MazdaRX8Arduino] Wheel Data (#1)

Hi Dave,

This is the wheel data reader I mentioned in my youtube comment.

https://gist.github.com/Parlane/de82d2c32bf55c1f48954f876fb2cf3f

It is a simple python script to decode the 16 bit wheel turn number.

Matt

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DaveBlackH/MazdaRX8Arduino/issues/1 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APVDDYBUTGBWEBG62AWIP53RUGE2JANCNFSM4NO4LXIQ .

Parlane commented 4 years ago

No project, just interested in watching your project on youtube. And I am a bit of a software nut, so it is fun to decode your raw data.