On Thu, Oct 2, 2008 at 6:36 AM, João Paulo Amaro da Costa Luz Carneiro <[EMAIL PROTECTED]> wrote: > Thank you for your answer. > Can you tell me where I can check the maximum 250KHz you say > (datasheet?) so that I can check the feasibility of a project? Do you > know if this is the same max sampling rate for the iris atmega1281? > Thanks > > Joao
My memory must be faulty, I don't see how it can sample faster than 50KHz. http://focus.ti.com/docs/prod/folders/print/msp430f1611.html Data sheet here. Didn't see an explicit specification for the a/d, conversion time is less than 10 microseconds, you have to use DMA to get the max performance. I'm not sure what you would do with that much data, it seems like there isn't enough processor to handle that, not to mention the communications. Eric _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
