[Tinyos-help] Using DAC and ADC in the same program ?

2006-10-12 Thread Gurkan Cepni
I have a program that reads 3 external pins using theADC, and it stores the data into flash memory. I have another program thatwrites to external pin (DAC0). I want to combine them into the same program. Itwill first write to external pin through DAC0 andI want to read the external pins (ADC0,

[Tinyos-help] using DAC to generate a sine wave on an external pin

2006-10-06 Thread Gurkan Cepni
Does anyone know any kind of sample programs to send out a sine wave to the DAC that drives an external pin? Thefrequency of the sine wavecan be 1-2 KHz. I am using Tmote Sky units along with Boomerang software to run tinyos program. Regards, Gurkan

[Tinyos-help] External sensor reading

2006-09-18 Thread Gurkan Cepni
Hello everyone, I am trying to use Moteiv- tmote telos-b unit to sample two signals using the external pins available on the unit. I want to sample each one with a sampling rate of 30 ks/s and send them to another telos-b unit connected to a laptop and save the signal waveformson the computer. Any