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
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
I am trying to get the example codes from the Adafruit page to work on the new Feather M4 CAN boards, but it does not seem to work.
Both the CAN Sender and CAN Receiver have the missing definition PIN_CAN_BOOSTEN. Even after defining them as the pin 4, I am unable to receive anything on the CAN receiver side.
I have followed every step as described on the tutorial and yet I do not see the expected outputs (CAN Receiver just does not receive anything from the CAN Sender).
CAN Sender:
CAN Receiver
Is there anything different on your test setup? Becasue I noticed that the example codes on the repository does not have the pin definitions for PIN_CAN_STANDBY and PIN_CAN_BOOSTEN as seen on the Adafruit Learning page.