Add a reference to the new FakeToyotaGR86 example

This commit is contained in:
Timur Iskhodzhanov 2022-08-10 23:04:12 -07:00 committed by GitHub
parent 56a8228cba
commit c673326928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -152,11 +152,11 @@ It's a good idea to do some basic tests with another CAN device that sends data
over a CAN bus that's similar to what a real car would send. over a CAN bus that's similar to what a real car would send.
See the See the
[FakeSubaruBRZ example](https://github.com/timurrrr/arduino-CAN/tree/master/examples/FakeSubaruBRZ) [FakeToyotaGR86](https://github.com/timurrrr/arduino-CAN/tree/master/examples/FakeToyotaGR86)
in my fork of the `arduino-CAN` library that sends data over a CAN bus in a way and
very similar to what a real 2017 Subaru BRZ would send. [FakeSubaruBRZ](https://github.com/timurrrr/arduino-CAN/tree/master/examples/FakeSubaruBRZ)
examples in my fork of the `arduino-CAN` library. They are good desktop "fakes" for
TODO: write another example for a 2022 GR86/BRZ. 2022+ Toyota GR86 / Subaru BRZ and 2013-2020 Subaru BRZ / Toyota 86 / Scion FR-S respectively.
Once you assemble that device and install its firmware, connect the CAN reader Once you assemble that device and install its firmware, connect the CAN reader
with the CAN end of the "fake car" via a twisted pair. with the CAN end of the "fake car" via a twisted pair.