This is an arduino library that located in
https://github.com/miwagner/ESP32-Arduino-CAN.git
Search found 2 matches
- Sat Feb 11, 2023 1:21 pm
- Forum: General Discussion
- Topic: Why CAN communication rate is only half of the original when using esp32 CAN communication
- Replies: 3
- Views: 1910
- Fri Feb 10, 2023 11:21 am
- Forum: General Discussion
- Topic: Why CAN communication rate is only half of the original when using esp32 CAN communication
- Replies: 3
- Views: 1910
Why CAN communication rate is only half of the original when using esp32 CAN communication
I had a problem when using the esp32can to communicate with half the speed. The esp32 needs 1M to communicate with the stm32 at 500k. I don't know if this has anything to do with the can transceiver issue. I use can transceiver of waveshare sn6hd230, and the library I use is ardunio library of esp32...