We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using SD card to save the data, is there any way to save data more efficiently?
Time and trust are needed.
Arduino Mega 2560 only has 8KB SRAM, so it is not a good idea to store them in a array and then write it to SD card after sampling.
The text was updated successfully, but these errors were encountered:
Serial connection is a better way. We can copy the data from Arduino IDE Serial Monitor.
Sorry, something went wrong.
No branches or pull requests
We are using SD card to save the data, is there any way to save data more efficiently?
Time and trust are needed.
Arduino Mega 2560 only has 8KB SRAM, so it is not a good idea to store them in a array and then write it to SD card after sampling.
The text was updated successfully, but these errors were encountered: