Search found 1 match
- Thu Nov 12, 2020 10:32 am
- Forum: ESP32 Arduino
- Topic: ESP32 CANbus automatic bus speed detection
- Replies: 0
- Views: 1652
ESP32 CANbus automatic bus speed detection
Hi all, I'm working on a project where I'm using the ESP32 with the ESP-IDF provided CAN bus library. Currently, I'm thinking of implementing a function in which the CAN bus speed of the device connected to is automatically being detected and accordingly set in the can_timing_config_t parameter. Whi...