Hello,
I just received the Allbot kit. Unfortunately, I encounter some difficulties at first use.
After having mounted Allbot (servo centered) and checked the wiring of VRSSM SHIELD (PROGRAM switch on), I uploaded a program in the Arduino Uno board.
After having disconnected the Arduino board and changed the switch VRSSM SHIELD, I put the VRBS1 SHIELD.
After powering up, it seems that the program constantly redo the setup and never the function loop.
The Arduino alone card works fine.
The program used is simply a modification of exmple program. I did not change the setup function and I replaced the loop function by :
void loop ()
{
walkright (5, 75);
delay (100);
}
This morning, I reconnected allbot. The behavior was different. The servomotors are directly in stubborn.
I do not understand why the behavior is different I have not changed anything.
Do you have an idea of my error?
Best regards