Replies: 5 comments 19 replies
-
Long term plan is to use CAN2 protocol to connect sensor controllers. I would have to look again to see if ISP2 is suitable for the dashboard. |
Beta Was this translation helpful? Give feedback.
-
I just wired a MCP2515 CAN Module to SPI0 on RPi using 3,3V for a test. dtparam=spi=on Reboot RPi and start can0 interface in loopback mode to test
then start 'candump can0' in one terminal and send with 'cansend can0 001#1122334455667788' from a 2nd terminal. kurt@k3po-pi:~ $ candump can0 Even the loopback test works. See tomorrow if I can get some data over the true CAN wires. Not sure, because the tranceiver need 5V and the GPIO pins of RPi are not 5V tolerant. Therefore had to wait until other board arrive |
Beta Was this translation helpful? Give feedback.
-
You two are too far ahead ... hats off ! |
Beta Was this translation helpful? Give feedback.
-
Jacob, by the way - it's Ignitech WB2 , not Ignitech WC-2 ;-) |
Beta Was this translation helpful? Give feedback.
-
This discussion has now started to center around CAN support. Let's continue with #4 existing issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about using the Innovate ISP2 protocol for connecting all the pieces together?
Especially for EngineDataLogger-Engine Data and the DashBoard?
On DashBoard side, someone could use existing software to analyze and display the logged data. On EngineData Side it would be more general to adapt/develop own sensor controller.
Beta Was this translation helpful? Give feedback.
All reactions