1000Hz fast ADC with MCP3208
Jarad
Posts: 1
Does anybody know if it is possible to read 3 ADC channels for the MCP3208 and transmit them over serial (multiple samples or single) at high speeds. I'm trying to figure out a way to read three channels at 1kHz and read them over bluetooth (I'm fine with reading say 10 samples every 10msec and transmitting them as a package). Can I spread the work over multiple cogs and send them as one packet? So far I've been able to transmit every 10msec but the serial stops sending after a couple seconds. I'm using the standard MCP3208.spin for my driver in my failed attempts
Comments
over the serial link (binary rather than ASCII seems wise).