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

Send the bytes by chunks of 32 bytes to Arduino from NodeJS #25

Open
elkasimi opened this issue Aug 20, 2021 · 0 comments
Open

Send the bytes by chunks of 32 bytes to Arduino from NodeJS #25

elkasimi opened this issue Aug 20, 2021 · 0 comments

Comments

@elkasimi
Copy link
Contributor

elkasimi commented Aug 20, 2021

Arduino UNO buffer is 64 bytes and can go to 32 bytes in case of low memory available.
For more stability it would be better to upload program bytes in chunks of 32 bytes each. one after the other. Probably with some ready message whenever a chunk has been successful received.

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

1 participant