Re: [Tinyos-help] Set Transmission Power on Telosb motes

2012-11-08 Thread Modi, Jenis Ashokkumar
...@ic.uff.br] Sent: Tuesday, November 06, 2012 6:13 PM To: Modi, Jenis Ashokkumar Subject: Re: [Tinyos-help] Set Transmission Power on Telosb motes The range of transmission power for the RF230, radio is used by IRIS (0 to 15) or ( 0x0 to 0xF), thus for example for the transmission power

[Tinyos-help] Set Transmission Power on Telosb motes

2012-11-06 Thread Modi, Jenis Ashokkumar
Hi All, I want to set/change the transmission power for my experiment, How do I perform this in tinyos 2.x ? Thanks. Jenis ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Set Transmission Power on Telosb motes

2012-11-06 Thread Modi, Jenis Ashokkumar
Hi All, I want to set/change the transmission power for my experiment, How do I perform this in tinyos 2.x ? Thanks. Jenis ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Java TestSerial database error

2012-10-26 Thread Modi, Jenis Ashokkumar
...@vanderbilt.edu] Sent: 26 October 2012 06:27 To: Modi, Jenis Ashokkumar Subject: Re: [Tinyos-help] Java TestSerial database error You need to add the mysql connector jar file to the class path. Just copying the jar file to the same directory has no effect, whatsoever. Janos On Thu, Oct 25, 2012 at 9:19 PM

[Tinyos-help] Java TestSerial database error

2012-10-25 Thread Modi, Jenis Ashokkumar
Hi All, I am trying to store the data in mysql database for TestSerial application, but when I run my application, I get bunch of errors, Here is what I get as errors: Sending packet 0 ClassNotFoundException: com.mysql.jdbc.Driver SQLException: No suitable driver found for

[Tinyos-help] Difference between Null image and erase

2012-10-03 Thread Modi, Jenis Ashokkumar
Hi, Could anyone tell me what's the difference between uploading Null program to mote and erasing the mote before uploading any other program? Are these scenarios same? 1. tinyos/apps/Null : make telosb install bsl,/dev/ttyUSB0 tinyos/apps/Blink: make telosb install bsl,/dev/ttyUSB0 2.

[Tinyos-help] Run Executable on Tinyos

2012-09-12 Thread Modi, Jenis Ashokkumar
Hi, I am trying to figure out how to run executable on Tinyos. When we compile any application (for example, Blink), it generates .exe file in build folder for specified platform. Now, assume that, I have written my own application and I also got .exe file for specified platform. Now where do

Re: [Tinyos-help] Error and Warning while trying to get packet address

2012-08-29 Thread Modi, Jenis Ashokkumar
://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-January/022030.html. Please correct me if my understanding is wrong. Thanks. Jenis From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Modi, Jenis Ashokkumar Sent: Tuesday, August

[Tinyos-help] Error and Warning while trying to get packet address

2012-08-28 Thread Modi, Jenis Ashokkumar
Hi All, I am trying to get packet address using AMPacket.source(packet) in apps/RadioCountToLeds application. Here is my RadioCountToLeds.h code: #ifndef RADIO_COUNT_TO_LEDS_H #define RADIO_COUNT_TO_LEDS_H typedef nx_struct radio_count_msg { nx_uint16_t counter; nx_am_addr_t senderId; }

[Tinyos-help] FW: Small experiment to send and receive messages

2012-04-11 Thread Modi, Jenis Ashokkumar
...@millennium.berkeley.edu] on behalf of Modi, Jenis Ashokkumar [jenis.m...@email.wsu.edu] Sent: 04 April 2012 14:45 To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Small experiment to send and receive messages Hi all, I am doing a small experiment. I am using BlinkToRadio app under /apps

[Tinyos-help] Small experiment to send and receive messages

2012-04-07 Thread Modi, Jenis Ashokkumar
Hi all, I am doing a small experiment. I am using BlinkToRadio app under /apps/tutorials/ . I have to send a message using one of the mote, broadcast to some other motes and then verify if the message has been received. How would I do that? Can anyone tell me some of the steps? I am going to

Re: [Tinyos-help] (no subject)

2011-11-25 Thread Modi, Jenis Ashokkumar
Hi Rakshita, Are you sure, you have nesc installed in ubuntu? Thanks Regards, Jenis From: tinyos-help-boun...@millennium.berkeley.edu [tinyos-help-boun...@millennium.berkeley.edu] on behalf of Rakshitha GB [rakshitha...@gmail.com] Sent: 22 November

[Tinyos-help] Error while running Antitheft - Please define your sensorboard revision

2011-11-21 Thread Modi, Jenis Ashokkumar
Hi All, I am receiving error while running Antitheft application. P.S: I am using MPR400CB as a sensor board and MIB600CA, Ethernet Interface board. 1. As shown in instructions of AntiTheft, I am going to directory Nodes and then trying to install application using this command. make mica2

[Tinyos-help] Write Failed while running serialForwarder

2011-11-16 Thread Modi, Jenis Ashokkumar
Hi Guys, I am running LowPowerSensingApp in tinyos 2.1.0. I installed this application on 2 motes. 1 as a root and another as a sampler. When I am running the SerialForwarder, I am getting error saying that write failed. Do anyone of you have any idea about the error ? Thanks Regards, Jenis

Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-15 Thread Modi, Jenis Ashokkumar
/DTR. Thanks guys. JEnis -Original Message- From: Urs Hunkeler [mailto:urs.hunke...@epfl.ch] Sent: Monday, November 14, 2011 1:28 AM To: Modi, Jenis Ashokkumar Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT Hi

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-15 Thread Modi, Jenis Ashokkumar
Hi Arthur, Chech whether Listen class is located at that location, also check if it's java file is available. If java file is available then you need to compile that file. Let me know if you are still facing problem . Jenis On Nov 14, 2011, at 5:09 PM, Baudry Arthur arthur.bau...@gmail.com

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-15 Thread Modi, Jenis Ashokkumar
) at net.tinyos.packet.BuildSource.makeArgsSerial(BuildSource.java:230) at net.tinyos.packet.BuildSource.makePacketSource(BuildSource.java:138) at net.tinyos.tools.Listen.main(Listen.java:56) Any thoughts ? On 11/14/11, Modi, Jenis Ashokkumar jenis.m...@email.wsu.edu

Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-14 Thread Modi, Jenis Ashokkumar
://www.cs.ucsb.edu/~nchohan/docs/moteManual.pdf Cheers, Urs On 11/3/11 7:18 PM, Modi, Jenis Ashokkumar wrote: Hi Michael, I am trying to find stuff on internet, but it seems there are very few places( or say application's document e.g. Readme.txt) where I can get answer for my query. Most

Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-03 Thread Modi, Jenis Ashokkumar
don't have serial port connection to my motes. Waiting for your kind reply. Thanks Regards, Jenis -Original Message- From: Michael Schippling [mailto:sc...@santafe.edu] Sent: Wednesday, November 02, 2011 9:08 AM To: Modi, Jenis Ashokkumar Cc: tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-03 Thread Modi, Jenis Ashokkumar
on motes. I am installing application using this kind of command : make mica2 install.1 eprb,192.168.10.50 Thanks Regards, JEnis -Original Message- From: Michael Schippling [mailto:sc...@santafe.edu] Sent: Thursday, November 03, 2011 9:30 AM To: Modi, Jenis Ashokkumar Cc: tinyos-help

[Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-01 Thread Modi, Jenis Ashokkumar
Hi All, Could you please help me for this part? I want to run Listen application and want to see the packet it sees. These are the steps which I am following. This is what I did in steps. 1. Install mica2 motes on apps/tutorials/BlinkToRadio. (on 2 different motes) 2. Install mica2 mote (one

[Tinyos-help] Error while testing Mviz

2011-10-21 Thread Modi, Jenis Ashokkumar
Hi all, I am getting error while executing this in xubuntos. Tos-Mviz network@192.***.***.***:10002mailto:network@192.***.***.***:10002 -dir mote.gif MVizMsg It says that, sf@localhost:9002 died - exiting (java.net.ConnectException: Connection Refused) Could anyone tell me what can be