ThomasBarth / ESP32-CAN-Driver

CAN driver project for the Espressif ESP32
284 stars 78 forks source link

By default seems to be in listen only mode #16

Closed collin80 closed 6 years ago

collin80 commented 6 years ago

I just tested this library and when I send it traffic on a bus with only two nodes the CAN frame gets repeated forever. This seems to suggest that the ACK bit is not being set by the ESP32 hardware.

collin80 commented 6 years ago

Nevermind... A logic analyzer shows that ACK is being set but my other side keeps sending. Odd... Well, doesn't seem to be the fault of this library.