Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Nerobot
#13751 Loving the work being done with the Arduino IDE. This certainly makes things very interesting and can potentially make my further development much smoother.

Anyway, I've created a small "sketch" which is basically the same as my previous wireless thermometer using the DS1631 temperature sensing IC and MQTT.

So far it seems to be working well. The code is available here: https://mydiyelectronics.wordpress.com/ ... re-sensor/ if anyone is interested.

As a small addition, I can also confirm that I've been able to convert both rx and tx to output pins and they seem to be working well (though I've done very limited testing at the moment).

Steven