[Tinyos-help] Re: help me

2006-07-21 Thread Keyan Mahadevan
take a look at tinyos/apps/MicaSBTest2and tinyos/apps/MicaSBTest2/TestSounderhope that helpsknOn 7/21/06, antonio gonga [EMAIL PROTECTED] wrote:hello, I'm doing a small project and I need to capture audio from microphone. can you tell me How I can do that? feel free to make know me. regards

[Tinyos-help] MicADC

2006-07-20 Thread Keyan Mahadevan
Hello All,Is there a formula for converting the Raw MicADC readings? I tried finding the data sheet for WM62-A (Panasonic), looks like it is out of production. Can anyone please help me out with this.Thanks in advance Kn ___ Tinyos-help mailing list

[Tinyos-help] Microphone ADC

2006-07-19 Thread Keyan Mahadevan
Hello All,I have an experiment in which a node buzzes and a second node (MicADC)reports the detected value. When I look at the data reported, it does not really make sense. Is there a formula that I should apply to make these reading useful. How can I use MicADC.getContinousData() . If I just

[Tinyos-help] Sensing Events in TOSSIM

2006-07-05 Thread Keyan Mahadevan
Hello All, I am trying to simulate sensing events in TOSSIM. As an example: Consider 10 nodes deployed. Each node is sensing for sound. One node at random will start chirping. The neighboring nodes sensing this event send out a message announcing the sound detected. I dont know how to generate the

[Tinyos-help] Event Generation

2006-07-02 Thread Keyan Mahadevan
Hello All, I am trying to simulate events in TOSSIM. For example, I want a mote to start chirping and all its neighbors are going to listen and then broadcast a message. How can I do this? Thanks Kn ___ Tinyos-help mailing list

[Tinyos-help] Registry

2006-06-19 Thread Keyan Mahadevan
Hello, I tried to compile the TestRegistry Application and I get the following error: GENERATING REGISTRY Can't locate XML/Simple.pm in @INC (@INC contains: /soft/tinyos/1.1.15/ubuntu1/tinyos-1.1.15Dec2005cvs/tools/scripts/codeGeneration /etc/perl /usr/local/lib/perl/5.8.4

[Tinyos-help] Tython

2006-06-16 Thread Keyan Mahadevan
Hello folks, Is there a documentation of Tython like TOSSIM. Are there sample Tython scripts available. Thanks Karthik ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] TOSSIM

2006-06-15 Thread Keyan Mahadevan
Hello folks, I want to perform the following simulation: 1. Each node knows its location information (Random number % NUMBER_OF_NODES) 2. Then each node broadcasts this information along with its id 3. When other nodes hear a broadcast, they record this node as a neighbor, along with the

[Tinyos-help] TinyViz

2006-06-15 Thread Keyan Mahadevan
Hello, I generated the locations for sensor nodes using LossyBuilder. The question I have is whether I would be able to use that as the location of the sensor nodes. In other words how can I use the .nss file I generated in my code. Thanks for the help Kn

Re: [Tinyos-help] TinyViz

2006-06-15 Thread Keyan Mahadevan
for the helpOn 6/15/06, Liu Haibin [EMAIL PROTECTED] wrote: build/pc/main.exe -rf loss.nssOn 6/16/06, Keyan Mahadevan [EMAIL PROTECTED] wrote: Hello, I generated the locations for sensor nodes using LossyBuilder. The question I have is whether I would be able to use that as the location

[Tinyos-help] RSSI

2006-06-13 Thread Keyan Mahadevan
I saw a few people talking about getting RSSI values. RSSI value seems to be zero when I use TOSSIM on a PC. Is that normal? Thanks Kn ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] RSSI

2006-06-13 Thread Keyan Mahadevan
A follow up question - is there any way I would be able to access the RSSI values in TOSSIM. Thanks KnOn 6/13/06, Philip Levis [EMAIL PROTECTED] wrote: On Jun 13, 2006, at 12:15 PM, Keyan Mahadevan wrote: I saw a few people talking about getting RSSI values. RSSI value seems to be zero when I use

[Tinyos-help] RSSI

2006-06-12 Thread Keyan Mahadevan
Hello, How can i get access to RSSI values. Kn ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RSSI

2006-06-12 Thread Keyan Mahadevan
Hi, I was trying to get RSSI values for rxed messages. I found that we can access the RSSI value for the msg uint16_t rssi = msg-strength; But the problem is that in TOSSIM I seem to get RSSI = 0. Am I missing something. Kn ___ Tinyos-help mailing list

[Tinyos-help] Neighbor List

2006-06-05 Thread Keyan Mahadevan
Hi, I was wondering whether there are any modules that create the neighbor list and can be accessed. Thanks Kn ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help