Giter Site home page Giter Site logo

fphammerle / tchibo-287717-weather-station-signal Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 85 KB

Tchibo 287717 Wireless Thermometer/Hygrometer Signal Decoding

Python 100.00%
home-automation reverse-engineering decoding signal thermometer hygrometer weather-station

tchibo-287717-weather-station-signal's Introduction

Tchibo 287717 Weather Station Signal Decoding

Product Details

  • Name: Tchibo Funk-Wetterstation
  • Model: 287717
  • Frequency (indicated): 434 MHz
  • Powered by two 1.5V AAA batteries
  • Contains thermometer and hygrometer

Signal

Sensor transmits an OOK-modulated 1-second-long signal approximately once every 5 minutes on 433.85 MHz.

Recorded with gqrx via RTL2832U/R820T (433.79 MHz, AM): image image

After conversion to binary signal: image

Decoding

Signal has a pulse distance encoding.

Each transmission contains 6 repeats of the same message.

Each messages consists of 42 bits.

Low-bits have a pause length of approximately 1.5ms, high-bits 3.5ms: pulse length pulse length

Greatest common divisor: pulse length divisor

We recorded a few transmissions (recordings/*.wav) and compared the received data with the values indicated on the display (displayed-values.yml).

bit range carried information
0-9 constant, maybe sensor address?
10-13 unknown
14-25 temperature
26-33 relative humidity
34-42 probably checksum

Humidity

bit index 26 27 28 29 30 31 32 33
bit value 8 4 2 1 128 64 32 16

Provides the relative humidity in percent.

Temperature

bit index 14 15 16 17 18 19 20 21 22 23 24 25
bit value 8 4 2 1 128 64 32 16 2048 1024 512 256

Linear regression model estimates temperature_celsius = temperature_index * 0.055601938800118336 - 67.83753671810342.

tchibo-287717-weather-station-signal's People

Contributors

fphammerle avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.