invandy / Oregon_NR

Arduino library for Oregon Scientific and Explore Scientific wireless sensors decode and simulate
Other
31 stars 21 forks source link

esp8266 with mqtt #3

Closed kroon040 closed 4 years ago

kroon040 commented 5 years ago

Hi,

I like it, is it possible to add mqtt support on the esp8266, to the values are send to it?

regards Richard

invandy commented 5 years ago

Do not understand what are you talking about... This library is for receiveng data from Oregon wireless sensors only.

Saphareas commented 4 years ago

@kroon040 Hey, I've added an MQTT example in my fork

kroon040 commented 4 years ago

I will try it. I will connect an RXB6 to the ESP8266. Where in the code can I find the data pint to the ESP8266.

Also , can you add the example for mqtt with username and password for the mqtt connection?

kroon040 commented 4 years ago

I found in the code pins, and it works . Now I try to add username/password to mqtt

kroon040 commented 4 years ago

successfully added username and password. So I'm happy