sensor data transmission between two NRF24L01 using arduino uno

Hello Everyone

I am totally new to Arduino please correct me if my questions are wrong. Doing a project to send sensor data between two Arduino Uno using NRF24L01.

Here I am using tilt sensor at sender side and external power supply using 9v battery. I want data at receiver side when tilt sensor is activated along with that every 1 hours I need to know the sender batter status at receiving side.

I request if someone has similar example code for this project to please share or if someone has done this project please drop me your contact details so that I can contact personally and get help.

Thank you in advance

Regards

Have a look at this Simple nRF24L01+ Tutorial.

Wireless problems can be very difficult to debug so get the wireless part working on its own before you start adding any other features.

The examples are as simple as I could make them and they have worked for other Forum members. If you get stuck it will be easier to help with code that I am familiar with. Start by getting the first example to work

...R

Hello

Thank you. As i said i ma new to arduino i am getting confuse how to write the transmitter code for both sensor data and battery status. because at receiver side i need to know two outputs one is sensor and another is sender side battery voltage.

so please help me with the code if you have any example

bmg1234:
so please help me with the code if you have any example

I have already given you a link to my examples. In the 6 minutes between my Reply #1 and your Reply #2 I doubt very much if you had a chance to study and try my examples. If you can't make sense of them after 6 hours of intensive study then questions would be reasonable.

...R