-
I am trying to exchange data between 2 bus - sending data from bus 1 to bus 2 - quit simple would you say? It all starts fine sending all message from bus 1 to bus 2 and the other way around, but then…
-
Hi guys!! I've followed your instructions to deploy the program at ESP32 microcontroller. Everything worked fine, I was able to connect to it using my phone and also was able to track the log of TX us…
-
I am using the MCP2515 CAN controller with MCP2551 CAN transceiver running socketCAN on a Raspberry pi.
```
Linux 4.14.52-v7+ #1123 SMP armv7l
```
```
dtparam=spi=on
dtoverlay=mcp2515-can0,o…
-
I have a question,
CAN bus just receive 8 Byte, this lib how to NMEA2000 message?
this class ActisenseReader ?
craig
-
Здравствуйте, у меня ничего не принимает и не отправляет в мерседес w220 по 83.333... Дело точно не в подключении, с библиотекой mcp_can.h все прекрасно работает, а вот ваша библиотека молчит, то есть…
-
I am very much interested in implementing CANopen with the CANopenNode project.
I am currently analyzing canopend to analyze CANopenNode, but there is one question.
This is related to operatingState…
-
Hi. Thank you for making this project!!
I put and Arduino Pro Mini + a cheap MCP2515 together. The first issue I had was because I wired CAN_H and CAN_L exchanged -- I verified with oscilloscope an…
-
I have wind sensor (Nano) sending data via RS485 to a Mega running NMEA2000 library and transferring the sensor values over NMEA200 bus onto my Garmin echoMap. The system is working fine when everythi…
-
Hi.
I'm just trying to use the library to create a canbus beetwen teensy boards and arduinos.
I can, with the example, send and receive message from a teensy board to another teensy board with the e…
-
I am trying to send can Messages with the pican2 Module. Mostly working fine but sending IDs ending on hex80 or higher lowers the leading number. E.g. 0x180 as ID actually sends an 0x080.
receiving…