Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouyng/tpms-helper
A bash script to automate Toyota tire pressure monitoring system testing via rtl_433.
https://github.com/rouyng/tpms-helper
bash-script rtl-sdr toyota tpms
Last synced: 14 days ago
JSON representation
A bash script to automate Toyota tire pressure monitoring system testing via rtl_433.
- Host: GitHub
- URL: https://github.com/rouyng/tpms-helper
- Owner: rouyng
- Created: 2022-02-20T19:36:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T01:32:27.000Z (over 2 years ago)
- Last Synced: 2024-04-17T20:20:52.776Z (7 months ago)
- Topics: bash-script, rtl-sdr, toyota, tpms
- Language: Shell
- Homepage: https://www.r-c-y.net/posts/tpmsbash/
- Size: 24.4 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tpms helper
A bash shell script to partially automate Toyota tire pressure monitoring system testing via rtl_433.I created this script as a companion to the TPMS sensor testing process described in [this article](https://www.r-c-y.net/posts/tpms/). This script is a wrapper for rtl_433 that provides guidance for this process, error handling and simple, human-readable output.
For more information on this script, [read this blog post](https://www.r-c-y.net/posts/tpmsbash/).
## Requirements
- [bash shell](https://www.gnu.org/software/bash/), version 4.0 or later
- [jq](https://stedolan.github.io/jq/)
- [bc](https://www.gnu.org/software/bc/)
- [rtl_433](https://github.com/merbanan/rtl_433)
- SDR hardware compatible with rtl_433## Installing and running
```
git clone https://github.com/rouyng/tpms-helper.git
cd tpms-helper
chmod +x tpms-helper
./tpms-helper
```