This is a plugin for the Flipper Zero multi-tool device that allows you to monitor the Tire Pressure Monitoring System (TPMS) of Ford vehicles.
- Monitors the TPMS of Ford vehicles.
- Displays tire pressure data on the Flipper Zero screen.
- Supports Ford vehicles from model year 2003 onwards.
- Clone this repository to your local machine using
git clone https://github.com/yourusername/tpms_monitor.git
- Navigate to the directory containing the plugin and
.fam
file. - Use the Flipper Zero build system to compile the plugin. Run
make
in the terminal. - After building the plugin, a compiled file will be generated.
- Connect your Flipper Zero device to your computer.
- Copy the compiled plugin file to the Flipper Zero's internal storage.
- Disconnect your Flipper Zero from your computer.
- Navigate to the TPMS Monitor plugin on your Flipper Zero device using the device's buttons.
- Once you've opened the TPMS Monitor plugin, you'll see a screen displaying the current tire pressure data.
- The plugin will automatically update the tire pressure data as new TPMS signals are received.
If you encounter any issues while using the TPMS Monitor plugin, try the following steps:
- Ensure that your Flipper Zero device is running the latest firmware.
- Check that the TPMS Monitor plugin was built and installed correctly.
- Make sure that the TPMS system in your Ford vehicle is functioning properly.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.