Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LarsBergqvist/Sensor433

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

35 Commits

Repository files navigation

Sensor433

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

About

An Arduino Library for sending and receiving data between Arduino boards with simple 433MHz transmitters and receivers

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages