I have a 4 channel relay as shown below and i want to be able to on/off each of them wirelessly using 4 push buttons with the least expense. I’ve looked at using espnow, rf module , nrf but they all need microcontroller to work. I want to know of a solution without using a microcontroller or if using a microcontroller then at the cheapest method.
But the problem with these toy car modules is that output is momentary, the output will be high as long as the button is pressed, on de-press the output will turn off.
So additional circuitry would be needed to create a holding circuit. Something that turns a pulse into a toggle signal.
Something like two CD4013 chips, which are cheap, 2 inputs 2 outputs per chip. The pulse signal from RX module will be fed into the CD4013 and output from the CD4013 will go to your relay.
You have to combine your order for the minimum price.
Google CD4013 button to toggle switch circuits.
I will post something later, if I find something even more cheaper.
You will have to explain your use case a bit so as to get appropriate response.
NOT A WIRELESS OPTION: still, if esp 8266 / esp32 are costly to control, you may try ttp223 touch switch modules to activate and deactivate them. They work well and may cost below Rs 10 /- per module. (please note that you may have to solder to enable this mode in ttp223).
Wireless option may include esp01 8266 might cost between 110-150/- but this will require you to purchase a USB to serial adapter for flashing
The transmitter should be battery powered as it will be placed on a wall next to the computer and esp8266 are power hungry. Is esp now the same as wifi ?