-
Is there no Jetson Orin Nano version of the '/overlays/jetsonnano/2xMCP2518FD-spi0.dts' file? I want to use the MCP2518FD CAN shield with Jetson Orin Nano.
-
Hi
My car Nexa has only implemented J1979 so I am not able to read raw CAN data using MCP2515 and also with MCP2517FD but with MCP2515 I am able to send requests to CAN like RPM and able to receive …
-
Dear all,
When I tried to run `./canfdtest -f 2 -g can0` to test the loopback funtion, I met the below problem ,could you please help to tell me how to debug it? When I using cansend and candump, i…
fxt-7 updated
10 months ago
-
Padding bytes added to write a multiple of 4 bytes into RAM is written to wrong location because the offset of 8 is added two times:
- one in row https://github.com/Seeed-Studio/Seeed_Arduino_CAN/bl…
-
I am evaluating Copperhills PiCAN FD Duo hat:
https://copperhilltech.com/pican-fd-can-bus-fd-duo-board-with-real-time-clock-for-raspberry-pi/
Setup:
I have looped back CAN-A to CAN-B and am runni…
-
Thanks to a discord user **Sam79** we have can logs from KIA EV6 that we can work on.
**Full log of G Can and M Can from Car:**
[Kia_EV6GT_G-CAN_M-CAN.zip](https://github.com/user-attachments/file…
-
Hi,
It's possible to share hardware pcb and schematics, bom list.
So we can learn from and also improve it?
-
Hi,
I tried these commands:
_from canpico import *
c = CAN()_
Then it raised an error:
**RuntimeError: Cannot put MCP2517/18FD into config mode**
Any insight?
Thank you.
Regards,
Jh…
-
When you use the installation procedure with the development board is all ok. But when you try to use with the production module the command: config-by-hardware.py don't work.
I'm using the carrie…
-
I encountered a timeout error while attempting to run one of your example codes, specifically the loopback code, on an Arduino Due. In order to investigate the issue further, I decided to write a smal…