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 hope you are doing well. I wanted to ask a question about code for a project I am working on. I am working on a development project for a company and I wanted to use this library. I am using the Mikroe MCP2517FD CLICK with an Arduino UNO. I have the arduino UNO connected to a sensor and I am getting values from the sensor. I want to transmit these data values to the CAN using CANFD and the Mikroe MCP2517FD CLICK. Once these data values are transmitted to the CAN BUS I want to receive it back in the arduino UNO board and print it to the serial monitor to verify that the data values have been properly transmitted/converted to the CAN BUS. Will this library work with the Mikroe MCP2517FD CLICK board? And I was looking at the example for arduino UNO but I could not understand some of it. It seems like there is no transmit data or receive data function in the library based on the example I saw, at least one that is compatible with Arduino UNO. Is that the case or is it that I am misinterpreting the code. I am a beginner when it comes to code and interfacing it with the CAN using bit registers, bit shifting and what not so it is also likely I just dont understand the code. My application seems pretty simple, that why I wanted to ask your help/opinion and what code or functions I should use.
Thank you,
Kareem
The text was updated successfully, but these errors were encountered:
Hello Pierre,
I hope you are doing well. I wanted to ask a question about code for a project I am working on. I am working on a development project for a company and I wanted to use this library. I am using the Mikroe MCP2517FD CLICK with an Arduino UNO. I have the arduino UNO connected to a sensor and I am getting values from the sensor. I want to transmit these data values to the CAN using CANFD and the Mikroe MCP2517FD CLICK. Once these data values are transmitted to the CAN BUS I want to receive it back in the arduino UNO board and print it to the serial monitor to verify that the data values have been properly transmitted/converted to the CAN BUS. Will this library work with the Mikroe MCP2517FD CLICK board? And I was looking at the example for arduino UNO but I could not understand some of it. It seems like there is no transmit data or receive data function in the library based on the example I saw, at least one that is compatible with Arduino UNO. Is that the case or is it that I am misinterpreting the code. I am a beginner when it comes to code and interfacing it with the CAN using bit registers, bit shifting and what not so it is also likely I just dont understand the code. My application seems pretty simple, that why I wanted to ask your help/opinion and what code or functions I should use.
Thank you,
Kareem
The text was updated successfully, but these errors were encountered: