GithubHelp home page GithubHelp logo

madnerdorg / radio433 Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 1.43 MB

Control 433/315Mhz devices (power outlets/bulbs/text)

Home Page: http://madnerd.org/interface/homeautomation.html

License: MIT License

C++ 86.82% Arduino 3.63% Makefile 0.29% C 9.26%
arduino-nano 433mhz 315mhz radiohead virtualwire fuzzilogic power-outlets bulbs text radio

radio433's Introduction

Français

Libre Connect
Download Radio433 / LibreConnect /Source

What is Radio433


radio2serial
Radio433 is a device to receive multiples 433Mhz (or 315Mhz) types of radio communications.
Protocols managed: RemoteTransmitter (old)/NewRemoteTransmitter (new)/RadioHead (text)

Applications

Video youtube radio433openlight

Home Automation

Home Automation Example
Home Automation Interface

  • Control Cheap Power Outlets
  • Control lamps
  • Send text between arduino/raspberry pi

Compatible devices

Here is some compatibles devices
new code
old code
For more information on compatible devices: https://bitbucket.org/fuzzillogic/433mhzforarduino/

This technology (433Mhz) isn't really reliable but this is pretty useful if you want to turn on/off power outlets remotely and cheaply.

How to build radio433

Upload code

Components

  • Receiver : ASK Receiver Super-heterodyne OOK RF - 4€
  • Transmitter : ASK transmitter - 2€
  • Arduino nano ch340g - 2€

Cost: 9€

Wiring

Pinout radio2serial_internal

3D models

Show Models

Commands

  • /info : Display name:port (radio433:42002)
  • /status : Display status (in json)
{"file":"radio2serial.ino","url":"github.com/madnerdorg/radio433","ver":"1.2","pins":"tx:10;rx:2","state":"tx:1;rx:1"}

Receive radio

The easiest way to get codes from power outlets is to use the remote provided with it

Data are received in JSON

{"data" : "/radio/text/Hello World"}

Send radio

send RadioHead code "Hello world"

/radio/text/Hello World

turn on new radio "address:1234 unit:1"

/radio/new/1234/1/on

turn off new radio "address:1234 unit:0"

/radio/new/1234/0/off

dim new radio to 8/16 "address:1234 unit:2"

/radio/new/1234/2/8

send old radio code "123456"

/radio/old/123456

Licences

radio433.ino

Author Rémi Sarrailh
License MIT

RadioHead Library

Author Ayrspace
License MIT
Donation http://www.airspayce.com
Documentation (ENGLISH) http://www.airspayce.com/mikem/arduino/RadioHead/

433MhzForArduino Library

Author Randy Simons
License MIT
Donation Bitcoin: 1Ar433MfHWV7a4yGj3avg3dpTRzHGvT4PP
Documentation (ENGLISH) https://bitbucket.org/fuzzillogic/433mhzforarduino/

radio433's People

Contributors

maditnerd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

radio433's Issues

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.