I have been trying to build a simple wireless setup using the parts enumerated in this post, except I am using a 16f88 pic. Like the poster in the forum I am able to send things from the PIC to the arduino, but unfortunately like the poster I am unable to receive signals from the arduino to the PIC. I have tried what he has done and I have made modifications as well, but I am still incapable of sending and receiving correctly. Right now my goal is to make a LED blink when the PIC gets a 1 from the arduino. I am relatively confident in how it is wired, but how would I make it so I can get good data?
EDIT: When running a program on the arduino to send a 1 every two seconds and a program on the pic to blink when there is a 1, it will flash sporadically and not follow any order. My guess is noise, but I doubt it considering how well the PIC to arduino program worked.