Search found 1 match

by EarlVadim
Thu Jul 25, 2024 5:51 am
Forum: ESP32 Arduino
Topic: TWAI custom speed calculation
Replies: 1
Views: 1041

Re: TWAI custom speed calculation

I'm using the library ACAN_ESP32 v.1.1.2 there is automatic setting of parameters ACAN_ESP32_Settings settings (83333); settings.mRequestedCANMode = ACAN_ESP32_Settings::NormalMode ; const uint32_t errorCode = ACAN_ESP32::can.begin (settings) ; if (errorCode == 0) { Serial.println ("Configuration ES...