Commit Graph

  • 55e31c114b
    Add a "donate" button at the end, remove obsolete boilerplate master Timur Iskhodzhanov 2023-02-15 22:49:24 -0800
  • d63825c7f6
    Add a "donate" button at the bottom Timur Iskhodzhanov 2023-02-15 22:46:32 -0800
  • 4498b7736c
    Tweak the "donate" link Timur Iskhodzhanov 2023-02-15 22:44:12 -0800
  • 93c31e1ae9 Minor change to allow this code to compile with ESP32 version of arduino-RaceChrono Timur Iskhodzhanov 2022-08-15 23:21:12 -0700
  • dd14a9447a Make the baud rate of the CAN bus car-specific. Timur Iskhodzhanov 2022-08-13 21:52:00 -0700
  • c673326928
    Add a reference to the new FakeToyotaGR86 example Timur Iskhodzhanov 2022-08-10 23:04:12 -0700
  • 56a8228cba Add an image showing which harness to use to get CAN bus data in a BMW E46 3-series Timur Iskhodzhanov 2022-07-25 23:43:49 -0700
  • 4433aa6bd9 Actually sort it :) Timur Iskhodzhanov 2022-07-06 00:09:08 -0700
  • dcde2bd0eb Update stale comments Timur Iskhodzhanov 2022-07-06 00:07:59 -0700
  • 8d23d9c9c0 Sort recommended channels alphabetically Timur Iskhodzhanov 2022-07-06 00:06:57 -0700
  • 2fb66fc179 Add the equation for the "clutch position" channel for FT86 gen2 cars Timur Iskhodzhanov 2022-07-06 00:04:45 -0700
  • d01163b610 Add "combined acceleration" to equations for FT86 gen2 cars Timur Iskhodzhanov 2022-07-05 23:58:36 -0700
  • 42c3dbe0ac Add RaceChrono equations for lat/long G's for FT86 gen2 Timur Iskhodzhanov 2022-07-05 23:54:39 -0700
  • 3d56e66e1e Invert the recommended equation for steering angle so that it matches what RaceChrono expects Timur Iskhodzhanov 2022-07-05 23:50:46 -0700
  • 3396d2614d
    Update README.md Timur Iskhodzhanov 2022-06-30 23:51:38 -0700
  • 5640316654 Document how to configure the code to use customizations for the right car Timur Iskhodzhanov 2022-06-05 19:39:30 -0700
  • 8d9b5ea9b9 Introduce config.h and provide separate configs for gen1 and gen2 86's Timur Iskhodzhanov 2022-06-05 14:46:22 -0700
  • 6f83d559ed Use a more efficient CAN ID for the Speed channel Timur Iskhodzhanov 2022-06-04 18:20:58 -0700
  • bcd7faf9f5 More details Timur Iskhodzhanov 2022-06-01 23:46:34 -0700
  • c427e3cde3 Better intro Timur Iskhodzhanov 2022-06-01 09:56:46 -0700
  • d8505b0a8c Minor rewording Timur Iskhodzhanov 2022-06-01 00:36:58 -0700
  • 3519a336a2 Fix a broken path Timur Iskhodzhanov 2022-06-01 00:35:45 -0700
  • 00f6195911 Add back the image of the glovebox view Timur Iskhodzhanov 2022-06-01 00:35:06 -0700
  • 9890e1925f Minor rewording Timur Iskhodzhanov 2022-06-01 00:30:49 -0700
  • b459fb5caf Further simplification Timur Iskhodzhanov 2022-06-01 00:29:51 -0700
  • a8a4291eae Simplify the instruction on what to do with gen1 ft86 cars Timur Iskhodzhanov 2022-06-01 00:27:17 -0700
  • 1b769e8067 Improve readability of the README file Timur Iskhodzhanov 2022-06-01 00:15:37 -0700
  • 300f48c1e4 Add initial info on the CAN data channels for gen2 cars Timur Iskhodzhanov 2022-05-30 23:45:15 -0700
  • fcdc1981b4 Fixed the equation for the ND Miata brake pedal channel Timur Iskhodzhanov 2022-01-09 21:15:12 -0800
  • 360c05fb7e Minor tweak Timur Iskhodzhanov 2021-07-24 21:17:55 -0700
  • 934b18ef1b Minor clarifications Timur Iskhodzhanov 2021-07-24 21:17:10 -0700
  • 0e4720cb36 Tweak the equation for the "Brake pedal position (%)" data channel for ND2 Miatas Timur Iskhodzhanov 2021-07-24 21:11:41 -0700
  • 121001875b Fix scale for "Brake pressure" Timur Iskhodzhanov 2021-07-11 23:47:54 -0700
  • b605639f16 Replace "PID" with "CAN ID" in docs Timur Iskhodzhanov 2021-07-04 23:40:47 -0700
  • 6543f430a2 Fix mismatched ( Timur Iskhodzhanov 2021-06-27 17:13:06 -0700
  • ffe788efd0 Forgot to 'git add' Timur Iskhodzhanov 2021-06-27 17:11:26 -0700
  • 6919f73cef Add some information about the CAN bus of ND Miatas Timur Iskhodzhanov 2021-06-27 17:10:22 -0700
  • 75efc1e273 Change "Z rate of rotation" to "Yaw rate" Timur Iskhodzhanov 2021-06-15 22:35:26 -0700
  • 872c97fd7d Fix a typo Timur Iskhodzhanov 2021-06-13 23:43:54 -0700
  • 0d4d29ea77 Use bitsToUIntLe for RPM data channel Timur Iskhodzhanov 2021-06-13 23:42:57 -0700
  • fcb1966b8f Minor tweaks Timur Iskhodzhanov 2021-06-13 18:59:36 -0700
  • bdbbc59ec8 Add a couple of tables with recommended PIDs to the top of the FT86 page Timur Iskhodzhanov 2021-06-13 18:49:22 -0700
  • 6d400b9b3d Add some info on the CAN protocol of NC Miatas Timur Iskhodzhanov 2021-03-16 22:44:53 -0700
  • c8b69aa96f Improve the layout Timur Iskhodzhanov 2021-02-16 00:05:10 -0800
  • 00c0a84444 Fix a typo Timur Iskhodzhanov 2021-02-16 00:04:11 -0800
  • 67be4f23c4 More clarifications Timur Iskhodzhanov 2021-02-16 00:02:43 -0800
  • 74dcba2f72 Minor clarification Timur Iskhodzhanov 2021-02-16 00:01:16 -0800
  • 6f4be49ff3 Added "Safety disclaimer", "Contributing" and "Supporting" sections to the README Timur Iskhodzhanov 2021-02-15 23:59:25 -0800
  • 8fd3aadf86 Update the demo URL to a newer YouTube video Timur Iskhodzhanov 2021-02-15 23:21:44 -0800
  • 178ec52640 Extract the device name into a constant at the top of the file to make it easier to change Timur Iskhodzhanov 2021-01-30 14:16:17 -0800
  • af4f19b387 A couple of updates the the PID database Timur Iskhodzhanov 2020-09-15 22:22:28 -0700
  • 350425c6a8 Count the number of CAN bus failures, report them in 0x777 Timur Iskhodzhanov 2020-09-11 00:52:13 -0700
  • a136fc14a2 Optimize the update rates for a few more CAN PIDs Timur Iskhodzhanov 2020-09-11 00:32:33 -0700
  • 0cf0ac475b More info on various CAN messages Timur Iskhodzhanov 2020-09-11 00:16:41 -0700
  • cba81931e2 More info on 0x141 Timur Iskhodzhanov 2020-09-09 00:18:40 -0700
  • 267a82a032 Use monospace font for more equations Timur Iskhodzhanov 2020-09-09 00:06:47 -0700
  • b434026a4c Add more data on PID 0x141 Timur Iskhodzhanov 2020-09-08 23:56:44 -0700
  • b92002a12d Add suspected cruise control equations Timur Iskhodzhanov 2020-09-08 23:27:24 -0700
  • 73536f0159 Move demo to the top of the README Timur Iskhodzhanov 2020-09-08 22:57:19 -0700
  • 32ad35a759 Add info on 0x18, update the multiplier for Z rate or rotation Timur Iskhodzhanov 2020-09-05 20:28:31 -0700
  • 699bdd69ee Fix a typo Timur Iskhodzhanov 2020-09-04 00:14:35 -0700
  • 9a0f45c321 Craft a embed-style preview for the YouTube video Timur Iskhodzhanov 2020-09-04 00:03:49 -0700
  • 71dcfc2d76 Add a link to a demo onboard video Timur Iskhodzhanov 2020-09-03 23:59:09 -0700
  • f4b1caf5b1 Minor updates, bump SPI back to 10 MHz Timur Iskhodzhanov 2020-09-03 23:54:10 -0700
  • 1be0eb0bcf Minor tweaks Timur Iskhodzhanov 2020-09-03 23:47:42 -0700
  • c82d083553 Added an example histogram of PIDs Timur Iskhodzhanov 2020-09-03 23:30:42 -0700
  • 787af53978 Update the docs to recommend powering the MCP from regulated 3.3V Timur Iskhodzhanov 2020-09-03 23:06:17 -0700
  • 63cb3773f4 Forgot to add the "overall view" image Timur Iskhodzhanov 2020-09-02 00:17:38 -0700
  • a45ec03b80 TODO about fuel remaining Timur Iskhodzhanov 2020-08-28 01:02:59 -0700
  • f9392f5a9f Fix headings Timur Iskhodzhanov 2020-08-28 00:20:30 -0700
  • 3e0dc3a1ab Add more notes Timur Iskhodzhanov 2020-08-28 00:17:17 -0700
  • a1d978de1a Add an image of how it looks assembled in the glovebox Timur Iskhodzhanov 2020-08-27 23:43:30 -0700
  • 882f086c59 Forgot to add one image Timur Iskhodzhanov 2020-08-27 23:41:03 -0700
  • 8570a9a35a Add info on wiring for FT86 Timur Iskhodzhanov 2020-08-27 23:39:52 -0700
  • 53a111f36f More minor fixes Timur Iskhodzhanov 2020-08-27 23:17:56 -0700
  • 29ba98ffa2 Minor changes Timur Iskhodzhanov 2020-08-27 23:16:36 -0700
  • 382001ebef Add more info on FT86 CAN messages Timur Iskhodzhanov 2020-08-27 23:14:28 -0700
  • b48d7bb4ed Start adding info on FT86 CAN messages Timur Iskhodzhanov 2020-08-27 22:47:22 -0700
  • f727dd10de Minor change to docs Timur Iskhodzhanov 2020-08-27 22:29:25 -0700
  • eeb66c5535 Add instructions on how to assemble a device Timur Iskhodzhanov 2020-08-27 22:25:58 -0700
  • 6e0a6dca28 Add a note on testing Timur Iskhodzhanov 2020-08-21 10:36:39 -0700
  • 6b76498536 Here's a workable version Timur Iskhodzhanov 2020-08-21 10:20:07 -0700
  • 319ced31eb
    Initial commit Timur Iskhodzhanov 2020-08-21 10:07:24 -0700