radio433

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

View project on GitHub

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/