Code Monkey home page Code Monkey logo

sensor433's Introduction

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

sensor433's People

Contributors

larsbergqvist avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.