You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't filter messages, all messages coming to the CAN bus come to the receiving device and the filters don't work, or I configure them incorrectly.
The code was taken from the examples
Thank you for your response.
I found some explanation in the code, although this is a slightly different project, but I think there are some common points with esp32_can.
Hello @collin80 🙂
Please help me.
I have two devices.
One is a transmitter, based on
stm32f411
+mcp2515
The code is something like this:
The second receiving device, based on
ESP32
+SN65HVD230D
The code is something like this:
I can't filter messages, all messages coming to the
CAN
bus come to the receiving device and the filters don't work, or I configure them incorrectly.The code was taken from the examples
and
Using another library
mcp_can.h
, I can filter messages by shifting the mask andID
16bits
to the left.The text was updated successfully, but these errors were encountered: