Site Information

 Loading... Please wait...

Blog

SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Connecting Arduino to a Real SAE J1939 Network

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. I have successfully tested my Arduino sketches against commercially available SAE J1939 devices with their monitoring and simulation software, but I did not have the luxury of connecting them to a real vehicle (diesel engine). Nevertheless, all sketches should work in the [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Serial Interface And CAN Bus Timing Considerations

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. The hardware configuration as introduced in this book, namely the Arduino board plus CAN Bus shield, suggests that it may be well suitable for a CAN-to-USB or J1939-to-USB gateway application. However, the Arduino’s USB baud rate is limited to 115,200 baud, which [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Microchip MCP2515 CAN Bus Controller

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. Microchip Technology’s MCP2515 is a stand-alone Controller Area Network (CAN Bus) controller that implements the CAN specification, version 2.0B. It is capable of transmitting and receiving both standard and extended data and remote frames. The MCP2515 has two acceptance masks and six [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - CAN Bus Shield by Seeed Studio

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. In terms of CAN Bus capabilities, the shield by Seeek Studio provides the same functionality as the one by SK Pang electronics, however, it comes with a much lower price tag, because it does not have any additional components besides the CAN [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Arduino CAN Bus Shield by SK Pang electronics

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. This shield by SK Pang electronics provides the Arduino CAN-Bus capability. As explained previously, it uses the Microchip MCP2515 CAN Bus controller with MCP2551 CAN Bus transceiver. The CAN connection is realized via a standard 9-way sub-D, however the pin assignment [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - CAN Bus Shield

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. For those who are not yet familiar with the SAE J1939 vehicle protocol (but are using this book to gain some more insights on the topic), J1939 uses Controller Area Network (CAN Bus) controllers for the physical connection (See also chapter A [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Performance Restrictions

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. It is important to know that neither the Arduino Uno nor the Arduino Mega 2560, even though perfect for prototyping due to low price and ease of programming, are not, in their bare form, an industrial-strength solution, not only in terms of [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Introduction

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino.Any embedded computing project is as much about the hardware as it is about the software. In this particular project, the ultimate goal is to run an SAE J1939 protocol stack (the software) on the Arduino (the hardware).Only a few years ago, [...]

Read More »


SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino - Introduction

This post is part of a series about SAE J1939 ECU Programming & Vehicle Bus Simulation with Arduino. It is important to know that neither the Arduino Uno nor the Arduino Mega 2560, even though perfect for prototyping due to low price and ease of programming, are not, in their bare form, an industrial-strength solution, not only in terms of [...]

Read More »


Beginner-Friendly Collection Of Electronics Projects Using The Low-Cost Arduino Board

The Arduino Project Handbook is a beginner-friendly collection of electronics projects using the low-cost Arduino board. With only a handful of components, an Arduino, and a computer, you will learn to build and program everything from light shows to arcade games to an ultrasonic security system.First, you will get set up with an introduction to the Arduino [...]

Read More »