Re: [Tinyos-help] Measuring time in MSP430 with your 32kHz based incread precision timer

2012-09-10 Thread Janos Sallai
André: The code is in tos/chips/msp430/timer. Start from LocalTimeHybridMicroC.nc, and follow the wirings from there. The most important part is in Msp430HybridAlarmCounterP.nc, which shouldn't be too hard to port to AVR. Janos On Thu, Sep 6, 2012 at 12:00 PM, André Rodrigues

[Tinyos-help] Measuring time in MSP430 with your 32kHz based incread precision timer

2012-09-06 Thread André Rodrigues
Hi Janos I have read the following email, and that technique could be usefull for my work, so I would like to have access to that code, where can I find it? Basically, I would like to measure the time in scenarios where the processor could be in sleep mode, with more precision than the 32khz

Re: [Tinyos-help] Measuring time in MSP430 with your 32kHz based incread precision timer

2012-09-06 Thread Janos Sallai
André: The code is in tos/chips/msp430/timer. Start from LocalTimeHybridMicroC.nc, and follow the wirings from there. The most important part is in Msp430HybridAlarmCounterP.nc, which shouldn't be too hard to port to AVR. Janos On Thu, Sep 6, 2012 at 12:00 PM, André Rodrigues