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

User avatar
By danbicks
#37461
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
User avatar
By maba
#37615
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
User avatar
By danbicks
#37624 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
User avatar
By maba
#37681
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