Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Bozz
#14564 Hello community.

I'm wondering if anyone looked into a way to drive RF hardware via the ESP.

- A 433MHz Transmitter module
- A 433MHz Receiver module

Like we have the RC-Switch library for the Arduino.
or the '433Utils' lib for the Raspberry.
User avatar
By mikewen
#14661
Bozz wrote:Hello community.

I'm wondering if anyone looked into a way to drive RF hardware via the ESP.

- A 433MHz Transmitter module
- A 433MHz Receiver module

Like we have the RC-Switch library for the Arduino.
or the '433Utils' lib for the Raspberry.


I wrote a 433MHz Transmitter module while working on NodeUSB project. I will clean up code and upload to github soon.
User avatar
By gerardwr
#14704 There's a report that RCSwitch is working on the ESP, here:
http://www.esp8266.com/viewtopic.php?f=27&t=2156&p=13487&hilit=rc+switch#p13468
I can confirm it compiles OK, but have not tested it myself.

I have code working on my ESP to simulate a 433Mhz RF remote (from the Dutch Blokker store) based on an often used 2262 encoder chip. I am using the cheapest transmitter modules ( < $1 on Ebay).

Image

Code is attached for your reference.

sendblokker.txt
You do not have the required permissions to view the files attached to this post.
User avatar
By Bozz
#14732 Tx. I'll check these out.
Nice to see others are using this combo too.
extending the range of the std 433 devices.
could be cheap partial replacement for the rfxcom.