pgrueber

Results 3 comments of pgrueber

I also have exactly the same problem, I've tried four M5atom CAN units, all have the same problem, any ideas how I can solve this? commenting out this line alows...

I found a solution that works for me, place this line “ESP32Can.CANStop();" after this line "ESP32Can.CANWriteFrame(&tx_frame);" and place this line "ESP32Can.CANInit();" before "ESP32Can.CANWriteFrame(&tx_frame);" . It would seem that sending more...

Update, I'm using an M5Atom CAN to transmit a single message containing simulated Toyota speed information, the software runs fine for about 21minutes then the CAN chip stops transmitting, the...