Coder Social home page Coder Social logo

peterhoge / f007th-rpi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alex-konshin/f007th-rpi

0.0 0.0 0.0 5.11 MB

Raspberry Pi: Receiving data from temperature/humidity sensors with cheap RF 433MHz receiver

Shell 7.62% C++ 74.78% C 2.31% Makefile 15.29%

f007th-rpi's Introduction

f007th-rpi

Raspberry Pi: Receiving data from temperature/humidity sensors with cheap RF receiver

Project source can be downloaded from https://github.com/alex-konshin/f007th-rpi.git

Author and Contributors

Alex Konshin [email protected]

Overview

The main goal of this project is to intercept and decode radio signals from temperature/humidity sensors and show on console or send this received data to REST/InfluxDB servers and/or MQTT broker. It is also possible to retrieve the current values via HTTP and even get some HTML pages. Support of MQTT is still experimental. If you want to help to test this new feature then please contact the developer.

The utility can send data to InfluxDB server or virtually any REST server that supports PUT requests.
For example, REST server can be LoopBack with PostgreSQL for storing data. But I prefer to send data to InfluxDB server and visualize it with Grafana.

You can view in any web browser the latest data received from sensors and graph of temperatures for the last 24 hours.
This functionality does not require installing any servers because it uses built-in HTTP server. Example of web page

You can assign action to some events. Actions may be changed accordingly to the specified schedule and can be enabled/disabled by other actions.

Supported receivers

The data is received with cheap RF 433.92MHz receivers like RXB6, SeeedStudio RF-R-ASK, RX-RM-5V, etc. It is tested with RXB6 and SeeedStudio RF-R-ASK.

Supported sensors

This project currently supports and tested with following sensors:

Following platforms are supported and tested:

First start with instruction Getting started on Wiki. When you get your setup working you can change configuration to enable other features.

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.