Posts

CruizByte Mobility Solutions

Image

Sreedharan Shanmugamsundram

Image
  Remote Keyless Entry - RKE   September 30, 2022   This is application code developed for RKE project with following features. The requirements are taken from  https://cruizbyte.co.in/training-blog/f/remote-keyless-entry .  The Block diagram for the  feature  is given below  //************************************************************************ //Created by SREEDHARAN S   //Created on date: //Software – Arduino IDE   //=================Program for Remote Keyless Entry============= #include <SPI.h>          // communicates using SPI #include <mcp2515.h> //CAN interface library   struct can_frame canMsg;   //Message used to receive a CAN message //Message used to transmit an CAN message struct can_frame canMsg1;    //T-Key Fob Lock struct can_frame canMsg2;    //T-Key Fob  UnLock struct can_frame canMsg3;    //T- Key Fob  Search struct can_frame canMsg4;    //T-Key Fob Trunk struct can_frame canMsg5;    //T-For Auto Relock Function struct