กลับไปหน้ารวมไฟล์
rf433-to-wifi-18820e-en.md

This project is a prototype to command some home devices via RF433 from the internet.

EXPANDED TECHNICAL DETAILS

Protocol Bridge Architecture

This project acts as a gateway between legacy 433MHz wireless devices and a modern WiFi home network.

  • RF Reception: An XY-MK-5V (433MHz Receiver) captures data from devices like wireless doorbells, remote switches, or weather sensors. The Arduino uses the RCSwitch library to decode the OOK (On-Off Keying) signals.
  • Cloud Uplink: Once a valid RF code is intercepted, the ESP8266 module (or a WiFi-enabled board) connects to a local router and forwards the code to an MQTT broker or a service like OpenHAB or Home Assistant.

Practical Utility

This bridge allows you to integrate low-cost "No-Name" RF remotes into a smart home ecosystem, enabling you to control high-end smart lights with a standard 433MHz keyfob.

ข้อมูล Frontmatter ดั้งเดิม

title: "RF433 to WiFI"
description: "Control RF433 from WiFi. This project replicates RF433 codes received via MQTT. Also does the reverse which can be used to log RF433 actions."
author: "ruimmpires"
category: "Internet of Things, BT & Wireless"
tags:
  - "Internet Of Things"
  - "Remote Control"
views: 1847
likes: 1
price: 1499
difficulty: "Easy"
components:
  - "1x NodeMCU ESP8266"
tools: []
apps:
  - "1x Esp8266 Arduino Core"
downloadableFiles:
  - "https://github.com/ruimmpires/Random/tree/master/RF433_to_WiFi"
documentationLinks: []
passwordHash: "ee92e3d577516b3d700049fe5b3e8cc9d05e6890dd98b94ca962388ded1ca98e"
encryptedPayload: "U2FsdGVkX19xXda5UGKBoh58MxX0O8nbAb4QpalBUGZED2LnZdclnGO1+NGWct6uLunLXBRurHLLZuTSgy4qrR/84wfrPRetfzcfQO24HQs="
seoDescription: "Control and log RF433 codes via WiFi and MQTT. A simple bridge for RF433 signals using Arduino."
videoLinks: []
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/rf433-to-wifi-18820e_cover.png"
lang: "en"