Skip to content

miklik72/sensor_TH260

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TH260_decode

Sencor TH260 temperature+humidity sensor 433MHz

Times
Pulse = 500us
Start = 8000us
0 = 2000us
1 = 4000us

Full transmition - 6x data
22.6C 53% CH2
1 SS001011011110011010010101100011001100010110S
2 S001011011110011010010101100011001100010110S
3 S001011011110011010010101100011001100010110S
4 S001011011110011010010101100011001100010110S
5 S001011011110011010010101100011001100010110S
6 S001011011110011010010101100011001100010110S


bits 1 2 3 4
123456789012 34 567890123456 7890123456789012
llllhhhh llllhhhhssss llllhhhh
IIIIIIIIXX CC TTTTTTTTTTTT HHHHHHHH SSSSSSSS
20.3 52 1 001010110100 00 001000110110 01000011 00001100
20.6 51 1 001100101100 00 111000110110 00110011 00001001
22.0 51 3 001011111100 10 000001010110 00110011 00001110
21.7 50 1 001011111100 00 101001000110 00100011 00000111
21.9 49 2 001011111100 01 111101000110 00010011 00001111
21.9 51 3 001011111100 10 111101000110 00110011 00001000
22.1 49 3 001011111100 10 001101010110 00010011 00001110
22.1 49 3 001011111100 10 001001010110 00010011 00001000
22.1 50 3 001011111100 10 000101010110 00100011 00001101
22.3 49 3 001011111100 10 011001010110 00010011 00000011
22.4 84 3 001011111101 10 011101010110 01000101 00000011
22.8 73 3 001011111110 10 111001010110 10010100 00011111

I - random sensor ID (changed with battery replace)
X - unknown info, maybe batery status or similar
C - channel 1-3 (binary 0-2)
T - temperature (3x4bits - reversed)
H - humidity (2x4bits - reversed)
S - checksum - probably

About

Sencor T260 temperature+humidity sensor 433MHz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%