I have just purchased this robot for my daughter and would like to start playing with programming it. I am keen to make sure I don’t “brick” it and wipe the pre-installed software without being able to re-install. I have followed most of the steps and have successfully accessed the IR_Ultrasonic code within the Arduino IDE software. I was trying to understand it, and an issue came up.
The code has a line case IR_BUTTON_TEST: which seems to start and stop the auto mode. My daughter’s robot is put in and out of auto mode by pressing the D key on the remote, not the Test key (there is no Test key)
I think we have the V1 model (bought off ebay) not the V2 model for which the code is written.
Can anyone help me understand the difference between V1 and V2, and whether the code for V2 will work OK in V1 (perhaps I need to change the line above to case IR_BUTTON_D:)
I’m really keen not to brick it, since my daughter enjoys playing with it just as a dumb remote controlled toy.
Thanks for any help.