|
This is the sort of relay I've used in the past - 2 Channel 5V Relay Module Optocoupler Protection Power Supply Arduino PIC DSP | eBay
I'd start with the above, but if you wanted to get a bit more clever and make a small circuit board to control the curtains, you could use 5v reed relays like this - RELAY, REED, SIP, SPST, 5VDC, DIODE - COTO TECHNOLOGY | CPC
Are you handy with a soldering iron? The ESP8266 boards usually come with header pins that will need soldering to the board. The cables that then connect the headers from your board to the headers on the relay are known as DuPont cables - 10/20/40 pcs Breadboard Dupont Jump Wire M-M/M-F/F-F 10/20cm Jumper Cable Lead | eBay
Learning how to write a simple bit of code to control one of these boards is relatively easy. Following other people's worked examples is the most obvious way to understand what's going on. This guy's videos will give you an idea of the basics and beyond -
Having said that, you won't need a deep understanding of programming to get your ESP8266 doing what you need, it'll just be a case of adapting someone else's code and I'm happy to help with that (I'm no expert!). |
|