I have been asked to build a "communication-verifyer" using Arduino.
The unit should be able to record/save/send a communication between units.
I imagine, that the unit should be able to:
1) see if any communication on 433mhz is going on
2) if anything happens on 433mhz record it
with the recorded signal it should be possible to:
1) send it back to the first unit, to verify the quality, and see if the reciecer works propper.
2) send it to another unit, to see if this unit works.
My problem is, that i do not know anything about Arduino and 433mhz communication
Anyone that can help me?