Program for NRF24L01

Hello,

I'm starting with this new project of mine, I am just new to this thing and I hope I'll make it work. I will be using a Pulse sensor https://www.sparkfun.com/products/11574

and it will be apply to a suit that is often used by the gym persons. And to avoid using many numbers of wires, NRF24L01 will help me get through this. I used two NRF24L01, one for the transmission, and the other is for receiving. Connecting the master sensor to the slaves. I already searched about the existing codes for this transceiver but unfortunately when I upload the codes, I failed to receive any data from the transmitter. I am just new in programming stuff so I need someone whose really good in this skills to help me.

I wonder, if anybody here has done with this kind of project.
Does anybody here knows something about the program for the NRF24L01, for the transmitter and the receiver applied to pulse sensor? Please help me.

Thanks,
Dioderistor

Wireless can be very difficult to debug. Start by getting very simple 2-way communications working.

I got my nRF24s working with this Tutorial.

It is easy to make one master communicate with several slaves - if that is what you want. But get one-to-one working first.

...R

Robin2:
Wireless can be very difficult to debug. Start by getting very simple 2-way communications working.

I got my nRF24s working with this Tutorial.

It is easy to make one master communicate with several slaves - if that is what you want. But get one-to-one working first.

...R

Thank you so much for that. May I know the codes you have used to make it work? I even tried to use the ones given to that site, still it's not yet working. I know the problem is in my program. I hope you can help out of this. Thank you so much.

dioderistor:
I even tried to use the ones given to that site, still it's not yet working.

Post the actual code that you are using and which does not work?

Have you tried the examples from that Tutorial with absolutely NO changes?

...R