Associate II
March 1, 2020
Question
Best practices to process and save ADC values into an SD CARD
- March 1, 2020
- 2 replies
- 1078 views
Hello everyone,
I'm trying to build a system where I could read an analog signal and save it into an SD CARD. Besides this, I need to process the signal to activate, or not, the ACC reader for a few seconds.
To save the values, I decided to use two buffers for each peripheral. My idea is to save a mini batch of the raw signals, in fixed intervals, into the SD Card. So, when one buffer is being uploaded to the SD card, the other is being used to recall the values from adc or acc
As beginner in MCU world, I'm looking for some advisers before start the hands-on. I drew the system based on a lot of projects on the internet, but still not sure about the architecture.
The draft of the system is bellow...
Thank you in advance!
