myCobot
myCobot copied to clipboard
Arduino play from Flash failed.
Hi,
I tried to record a sequence of poses to the flash, and it successed. But when I tried to play from flash, it failed.
I added some debug code, and the readBytes
showed that zero byte was read.
while(file.available()){
char buf[50];
int cur_read = file.readBytes(buf, 50);
...
}
Do you have any suggestions?
Thanks!
Hi~maybe need check if Atom connection is ok and update the firmware version.