Hey all, this is my first post. I’m having a heck of a time getting the RF24G wireless modules up and running. My setup is very simple…2 avr butterflys, each with an RF24G attached to it. I want to make one of them the transmitter and one of them the receiver. Right now I’m just trying to do a basic test…I’m continuously sending out one character from the transmitter and using the receiver to try to pick it up. The receiver simply polls for new data looking for the character. Well, as I said in the subject…I need some help. I tried porting the sample PIC code and that is what I’m using right now. My code can be found at:
http://east.eecs.uci.edu/~rkrause/rf24g_code_page.html
Can someone maybe have a look at it and see what the heck is going on with my code? I have the RF24G modules attached to PORTD on both butterflies, and I have the MCU running at I THINK 8 MHz. I’m lost, and need some guidance. Thanks!