IDE 2.0.1 Gets error using files included in library

I am using the latest version of the Arduino IDE and have loaded the nRF24L01 library yet when compiling the basic code it says No Such Directory


Manage libraries says it is installed yet when I try to compile the basic program for the Arduino Nano under check code. I get the error.
Here is the three lines of code I am using:
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>

Hi @Itswally1

Are you certain of that? Maybe I am misinterpreting what you are showing here, but your screenshot shows that you have installed the "BTLE" library. That library does not contain files of this name:

So if you only have the "BTLE" library installed, this error is normal and expected.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.