The ADC should be able to sample at 500Hz without problems. You may use timer interrupts to sample the analog input at a constant frequency.
However, writing to flash will need a write buffer implementation because the APIs write 4kB at a time and write operation may take an unknown amount of time depending on what chip you are using and DIO/QIO, clock speed, etc.
Also, modem sleep is recommended when you are running sampling applications. Otherwise network stack tasks will disturb your sampling process in between at times.Statistics: Posted by Guest — Sun Jul 17, 2016 10:43 pm
]]>