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

How to reduce time complexity to increase sampling rate #1

Closed
langonginc opened this issue Apr 21, 2024 · 1 comment
Closed

How to reduce time complexity to increase sampling rate #1

langonginc opened this issue Apr 21, 2024 · 1 comment

Comments

@langonginc
Copy link
Owner

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.

@langonginc langonginc added the help wanted Extra attention is needed label Apr 21, 2024
@langonginc
Copy link
Owner Author

Serial connection is a better way. We can copy the data from Arduino IDE Serial Monitor.

@langonginc langonginc removed the help wanted Extra attention is needed label Apr 27, 2024
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