[Tinyos-help] TinyOS and standard C libraries

2007-12-11 Thread Ville-Pekka Seppä
Hi, I would like to do some basic signal processing on the a telosb mote and was wondering if I could use Gnu Scientific Library (GSL) with TinyOS. Is it possible to use any standard C libraries (math.h?) with TinyOS at all, because they don't provide "interfaces" or other NesC stuff ? Ville

[Tinyos-help] MSP430 Multichannel repeated sampling

2007-12-27 Thread Ville-Pekka Seppä
Hi all, I'm trying to sample five ADC channels sequentially at 1 kHz on a telosb mote. I managed to do this with "Msp430Adc12MultiChannel" but I can't reach high enough sampling rate by triggering every conversion sequence with a timer. Is Tinyos 2.0 currently even supporting the repeated-se