Skip to content
/ TFA433 Public

TFA temp & Hunidity Sensor Library for Arduino

Notifications You must be signed in to change notification settings

denxhun/TFA433

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFA 433

Use your Arduino to receive temperature and humidity data from TFA remote sensor.

Download

https://github.com/denxhun/TFA433

Wiki

https://github.com/denxhun/TFA433/wiki

Info

Hardware

There are several 433 MHz receiver available in many places. I used a cheap type and it works perfectly. You should use Arduino's interrupt enabled digital input pins (on Uno/Nano: D2 or D3) since this library built on top of that feature.

Usage

Use at your own risk! Truly! There is no warranty!

In the examples directory you can find a simple way of usage.

Protocol

You can find a detailed description of the protocol here: https://manual.pilight.org/protocols/433.92/weather/tfa.html

Inspiration

Thanks for the reverse engineering the sensor's messages to pilight's dev team. The processing code is built on top of their excellent source - tailored for my special needs and limited environment.

About

TFA temp & Hunidity Sensor Library for Arduino

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages