Hey guys,
I just purchased the Arduino Robot and everything went great until I ran the logo example sketch. My robot gets completely stuck when turning either direction and the program hangs. The sketch did upload, but with the following error about low memory and stability problems:
Sketch uses 25,958 bytes (90%) of program storage space. Maximum is 28,672 bytes.
Global variables use 1,944 bytes (75%) of dynamic memory, leaving 616 bytes for local variables. Maximum is 2,560 bytes.
Low memory available, stability problems may occur.
The robot can successfully turn when running the MotorTest sketch (which by the way does not give a low memory error) so I know the motors are working just fine.
I'm running OS X 10.10.2 and Arduino IDE 1.6.4.
Any suggestions on how to get the logo sketch working, and on whether the low memory errors are normal would be really appreciated.
Thanks!