Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

J1939 Interfacing to PIC microcontroller

Status
Not open for further replies.

csr1981

Member level 2
Member level 2
Joined
May 10, 2005
Messages
52
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
India
Activity points
1,645
J1939 Interfacing

I want to interface the J1939 signal coming from a ECU to display unit which will display the parameters broadcasted on the j1939 bus.
In the display unit i am using a PIC 18F458 microcontroller.

Anybody with the knowledge please help
 

Hi

There was several Elektor project for interfacing the CAN bus (J interface)

Go to elektor site : www.elektor.co.uk to learn more

All the best

Bobi

The microcontroller specialist
 

Hi Bobi,

I visited the site, but the site was opened in domain caontaining site UK reg.
Could not find any thing useful there.

Please help.

Thanks

Best Regards
Chetan
 

Hi Bobcat

I tried to find on the elektor site but could not get anything useful.

Can you help on this.

Thanks.
 

Hi funnynypd,

Thanks for the info.

But i want the actual hardware implementation and not the end product.
 

Take a look at this website if you want to **** the bus, **broken link removed**. Also buy the J1979 specification.

To interface to the OBDII, all you need is just a CAN transceiver and connect to your micro. I believe there is CAN stack for the PIC. To talk to the J1979, all you need is to send standard ID CAN packets to request the data or decipher the data as suggested canbushack. Usually cars with J1979, data is usually spit out from the ECU so you don't need to request some of the data such as speed, fuel, gear, rpm. All you need is setup your code to check the ID. As for the odometer, you might have to scan the bus as suggested by the canbushack website but sometimes the odometer in some cars are found in the VPW bus (some GM cars still uses both VPW and J1979).

---------- Post added at 02:31 ---------- Previous post was at 02:30 ----------

Check this website as well, https://www.sterntech.com. There have the source code for PIC and AVR.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top