myCobot icon indicating copy to clipboard operation
myCobot copied to clipboard

Arduino play from Flash failed.

Open sunbingfeng opened this issue 3 years ago • 1 comments

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!

sunbingfeng avatar Oct 26 '21 09:10 sunbingfeng

Hi~maybe need check if Atom connection is ok and update the firmware version.

Yuzhiqi11 avatar Oct 27 '21 03:10 Yuzhiqi11