Commit Graph

10 Commits

Author SHA1 Message Date
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 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 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 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 f4b1caf5b1 Minor updates, bump SPI back to 10 MHz 2020-09-03 23:54:10 -07:00
Timur Iskhodzhanov 1be0eb0bcf Minor tweaks 2020-09-03 23:47:42 -07:00
Timur Iskhodzhanov 787af53978 Update the docs to recommend powering the MCP from regulated 3.3V
Turns out the USB power from the board is unregulated, and causes stability
issues with the MCP when actively using Bluetooth.

More details:
https://racechrono.com/forum/discussion/comment/10996/#Comment_10996
2020-09-03 23:06:17 -07:00
Timur Iskhodzhanov 6b76498536 Here's a workable version 2020-08-21 10:20:07 -07:00