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
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 ?
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.
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.
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)
done that !! still going in reverse
You connected the wires incorrectly, again.
Your alternative is to re-write the sketch to switch motor directions.
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.