CAN Bus: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
Line 9: Line 9:


Pi-CAN [https://raspberrycan.blogspot.com/2012/08/controller-area-network-can-mcp2515-for.html http://raspberrycan.blogspot.com/2012/08/controller-area-network-can-mcp2515-for.html]
Pi-CAN [https://raspberrycan.blogspot.com/2012/08/controller-area-network-can-mcp2515-for.html http://raspberrycan.blogspot.com/2012/08/controller-area-network-can-mcp2515-for.html]
There is also the WICAN from Meat Pi, based on the ESP32C3, here is their github page. https://github.com/meatpiHQ/wican-fw


[https://www.seeedstudio.com/Serial-CAN-BUS-Module-based-on-MCP2551-and-MCP2515.html SEEED Studio CAN-BUS module] and the [https://www.seeedstudio.com/OBD-II-CAN-BUS-Development-Kit-p-2993.html ODB II CAN BUS development kit], each about about $20
[https://www.seeedstudio.com/Serial-CAN-BUS-Module-based-on-MCP2551-and-MCP2515.html SEEED Studio CAN-BUS module] and the [https://www.seeedstudio.com/OBD-II-CAN-BUS-Development-Kit-p-2993.html ODB II CAN BUS development kit], each about about $20
Line 15: Line 17:


https://www.hackster.io/kenliao/vehicle-gui-can-bus-display-05fb45
https://www.hackster.io/kenliao/vehicle-gui-can-bus-display-05fb45


There is a newer Seeed Studio CAN BUS module, $4.90, I bought two, from Digikey.
There is a newer Seeed Studio CAN BUS module, $4.90, I bought two, from Digikey.


 
Software: https://github.com/nopnop2002/esp-idf-CANBus-Monitor
There is the WICAN from Meat Pi, based on the ESP32C3, here is their github page.
There is an ESP32-C3 version.
 
https://github.com/meatpiHQ/wican-fw


== Dashboards ==
== Dashboards ==

Revision as of 22:29, 17 January 2023

I got my ELM usb adapter from SECONS in Prague, around 100 years ago. You can tell it's old by the brass and mahogany case it's in. (KIDDING!) Also the fact that it uses a USB mini connector.

http://www.obd-2.com/ See also tenrec not 8track, which has been gone for a decade.

2022-12-10 back looking at this, at least a hundred years have elapsed (Linux time) since I started this page.

CAN interfaces

Pi-CAN http://raspberrycan.blogspot.com/2012/08/controller-area-network-can-mcp2515-for.html

There is also the WICAN from Meat Pi, based on the ESP32C3, here is their github page. https://github.com/meatpiHQ/wican-fw

SEEED Studio CAN-BUS module and the ODB II CAN BUS development kit, each about about $20

https://www.seeedstudio.com/blog/2019/11/27/introduction-to-can-bus-and-how-to-use-it-with-arduino/

https://www.hackster.io/kenliao/vehicle-gui-can-bus-display-05fb45

There is a newer Seeed Studio CAN BUS module, $4.90, I bought two, from Digikey.

Software: https://github.com/nopnop2002/esp-idf-CANBus-Monitor There is an ESP32-C3 version.

Dashboards

"RealDash" looks like it might be fun. It runs on Android, maybe I could use an old phone or tablet. I have enough of those now.

Circuit Cellar article: eDash Robin Brophy Sep 2011 issue 254

microOBD

Sparkfun UBM32 controller: USB 32-Bit Whacker - PIC32MX795 Development Board $40

320x240 LCD

Resources

Elm Electronics the folks who make the interface.

OBDtester and pyOBD

OBD Auto Doctor Free and paid versions, including Linux. The paid version is $20 per year.

Python

There are around 700 forks of pyobd... the one that shows up in pypi.org I think appears to be Brendan Whitfield's.

This one looks interesting too though. barracuda-fsh / pyobd

Wikipedia knowledge

OBDuino
OBD-II PIDs