Commit Graph

83 Commits

Author SHA1 Message Date
Timur Iskhodzhanov 55e31c114b
Add a "donate" button at the end, remove obsolete boilerplate 2023-02-15 22:49:24 -08:00
Timur Iskhodzhanov d63825c7f6
Add a "donate" button at the bottom 2023-02-15 22:46:32 -08:00
Timur Iskhodzhanov 4498b7736c
Tweak the "donate" link 2023-02-15 22:44:12 -08:00
Timur Iskhodzhanov 93c31e1ae9 Minor change to allow this code to compile with ESP32 version of arduino-RaceChrono
In case you haven't seen, please update your checkout of arduino-RaceChrono to
make sure you have the latest goodies available, such as basic ESP32 support.
2022-08-15 23:24:48 -07:00
Timur Iskhodzhanov dd14a9447a Make the baud rate of the CAN bus car-specific. 2022-08-13 21:59:01 -07:00
Timur Iskhodzhanov c673326928
Add a reference to the new FakeToyotaGR86 example 2022-08-10 23:04:12 -07:00
Timur Iskhodzhanov 56a8228cba Add an image showing which harness to use to get CAN bus data in a BMW E46 3-series
Photo provided by jawillis, thanks!
2022-07-25 23:44:47 -07:00
Timur Iskhodzhanov 4433aa6bd9 Actually sort it :) 2022-07-06 00:09:08 -07:00
Timur Iskhodzhanov dcde2bd0eb Update stale comments 2022-07-06 00:07:59 -07:00
Timur Iskhodzhanov 8d23d9c9c0 Sort recommended channels alphabetically 2022-07-06 00:06:57 -07:00
Timur Iskhodzhanov 2fb66fc179 Add the equation for the "clutch position" channel for FT86 gen2 cars 2022-07-06 00:04:45 -07:00
Timur Iskhodzhanov d01163b610 Add "combined acceleration" to equations for FT86 gen2 cars 2022-07-05 23:58:36 -07:00
Timur Iskhodzhanov 42c3dbe0ac Add RaceChrono equations for lat/long G's for FT86 gen2 2022-07-05 23:54:39 -07:00
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