Adept smart car for Arduino

Hello every body i bought an adeept smart car for my son’s project but it has been complicated . I’ve trying to upload _IR_Control_Car ,_APP_Control_Car and _GUI_Control_Car using
Arduino uno and the only answer I get is :
#include <VK16K33.h>
Compilation terminated.
Exit status 1
Compilation error: VK16K33.h: No such file or directory I tried using Freenove VK16K33 lib but it is not working. Please somebody be kind to help me with this.

Is the library VK16K33lib.h? Look at the VK???.h in one of their example sketches. (IDE >> FILE >> EXAMPLES >> VK16K33 ???

[EDIT]

This is the file name... Freenove_VK16K33_Lib.h

1 Like

Thank you so much.

Hello everybody. I am not proficient with program but I need help with this … I am trying to help my son in his school project. I’ll will appreciated in advance. I am trying to upload photosensitive_Car code but I am getting this
Compilation error: expected primary-expression before ‘)’ token.
What would it be a solution ?

Hi, @borrao76
Welcome to the forum.

It will show you how to post your code.

Thanks.. Tom.. :grinning: :+1: :coffee: :australia:

1 Like

From the very blurry image of code (use code tags next time),
It appears that you have the code:

Servo_Angle(1,servo_Init + deviation +);

There is no variable after the last “+” sign.
There probably should either be a constant or a variable there.

1 Like

This line probably does not want the second "+" sign.

Servo_Angle(1, servo_Init + deviation + );

You are viewing the GREEN area.

The error is in the RED area.

2 Likes

But why instead of following the light is going backwards?

Motor cables are on the wrong motor shield pins. (your left is right and right is left)

1 Like

done that !! still going in reverse

You connected the wires incorrectly, again.

Your alternative is to re-write the sketch to switch motor directions.

1 Like

Thank you for the advice I rewrote the sketch and I went through. Thanks a million for your help.

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