Cory
Cory
Aha! This is exactly what brought me here. I have concerns about the baudrate calculation... What is the desired sample point bit time percentage when calculating the Prop, PS1 and...
J1939 is a protocol that uses CAN as the data link and physical layer of the OSI network model. This library only does CAN and this question does not pertain...
No offense here, and perhaps I talked passed the point I was trying to convey. CAN libraries will not support multi-frame messages since CAN specifications do not currently lay out...
I have the same issue.
https://github.com/skickar/ESP8266_Router_Honeypot/pull/4
I suspect the chip select pin on the shield is not at the default position for the library, this can be changed in the sketch to accommodate the shield. I...
The loopback example is the basic test. At this point assuming we are still using an Uno or similar where the SPI pins appear at both 11-13 and ISCP header,...
Set both masks to 0x7FF and all the filters to 0x20A (522 in hex). That should guarantee only 522 is the only ID received. num is the filter (0 to...
I was working on making an example sketch to demonstrate the mask and filtering abilities and stumbled upon this as well but I was not sure if anyone would really...
If either of your SPI peripherals are using an SPI mode other than 00, you will need to switch it back before doing any CAN instructions. The begintransaction() and endtransaction()...