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.
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.
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.
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?
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.