CAN BUS Netwoking for Electric Vehicle

“ CAN Bus Networking Based on Arduino Embedded Platform ” CAN – Controller Area Network bus is widely used in Automobile industry and in other industrial applications. CAN is like Nervous system in Human body facilitating communication between all parts of body. In CARs , NODEs or ECUs – Electronic Control Units are connected via CAN bus which acts as a control nervous system. ECU s can be Engine control unit, Airbag control, Audi System , Door position,Brake system, Sensors & others.Each and every function can be assigned a NODE or ECU. A modern CAR has upto 100 ECUs. CAN allows ECUs to communicate with each other without complex dedicated wiring in between. Any ECU can communicate with entire system without causing overload to the controller computer. CAN is MULTI MASTER setup. Any Node can be a MASTER. CAN works on a MESSAGING TYPE SYSTEM & no slave address is used to communicate with a node. Every Node receives...