Re: Is there CAN interface in ESP32?
Posted: Mon Oct 23, 2017 5:56 pm
by rockskiing
I am having a hard time discovering the location for pin outs that support the CAN 2.0 interface on the ESP32. Can you please direct me to the appropriate documentation?
Re: Is there CAN interface in ESP32?
Posted: Tue Oct 24, 2017 1:13 am
by Sprite
The ESP32 has an internal pin mux that allows you to route a fair few signals, including the CAN bus, to any appropriate pin. In this case, any GPIO that isn't used otherwise (e.g. for connecting the main flash) and can be both input and output (so GPIO33 and below) can be used.