Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP to Pi not working #109

Open
Juliandebruin opened this issue Dec 12, 2022 · 0 comments
Open

ESP to Pi not working #109

Juliandebruin opened this issue Dec 12, 2022 · 0 comments

Comments

@Juliandebruin
Copy link

Juliandebruin commented Dec 12, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant