gr-tpms
gr-tpms copied to clipboard
Tire Pressure Monitor tools for GNU Radio
python-2.7 does not complain during compilation of this package, however python3-9 returns this: [..] [ 60%] Generating __init__.pyo, ask.pyo, bit_coding.pyo, decode.pyo, fsk.pyo, packet_check.pyo, source.pyo make[2]: Leaving directory '/dev/shm/portage/net-wireless/gr-tpms-9999/work/gr-tpms-9999_build' cd /dev/shm/portage/net-wireless/gr-tpms-9999/work/gr-tpms-9999_build/python...
I get consective make errors due to missing '-llog4cpp -lgnuradio-fft' arguments during linking. the fix looks to be simple: -- patch: diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 820ef8c..1595652 100644 --- a/lib/CMakeLists.txt...
This updates the module to gnuradio 3.10/3.11
Hey guys, after several issues with missing swig and doxygen installation, as well as wrong set cmake policies, I fixed all this and completely rebuilt the project. The complete build...
I'm planning to use TPMS Chevrolet sensor to get data from it. The problem is that I'm not sure if the data is going to be enconded as equal as...
Any chance of a easy change to use soapy or in some way support using the LimeSDR for this? I think the gr-osmocom works as well. I've never dived into...
Having decoded the Pacific TPMS sensors as used by Toyota (at 314.98MHz) the total number of bits are 66 with a CRC8 calculated over the first 58 bits. The protocol...
I believe I have all of the pre-requisites installed. Ideas? Help please :) Sorry for the formatting, but I copied the error and inserted into a new text file. Error:...
I watched your talk on decoding the data that is received and I've looked through the code regarding some preset decoding profiles. Do you ID the protocol type based on...