- Tue Dec 22, 2015 1:09 am
#36943
trackerj wrote:It's no way to obtain enough power from that transformeless Capacitive power supply to run reliable a ESP8266 module. You have at output there probably max 10-20mA!
The right direction to look is to add a 433Mhz transmitter/receiver to your ESP8266 board + decode the 433 Mhz communication protocol and create some sort of "Radio gateway" with it, from where you can command different 433Mhz receivers.
I've used ELRO Power switches for such a job, and they are working OK with Arduino, Raspberry Pi, ESP8266, etc.
Have even connected with ESP8266, thru 433Mhz, more fancy stuff like this Weather station
Update: "lethe" was writting almost the same as me in the same time, so ...please compile both posts and please..believe him..it's dangerous !
AND offcourse, if you want to get rid of everyting , you can use a MAINS Power Switch, with Triac as in the link, or with a Relay, your choice.
But again: You will play with LIVE MAINS!! Deadly zone!! . Be sure that you have the right tools and knowledge for something like that.
Thanks a lot, the capacitive power supply is exactly what I was ignoring here. I never realized it wouldn't provide anything more than 10-20mA. Now it makes sense.
The reason I want to avoid 433MHz is that I already have a lot of gateways here, my phone, the RPi, my router, sometimes my AppleTV is I'm controlling over iCloud. The 433MHz remote would be just one more thing that could fail.
And yes, my last option is to do something like the MAINS Power Switch. Even without a custom PCB, there's enough room in there to shove in an iPhone charger circuit, a relay board and an ESP-01.