I’ve searched this and other forums and am having a mare of a time solving what on the outset I thought was a simple enough problem.
A friend came to me as I’ve worked with Arduino, and it seemed ideal for this project, the more I work on it, the more I doubt that.
The situation is simple enough, Chinese made long distance 433 RX/TX switch not performing as hoped, i.e., Not working.
I thought it would be as simple as getting an Uno, plugging in a 433RX module, picking up the signal from the present TX and doing the business with a Mosfet.
The issue is the 433TX Signal is rubbish, inconsistent, if or when I do pick it up, it rarely repeats an identical signal so It is difficult to get the Arduino/RX setup to perform an action based on the signal received, when it receives it.
So my plan is to scrap the 433TX and just make a new system from scratch.
The goal is this;
From 500m (550yds) away, turn on a device for 45mins. (A solar powered warning sign).
Progress so far, Arduino powering the mosfet for the time period on receipt of a serial command. So instead of the serial command, I want a wireless command of some description.
It looks like Xbee is going to be the way to go, but it seems like absolute insane overkill for what is basically going to be sending either a 0 or a 1.
Not to mention series one or 2 etc…
Perhaps with the right aerial a 1 or 2mW tx will acheive the goal?
Any help is appreciated.
Thanks.