View: 182|Reply: 1

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

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

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

Points Rules