Last Updated on September 30, 2022 by pg@petergamma.org
Lattepanda runs Windows 10 and has an Arduino built in:
ECG Monitoring with AD8232 ECG Sensor and Arduino:
Arduino has built in A/D converter. «I learned that the maximum sampling frequency of Arduino ADC ( e.g. Due) is 1M sample per second.
However, as Arduino ADC has a 12-bit resolution so I can use an external ADC with a 16-bit for higher resolution.»
https://forum.arduino.cc/t/maximum-sampling-receiving-frequency-of-arduino-analog-vs-digital/693167
Instruction & Source Code:
Comments are closed.