-
Does anyone use this lib with MCP251863, what is actually a MCP2518 + Transceiver.
I'am not able to send messages in Normal20B
```
ACAN2517Settings settings (ACAN2517Settings::OSC_40MHz, 125 * …
Mirki updated
4 months ago
-
Hello I have a custom rp2040 based board using MCP251863. I was able to build Micro-python along with the added CAN related code from this repo (except the MIN_PROTOCOL support due to a build error). …
-
Referenca za Raspberry Pi 4: [datasheet](https://datasheets.raspberrypi.com/rpi4/raspberry-pi-4-datasheet.pdf)
Referenca za MCP251863: [datasheet](https://ww1.microchip.com/downloads/aemDocuments/doc…
-
I know this probably isn't the right place to ask but I would like to do some prototyping in Micropython using an RP2040 / MCP251863 on a custom PCB I am designing (to control over 70 clock faces usin…
-
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…
-
Hi everybody,
I'm trying to run "LoopBackDemoArduinoUnoNoInt" example on Arduino Giga R1 (I was able to run the ACAN2517FD library on Rapsberry Pico).
Each time I open the Serial Monitor the ske…
-
I can't seem to send or receive CAN frames.
Communication with the controller works fine, but for some reason the transceiver seems to not forward any packages.
I'm using the MCP251863 in the defa…
-
Hello,
I modified the hello_can example to use CAN-FD and encountered a bug where `fd_data` contains the frame flags and the DLC. I am not 100% sure I am using the CAN-FD driver properly, so please…
-
### 1st issue:
We're using the NRF53 with MCP25186. After mcu reboot the can_mcp251xfd **sometimes** fails to initialize. This will not show up in the uart logs (2nd issue), instead you will notice t…
-
I just wanted to throw this out there since I think the battery I want to add support for (ioniq 5) uses CAN-FD messages. I am still trying to get a working setup for this myself, but the hardware wil…