OpenCarKey is an open source project to make your own DIY remote car key or keyless entry.
- App to lock, unlock, open the trunk or remote start the engine from your phone
- Proximity key to auto lock and unlock your car if you are near it
- Support for multiple vehicles
- ESP32 counterpart to the app
- Also support/fully switch to ESP32 instead of Arduino Nano
- Hardware keyfob using an ESP32 as alternative for the phone
- Get at least some support for IOS (as far as possible with is limitations)
- Ability to add multiple vehicles and switch between them
- Auto save parking location if car gets out of range
Clone the repo and open the MobileApp directory in Android Studio or your preferred code editor that supports Flutter.
Clone the repo and open Firmware/LockController/ESP32 with PlatformIO.
Now you can add custom code for locking, unlocking etc. more info here.
Then you can open the platformio.ini file and change LOCK_PIN to any password you want.
Now you can connect you ESP32 and upload the code and then connect it with the app.


