View: 7144|Reply: 6

smart car v1 errors

[Copy link]

1

Threads

1

Posts

9

Credits

Newbie

Rank: 1

Credits
9
Post time 2025-4-11 10:29:40 | Show all posts |Read mode
Edited by 1744337252 at 2025-4-12 03:11 AM

I have the V1.0 Adeept 4WD Smart Car Kit, It is an awesome car, but I deleted the code and tried reprograming it but found errors. C:\Users\wessu\AppData\Local\Temp\327a13b9-fa05-4a3b-a553-6948310a6712_AdeeptIntelligentRemoteControlCarKitForArduinoV1_2.zip.712\AdeeptIntelligentRemoteControlCarKitForArduino\AdeeptMotor\AdeeptMotor.ino:17:10: fatal error: RF24.h: No such file or directory
#include "RF24.h"
          ^~~~~~~~
compilation terminated.
exit status 1

Compilation error: RF24.h: No such file or directory
Does anybody know how to fix? , if so please let me know

Does anybody have the same problem?

I'm new to programing

Thanks

Reply

Use magic Report

0

Threads

2

Posts

6

Credits

Newbie

Rank: 1

Credits
6
Post time 2025-4-17 17:03:19 | Show all posts
Your error means the Arduino IDE is missing the RF24 library, which you can fix by going to Sketch > Include Library > Manage Libraries..., searching for RF24 by TMRh20, and clicking Install. Once installed, recompile your code and the error should be resolved.
Block Blast
Reply

Use magic Report

0

Threads

1

Posts

4

Credits

Newbie

Rank: 1

Credits
4
Post time 2025-4-17 17:09:03 | Show all posts
Your error means the Arduino IDE is missing the RF24 library, which you can fix by going to Sketch > Include Library > Manage Libraries..., searching for RF24 by TMRh20, and clicking Install. Once installed, recompile your code and the error should be resolved.
Reply

Use magic Report

0

Threads

1

Posts

8

Credits

Newbie

Rank: 1

Credits
8
Post time 2025-5-27 12:01:40 | Show all posts
you need to install the RF24 library in the Arduino IDE. Open the IDE, go to Sketch > Include Library > Manage Libraries, and search for RF24. Install the library by TMRh20, ensuring it is correctly added to your libraries folder.
Reply

Use magic Report

0

Threads

1

Posts

4

Credits

Newbie

Rank: 1

Credits
4
Post time 2025-7-1 12:18:07 | Show all posts
This means you'll need to install the RF24 library in your Arduino IDE before uploading your code.
Reply

Use magic Report

0

Threads

1

Posts

8

Credits

Newbie

Rank: 1

Credits
8
Post time 2025-9-9 22:56:01 | Show all posts
I've followed the fix and it works
Reply

Use magic Report

You have to log in before you can reply Login | Sign Up

Points Rules