Commit Graph

70 Commits

Author SHA1 Message Date
Timur Iskhodzhanov 3d56e66e1e Invert the recommended equation for steering angle so that it matches what RaceChrono expects 2022-07-05 23:50:46 -07:00
Timur Iskhodzhanov 3396d2614d
Update README.md
Minor clarification to the safety disclaimer
2022-06-30 23:51:38 -07:00
Timur Iskhodzhanov 5640316654 Document how to configure the code to use customizations for the right car 2022-06-05 19:39:30 -07:00
Timur Iskhodzhanov 8d9b5ea9b9 Introduce config.h and provide separate configs for gen1 and gen2 86's
Remove MCP filtering for now, I don't think it's needed anymore.
2022-06-05 14:47:16 -07:00
Timur Iskhodzhanov 6f83d559ed Use a more efficient CAN ID for the Speed channel 2022-06-04 18:20:58 -07:00
Timur Iskhodzhanov bcd7faf9f5 More details 2022-06-01 23:46:34 -07:00
Timur Iskhodzhanov c427e3cde3 Better intro 2022-06-01 09:56:46 -07:00
Timur Iskhodzhanov d8505b0a8c Minor rewording 2022-06-01 00:36:58 -07:00
Timur Iskhodzhanov 3519a336a2 Fix a broken path 2022-06-01 00:35:45 -07:00
Timur Iskhodzhanov 00f6195911 Add back the image of the glovebox view 2022-06-01 00:35:06 -07:00
Timur Iskhodzhanov 9890e1925f Minor rewording 2022-06-01 00:30:49 -07:00
Timur Iskhodzhanov b459fb5caf Further simplification 2022-06-01 00:29:51 -07:00
Timur Iskhodzhanov a8a4291eae Simplify the instruction on what to do with gen1 ft86 cars 2022-06-01 00:27:17 -07:00
Timur Iskhodzhanov 1b769e8067 Improve readability of the README file 2022-06-01 00:17:25 -07:00
Timur Iskhodzhanov 300f48c1e4 Add initial info on the CAN data channels for gen2 cars 2022-05-30 23:45:15 -07:00
Timur Iskhodzhanov fcdc1981b4 Fixed the equation for the ND Miata brake pedal channel 2022-01-09 21:15:12 -08:00
Timur Iskhodzhanov 360c05fb7e Minor tweak 2021-07-24 21:17:55 -07:00
Timur Iskhodzhanov 934b18ef1b Minor clarifications 2021-07-24 21:17:10 -07:00
Timur Iskhodzhanov 0e4720cb36 Tweak the equation for the "Brake pedal position (%)" data channel for ND2 Miatas 2021-07-24 21:11:41 -07:00
Timur Iskhodzhanov 121001875b Fix scale for "Brake pressure" 2021-07-11 23:47:54 -07:00
Timur Iskhodzhanov b605639f16 Replace "PID" with "CAN ID" in docs 2021-07-04 23:40:47 -07:00
Timur Iskhodzhanov 6543f430a2 Fix mismatched ( 2021-06-27 17:13:06 -07:00
Timur Iskhodzhanov ffe788efd0 Forgot to 'git add' 2021-06-27 17:11:26 -07:00
Timur Iskhodzhanov 6919f73cef Add some information about the CAN bus of ND Miatas 2021-06-27 17:10:22 -07:00
Timur Iskhodzhanov 75efc1e273 Change "Z rate of rotation" to "Yaw rate" 2021-06-15 22:35:26 -07:00
Timur Iskhodzhanov 872c97fd7d Fix a typo 2021-06-13 23:43:54 -07:00
Timur Iskhodzhanov 0d4d29ea77 Use bitsToUIntLe for RPM data channel 2021-06-13 23:42:57 -07:00
Timur Iskhodzhanov fcb1966b8f Minor tweaks 2021-06-13 18:59:36 -07:00
Timur Iskhodzhanov bdbbc59ec8 Add a couple of tables with recommended PIDs to the top of the FT86 page 2021-06-13 18:49:22 -07:00
Timur Iskhodzhanov 6d400b9b3d Add some info on the CAN protocol of NC Miatas
Thanks to @jeby for his research!
2021-03-16 22:44:53 -07:00
Timur Iskhodzhanov c8b69aa96f Improve the layout 2021-02-16 00:05:10 -08:00
Timur Iskhodzhanov 00c0a84444 Fix a typo 2021-02-16 00:04:11 -08:00
Timur Iskhodzhanov 67be4f23c4 More clarifications 2021-02-16 00:02:43 -08:00
Timur Iskhodzhanov 74dcba2f72 Minor clarification 2021-02-16 00:01:16 -08:00
Timur Iskhodzhanov 6f4be49ff3 Added "Safety disclaimer", "Contributing" and "Supporting" sections to the README 2021-02-15 23:59:25 -08:00
Timur Iskhodzhanov 8fd3aadf86 Update the demo URL to a newer YouTube video 2021-02-15 23:21:44 -08:00
Timur Iskhodzhanov 178ec52640 Extract the device name into a constant at the top of the file to make it easier to change 2021-01-30 14:16:17 -08:00
Timur Iskhodzhanov af4f19b387 A couple of updates the the PID database
Thanks "map" from ft86club forum!
2020-09-15 22:22:28 -07:00
Timur Iskhodzhanov 350425c6a8 Count the number of CAN bus failures, report them in 0x777 2020-09-11 00:52:13 -07:00
Timur Iskhodzhanov a136fc14a2 Optimize the update rates for a few more CAN PIDs 2020-09-11 00:32:33 -07:00
Timur Iskhodzhanov 0cf0ac475b More info on various CAN messages
Based on my own logs captured, as well as
https://blog.toyobaru.es/index.php?tag/BusCAN
2020-09-11 00:16:41 -07:00
Timur Iskhodzhanov cba81931e2 More info on 0x141 2020-09-09 00:18:40 -07:00
Timur Iskhodzhanov 267a82a032 Use monospace font for more equations 2020-09-09 00:06:47 -07:00
Timur Iskhodzhanov b434026a4c Add more data on PID 0x141 2020-09-09 00:02:02 -07:00
Timur Iskhodzhanov b92002a12d Add suspected cruise control equations 2020-09-08 23:27:24 -07:00
Timur Iskhodzhanov 73536f0159 Move demo to the top of the README 2020-09-08 22:57:19 -07:00
Timur Iskhodzhanov 32ad35a759 Add info on 0x18, update the multiplier for Z rate or rotation 2020-09-05 20:28:31 -07:00
Timur Iskhodzhanov 699bdd69ee Fix a typo 2020-09-04 00:14:35 -07:00
Timur Iskhodzhanov 9a0f45c321 Craft a embed-style preview for the YouTube video 2020-09-04 00:03:49 -07:00
Timur Iskhodzhanov 71dcfc2d76 Add a link to a demo onboard video 2020-09-04 00:01:40 -07:00