-->
Page 5 of 6

Re: 433 Mhz driver ?

PostPosted: Wed Dec 30, 2015 7:39 am
by danbicks
maba wrote: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


Hi, I use the RCSwitch library works perfecto :)

Dans

Re: 433 Mhz driver ?

PostPosted: Fri Jan 01, 2016 4:29 am
by maba
danbicks wrote:
maba wrote: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


Hi, I use the RCSwitch library works perfecto :)

Dans



Hi Dans

But how is it possible to send data from my DHT 22 with this library ?

Regards
MABA

Re: 433 Mhz driver ?

PostPosted: Fri Jan 01, 2016 7:41 am
by danbicks
Hi you could use the binary send function, convert value to Bin and send, re adjust back to required format on the other end.

mySwitch.send("000000000001010100010100");

Dans

Re: 433 Mhz driver ?

PostPosted: Sat Jan 02, 2016 4:48 am
by maba
danbicks wrote:Hi you could use the binary send function, convert value to Bin and send, re adjust back to required format on the other end.

mySwitch.send("000000000001010100010100");

Dans



Thanks for the help

  I will try to convert the data :P


Maba