[Tinyos-help] TinyOS Timer issue with IRIS+MTS310CB

2011-06-29 Thread Achintha Maddumabandara
Leds.redToggle(); return SUCCESS; } Please help Achintha -- Mr. Achintha Maddumabandara Department of Electrical and Computer Engineering, Schulich School of Engineering, University of Calgary, Canada =

[Tinyos-help] Reading time from IRIS mote

2011-07-14 Thread Achintha maddumabandara
Hi, I'm working on acoustic localization using "IRIS" motes and "MTS310CB" sensor boards. So for my program, I need to read the current time from the mote. I've been trying to use "SimpleTime.Time" interface but when I read the time (using getLow32() or getHigh32() or get()), it always gives me

[Tinyos-help] Problems with TinyOS 2.x and MTS310 Tone Detector

2011-07-22 Thread Achintha Maddumabandara
Hi, I'm using IRIS+MTS310 to detect tone in my application. When I coded my program using TinyOS 1.x it worked perfectly. But now, when I'm using TinyOS 2.x it doesn't. It always gives a positive detection thought there is no tone at all. I'm using "MicC.MicSetting" interface and readToneDetector

[Tinyos-help] Problems with TinyOS 2.x and MTS310 Tone Detector

2011-07-24 Thread Achintha Maddumabandara
Hi, I'm using IRIS+MTS310 to detect tone in my application. When I coded my program using TinyOS 1.x it worked perfectly. But now, when I'm using TinyOS 2.x it doesn't. It always gives a positive detection thought there is no tone at all. I'm using "MicC.MicSetting" interface and readToneDetector

[Tinyos-help] Disabling CSMA in RF230 (IRIS)

2011-10-19 Thread Achintha Maddumabandara
Hi, Could someone please tell me how to disable CSMA in RF230? I want to synchronize all the IRIS motes so that I could implement TDMA. There are quite a few references for CC2420 though. Thank you. Achintha -- Achintha ---

Re: [Tinyos-help] Disabling CSMA in RF230 (IRIS)

2011-10-20 Thread Achintha Maddumabandara
. This will > > prevent the radio driver from carrying out CCA before sending the > > packet. That is, the packet will be transmitted even if the channel is > > busy. > > > > Janos > > > > On Wed, Oct 19, 2011 at 6:20 PM, Achintha Maddumabandara > > wrote: >

[Tinyos-help] Using ReadStream for specific period of time

2012-07-19 Thread Achintha Maddumabandara
Hi all, I need to sample microphone on MTS300 (with IRIS) for 1 second continuously. The sampling rate should be at least 8kHz. Is there any way to use ReadStream interface for specific period of time? Thank you. Achintha -- Achintha

[Tinyos-help] Speed of data logging

2012-08-26 Thread Achintha Maddumabandara
Hi, In TinyOS 2.x, how fast an IRIS node can write data (data logging) to memory? I have IRIS nodes and want them to sample their microphones at 8kHz and write data to memory, so that I can access samples later. But when I used Logwrite.append(), it didn't work that fast. Is there a maximum speed l