-->
Page 4 of 6

Re: 433 Mhz driver ?

PostPosted: Mon Jul 27, 2015 9:05 am
by gerardwr
This Arduino code to send RF commands to X10-RF Home Automation devices also works on ESP8266:
https://github.com/pyrou/x10rf

Re: 433 Mhz driver ?

PostPosted: Sun Aug 09, 2015 9:20 am
by gerardwr
Another 433Mhz library that works unchanged on the ES8266:
https://github.com/pimatic/RFControl

It's very convenient to sniff unknown 433Mhz messages.

Re: 433 Mhz driver ?

PostPosted: Mon Oct 26, 2015 2:50 pm
by ralph83
gerardwr wrote:
gerardwr wrote:
rvtk wrote:I tried the fuzzilogic code for the reception of 433 mhz rf remotes. I didn't get the example ShowReceivedCode (RemoteSwitch) to work.


Same result here, did not work for me either. Attached my RF receiver to ESP8266-GPIO2 and changed the sketch accordingly.

Update 25-07-2015.
After installing the Latest Stable release (dated 23 jul 2015) from ESP8266-Arduino I re-tested the ShowReceivedCode (from RemoteSwitch) and this works now!!

Also tried the ShowReceivedCode example (from NewRemoteSwitch) but had no success there (yet).


I've tried to use the RemoteSwitch library with the ShowReceivedCode example, but I did not succeed.

I'm using GPIO2 on interrupt 2 (NewRemoteReceiver::init(2, 2, showCode);) but I do not receive any data. The receiver module is connected to 3v3.

Which configuration did you use?

Re: 433 Mhz driver ?

PostPosted: Wed Dec 30, 2015 4:16 am
by maba
Hello
Iam looking for a library for FS1000A ore a code to send date of a DHT22 from a PRO MINI to an ESP (Arduino IDE)

Thanks a lot
MABA