Hi to all!I've an application that uses the ADC12 Multichannel interface (in Msp430Adc12ClientAutoRVGC component) . I've configured it: 2 channels (A0, A1), a 256-sample buffer and 328 jiffies (sampling period=313us aprox.). When it finishes a conversion, I make "call Multichannel.getData()" again... and so on. All OK. The problem appears when I use the radio. I'm using "Send" interface from "CollectionSenderC" component. Every "x" seconds, I send a message with "call Send.send(...)". While the message is being transmitted, the ADC12 components signals the "Overflow.memOverflow()" event, so the buffer isn't completely filled.
Both of peripherals (ADC12 and Radio) work fine separately.Could they work together at the same time? I think the "send" command consumes much CPU time, and the ADC12 MemoryBuffer can't be read.
Platform: Tmote Sky.
Thanks! -- Jose A. Seville, Spain
<<attachment: jostargal.vcf>>
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
