Is it possible to replace an automotive wiring harness with PCB?

Is it possible to replace an automotive wiring harness with PCB? For example, just have the cables attached on either end of the circuit to eliminate a bunch of messy cableage in between.

That can be realized with the help of micro-controllers, but you have to use high clock rate MCUes with this.
Divide sections into 3 parts. Central, Front and rear.

  1. Take all the inputs such as light switches, brake paddle switches, etc to Central MCU. Remember switches with interrupt handling.
    ·Serialise the data with I2C or CAN or USART or any sort of serial communication.
  2. Make rear and front receiver parts with used serial methods.
    and you are done.
Pros Cons
Less wiring

Less loss of voltage

Digital

Flexible

Can add more features

Lots of programming

Spike’s from the spark plug does harm your serialised signals.

MUC is low voltage device

Motorbike is Hot and high voltage.

More Isolations and more circuit complexity.

(Remark: According to our experience, more attention should be attached on voltages and external noise.)

Read More: Automotive Electronic Manufacturing

#PCB Design #Automotive

Picture of Oliver Smith

Oliver Smith

Oliver is an experienced electronics engineer skilled in PCB design, analog circuits, embedded systems, and prototyping. His deep knowledge spans schematic capture, firmware coding, simulation, layout, testing, and troubleshooting. Oliver excels at taking projects from concept to mass production using his electrical design talents and mechanical aptitude.
Picture of Oliver Smith

Oliver Smith

Oliver is an experienced electronics engineer skilled in PCB design, analog circuits, embedded systems, and prototyping. His deep knowledge spans schematic capture, firmware coding, simulation, layout, testing, and troubleshooting. Oliver excels at taking projects from concept to mass production using his electrical design talents and mechanical aptitude.

What Others Are Asking

How do you mount electronics on a vehicle chassis safely?

I want to implement a control system I designed for a light electric motorbike. I would like to mount it as professionally as possible on the chassis. It consists of a power system pcb and a SAMC21 development board which I’ll merge later once this all works properly. I have tried screwing it directly on the aluminium chassis but have found that shocks and vibrations from the horn disturbed the system or even destroyed it upon large shocks. Is there a specific way car and motorcycle manufacturers mount their electronics to make their system as robust as possible?

Do modern LED lights use thermal vias?

I have a technical question about thermal management with mid-power LED diodes.Do you use thermal vias on the PC board anymore? Either under the LED diode footprint or even around the footprint?
Depends on the application limits and cost targets.

Read Detailed Advice From Blog Articles

Scroll to Top