Maybe it is the same protocol, maybe similar.
At least the temperature reading would make sense in my case - not sure with the pressure yet.
So it most probably is about the manufacturerData and no connection is required.
That would be quite simple to do, I'll just get my Pixl.js ready to take over from there... ;-)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Update:
Doing some more research I found this:
https://raspberrypi.stackexchange.com/questions/76959/how-to-decode-tpms-sensor-data-through-rpi3-bluetooth
Maybe it is the same protocol, maybe similar.
At least the temperature reading would make sense in my case - not sure with the pressure yet.
So it most probably is about the
manufacturerData
and no connection is required.That would be quite simple to do, I'll just get my Pixl.js ready to take over from there... ;-)