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

Can HASL finish be used for castellated pads?

I am designing a PCB that uses castellated edges to connect to the parent board. I would like to use hot air solder leveling finish to save on costs for prototyping, but I am concerned that the non-planar surfaces of the module may pose assembly issues. Is it common at all to use HASL for castellated boards, or do I need Electroless Nickel Immersion Gold to ensure successful assembly?

Are SMT components bad for high voltage applications?

Many assembly factories are asking for SMT jobs, while I think through hole would be a better option for a high voltage application. Before the high voltage project is started, we need to make a call on SMT or Through hole parts. Is there a study on this?

Read Detailed Advice From Blog Articles

How to Design PCB Antenna Like a Pro
Ryan Chan

How to Design PCB Antenna Like a Pro?

Antennas play a critical role in any wireless system, which is used to transmit and receive electromagnetic signals that carry data. As electronics continue getting

Scroll to Top