-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hi There,
I have a BBQ Meat thermometer that I'd love to see added into RTL_433. I've captured the signal and believe I have a working flex decoder and I can decipher what the hex/binary means. Though writing the code to make this happen is a little beyond my comfort levels.
Model: Gasmate Remote Digital Thermometer (BA1008)
The Flex Decoder Options are:
-X 'n=name,m=OOK_PPM,s=536,l=1668,r=2000'
Some of my testing:
1st 4bits: Always same
2nd 4bits: Negative or Positive (0000=Positive 0100=Negative)
3rd 4bits: temp tenth eg 1 in 10c
4th 4bits: single val eg 0 in 10c
5th 4bits: Always 4x0s?
6th 4bits: ?
7th 4bits: ?
8th 4bits: ?
Examples:
F0230FDC (+23C)
1111 0000 0010 0011 0000 1111 1101 1100
F4040BFB (-04C)
1111 0100 0000 0100 0000 1011 1111 1011
F4100BEF (-10C)
1111 0100 0001 0000 0000 1011 1110 1111
F4060BF9 (-06C)
1111 0100 0000 0110 0000 1011 1111 1001
f4040bfb (-4C)
1111 0100 0000 0100 0000 1011 1111 1011
f0030ffc (+03C)
1111 0000 0000 0011 0000 1111 1111 1100
F0310FCE (+31C)
1111 0000 0011 0001 0000 1111 1100 1110
I hope that the above information is enough for somebody to work with, If there is anything further I can offer please let me know.
Many thanks
Lucy