I’m trying to make a system that sends a CAN signal when a PWM signal is received. When I looked for CAN communication using CAN pin of Jetson Xavier AGX, I saw that additional hardware was required. Is an additional device necessary for can communication using Jetson?
You need a suitable transceiver (recommendation: dual voltage transceiver like MCP2558FD with VIO on Pin 5)
You need a bus with proper termination.
And you need a known good CAN node on the bus. You will get errors if your device is alone on the bus. You need a second device that will acknowdege your frames, and this device should be guaranteed to be working.