OpenCarKey is an open source project to make your own DIY remote car key or keyless entry.
Caution
Disclaimer: This project is currently in the development phase, so it my still contain some bugs.
- App to lock, unlock, open the trunk or remote start the engine from your phone
- Proximity key (with customizable trigger range) to auto lock and unlock your car if you are near it
- Support for multiple vehicles
- ESP32 counterpart to the app
- Hardware keyfob using an ESP32 as alternative for the phone (one keyfob for all your cars using OpenCarKey)
- Get at least some support for IOS (as far as possible with is limitations)
- Auto save parking location if car gets out of range
- Home screen widget and Android quick settings tiles
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/
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.