nRF24L01 Library not working

Hello, I am new here.

I am working on a project that uses 2 arduinos, a servo motor and 2 nRF24L01+ transceivers to deploy a parachute on a rocket for a school project , I have downloaded and installed the RF24 library and in the code I have, it bolds/highlights orange the part that says "include " , So I know that that works. but the code that I am using also includes the library nRF24L01. It doesn't light up/bolds/ highlights. Does anyone know where to get this Library? I am not in any way a programmer, and I have tried all day to get this to work but the library is not working. The project is due Tuesday I would greatly appreciate any help.

Thx, Ian

ianlawton:
it bolds/highlights orange the part that says "include " , So I know that that works.

What do you mean by the above? It's sort of like saying "I get some kind of warning message, so therefore I know that it works', which appears contradictory.

Probably best to show some screenshots to show what you're seeing.

The color of filenames in the Arduino IDE is meaningless. Ignore that. If you're encountering an actual problem then you need to describe it. Otherwise just carry on.

Have a look at this Simple nRF24L01+ Tutorial. The examples do work.

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

...R

Here is a screenshot

It looks like the library is missing. I do not know where to get this library

Arduino Nrf24l01 sreenshot.png

To clarify some more, I am Missing the nRF24L01 library, Does anyone know where to get this library?

ianlawton:
To clarify some more, I am Missing the nRF24L01 library, Does anyone know where to get this library?

There is a link to the TMRh20 library website in my Tutorial

...R

it doesn't work for the nRF24L01 it seems that it only works for the RF24. As before in my screenshot the IDE recognized the RF24 Library but not the nRF24L01 library.

Thx, Ian

here is another screenshot of the problem, I have installed the TMRh20 Library and it still is not registering the nRF24L01 Library I have tried multiple libraries and I cannot get it to work.

Does anyone now where I can find the library I am Looking for?

Thx, Ian

Arduino Nrf24l01 sreenshot.png

Image from Reply #8 so we don't have to download it. See this Simple Image Guide

234d97e14b0cc82638d4598b07ea72aeaa2da187.png

...R

For the future please don't post pictures of text - just copy and paste the text.

If you want help you need to post your program and your actual error message.

Have you tried the examples in my tutorial. They do work.

...R

ianlawton:
it doesn't work for the nRF24L01 it seems that it only works for the RF24. As before in my screenshot the IDE recognized the RF24 Library but not the nRF24L01 library.

I guess you ignored my previous reply so I'll post it again:

pert:
The color of filenames in the Arduino IDE is meaningless. Ignore that. If you're encountering an actual problem then you need to describe it. Otherwise just carry on.