I am trying to send data from my esp32 to Raspberry Pi 4B however the messages are not received. When I send messages from my ESP32 with the example to my PI I receive nothing. I am using
sudo ip link set can0 type can bitrate 100000sudo ifconfig can0 upcansniffer can0
And I receive 0 packages. I am suspecting the library sends it on an other channel then can0 could that be? I have set the boudrates correctly. (Changed example to 100E3) I am using platformio and an ESP32 Wroom. Pi to ESP CAN doesnt work ether.
What channel is used by the library or is something else causing the problem?
I am trying to send data from my esp32 to Raspberry Pi 4B however the messages are not received. When I send messages from my ESP32 with the example to my PI I receive nothing. I am using
sudo ip link set can0 type can bitrate 100000
sudo ifconfig can0 up
cansniffer can0
And I receive 0 packages. I am suspecting the library sends it on an other channel then can0 could that be? I have set the boudrates correctly. (Changed example to 100E3) I am using platformio and an ESP32 Wroom. Pi to ESP CAN doesnt work ether.
What channel is used by the library or is something else causing the problem?