mharizanov / ESP8266_Relay_Board

Three Channel WiFi Relay/Thermostat Board
146 stars 78 forks source link

Would it be possible to port this #19

Open mcc05 opened 6 years ago

mcc05 commented 6 years ago

This looks great would it be possible to port this to a Sonoff basic/TH device.

This is now a very cheap sub £4 ESP8266 based board (not worth building one from scratch) with a single relay, and GPIO headers for thermostats such as AM2301.

mharizanov commented 6 years ago

Absutely doable, not difficult at all. Feel free to do it and issue a pull request, I'll merge it.

mcc05 commented 6 years ago

Many thanks Martin, I will at the weekend at work now:)

mcc05 commented 6 years ago

Martin, is there a guide for setting up an environment for compiling this codeset, I have only used Arduino in the past

mharizanov commented 6 years ago

This project uses the ESP8266 NONOS SDK, see here https://github.com/espressif/ESP8266_NONOS_SDK/blob/master/README.md It might be quite challenging to get it going if you have only used Arduino so far, but with some reading, you'll be able to set it up.