CAN messages for UNKNOWN application
Jason requested for 2 v3 ECUs (with 4 IGBT and bridge interface output)
- either v3 internal CAN (120 or 240 Ohm termination ?) =>
- or v3 2nd serial => AIM => AIM to CAN adapter (STM32F103)
The request is very minimalistic (originally not communicated via the right channel)
- what termination is needed ?
- What is the exact application ?
- some factory dash ?
- some aftermarket dash ?
- something else ?
- not sure if already suitable for implementation, but let's see...
CAN IDs and messages
The needed output is ID 0x280 at 100ms intervals
- with Byte 6 being TPS (0x00 to 0xFA range)
- and Bytes 3 & 4 are RPM (little endian: RPML is byte 3, RPMH is byte 4).
- other bytes are 0 ?