Search found 1 match
- Wed May 04, 2016 6:10 pm
- Forum: Hardware
- Topic: Is there CAN interface in ESP32?
- Replies: 11
- Views: 25147
Re: Is there CAN interface in ESP32?
As per my knowledge you should use SPI interface of ESP32 to connect external chip with CAN controller and CAN driver integrated. Because current beta version ESP31 has no CAN controller internally and only ESP32 does have CAN controller. BTW, besides SPI interface of ESP31/ESP32 can be used to conn...