I know this forum is mostly for tuning, but thought i'd add my own project just for fun.
Basically im tired of having an stone cold car in the morning when its -20c outside. So i've made an arudino based remote start for my mk4 Golf. You WILL have to have an immo defeated ECU or trick the immo so the car wil start without the key in the ingition. Its also an good idea to fit an neutral switch
It uses an SIM800L GSM module to recieve SMS, and then does whatever the text tells it to. It's got 4 functions at the moment; start, stop, status and change time.
The code has everything explained in it, so just look there. I'll try to make some PCB files so its easier to understand the wiring, but its not complicated at all.
https://github.com/SivertGullbergHansen/GolfMk4RemoteStartI've been thinking of adding CAN support to it, so that i can read/send CAN messages. But have not come around to that yet
If you've got any ideas on how to improve it, please let me know