Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino play from Flash failed. #32

Open
sunbingfeng opened this issue Oct 26, 2021 · 1 comment
Open

Arduino play from Flash failed. #32

sunbingfeng opened this issue Oct 26, 2021 · 1 comment

Comments

@sunbingfeng
Copy link

sunbingfeng commented Oct 26, 2021

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!

@Yuzhiqi11
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants