Open glpnk opened 3 years ago
Hey, did you add this kind of 433mhz tx to the esp?
Yes, I used the RX module and the sample sketch for it to get the keycodes and define them as build_flags (RCON/RCOFF), so now it only uses the TX module and transmits the command at the same time as the relay module in the original program. Works well at 3.3 volts over a short distance (about 0.5 meters / 20 inches) without an antenna. TX connected to GPIO15 (D8) (RCPIN in build_flags).
Idea You have a low-power USB power supply and a powerful LED power supply that only needs power when the LEDs are on.
Fork link | Commit link
Basic implementation You have a relay that breaks the wire to the LED power supply. But you need to cut the live wire with a relay, which can be dangerous due to the poor quality of the relay module.
My implementation You have a stock 433MHz RC power socket that breaks power for LED power supply. Advantages: you don't need to cut the power cable Disadvantages: use of externally vulnerable radio protocols
Thanks everyone for the WLED project!