Skip to content

LarsBergqvist/Sensor433

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensor433

Build Status

An Arduino Library for sending and receiving values between Arduino boards with simple 433MHz transmitters and receivers A typical use case is to let small battery powered Arduino Pro Mini boards send sensor values to one single ESP8266 board that creates MQTT messages on the WiFi network from the values.

A sensor value is encoded with a sensor id and checksum into a 4-byte message that is transmitted over 433MHz.

The transmitter can send a float between -327.67 and + 327.67 or an unsigned int, i.e. a word (a value between 0 and 65535)

See the included examples for transmitting, receiving and bridging to MQTT messages.

This library depends on the rc-switch library: https://github.com/sui77/rc-switch

Releases

No releases published

Packages

No packages published

Languages