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
My basics are not very strong on this kind of projects. Previousy, I used Macchina M2 with M2RET to get the OBD-II data from Honda car.
Now, I am wondering is it possible to port this project for RP2040 CAN bus feather (https://learn.adafruit.com/adafruit-rp2040-can-bus-feather/overview)? RP2040 CAN bus feather is relative cheap (~20$) and I could use other boards to get the OBD-II data from RP2040 via serial inputs.
This might not be the proper medium for asking. I truely appreciate any help :)
The text was updated successfully, but these errors were encountered:
Well, CAN libraries do exist for that board. But, perhaps you are looking for something like ESP32RET or M2RET that actually handles all the details of using the library to create an interface that you can use for CAN capture and sending.
In principle, sure, one of the existing *RET projects could be used as a basis for making a RET project for that board as well. I don't have any RP2040 boards yet (odd, I know). I guess I just have so many ESP32 boards and such that I haven't found any reason to use an RP2040 yet.
So, right now, I'd suggest an ESP32 based CAN board (there are LOTS). That way, ESP32RET could easily be modified to work.
My basics are not very strong on this kind of projects. Previousy, I used Macchina M2 with M2RET to get the OBD-II data from Honda car.
Now, I am wondering is it possible to port this project for RP2040 CAN bus feather (https://learn.adafruit.com/adafruit-rp2040-can-bus-feather/overview)? RP2040 CAN bus feather is relative cheap (~20$) and I could use other boards to get the OBD-II data from RP2040 via serial inputs.
This might not be the proper medium for asking. I truely appreciate any help :)
The text was updated successfully, but these errors were encountered: