[Tinyos-help] Help Regarding Addition Of Sensirion SHT11 to telosB

2009-03-29 Thread MOHSIN MURAD
Hi, I've received 8 telosB TRP2400 Motes from crossbow, but i needed the one with sensor suite installed i;e TRP2420 because i wanted to fetch tempratures of various rooms, now can i add a Sensirion SHT11 to my telosB TRP2400 mote after buying this sensor from the market? or it will require

Re: [Tinyos-help] Help Regarding Addition Of Sensirion SHT11 to telosB

2009-03-29 Thread Michael Schippling
I believe you can just add the sensor but you might study the schematics and documentation to verify my belief. If it's surface mount you may end up destroying a few boards or sensors before getting it right though... MS MOHSIN MURAD wrote: Hi, I've received 8 telosB TRP2400 Motes from

[Tinyos-help] Help in adding one component to the platform

2009-03-29 Thread Raunak Roongta
Hi All, I am working on tinyos 2.x, trying to compile an application RadioCountToLeds1 dealing with security features of 802.15.4. When I am compiling, I am getting the following error: snippet In file included from RadioCountToLedsAppC.nc:45: In component `RadioCountToLedsC':

[Tinyos-help] Help on Network Topology Control in WSNs

2009-03-25 Thread Timothy Ho
Dear Madam/Sir, I am a student and the new starter of Wireless Senor Network, and handling a project in university, called Network Topology Control. In the project, i have to build different types of WSNs, such as star,tree, cluster-tree, mesh with multiple parents. I read the Tmote Sky: Quick

[Tinyos-help] help!!

2009-03-20 Thread swathy M
--- hi every one, i tried to run RadioCounttoLed program in tinyos 2.1 with MiniSec enabled, (security protocol) but i am ending up in these errors can any one help me out..    i am getting syntax errors ... but the syntax in the program is correct . please help me out!!

[Tinyos-help] [HELP!] Matchbox cannot write

2009-03-17 Thread Li Zhao
Hi all, I am trying to use matchbox to write data in buffer into flash, while I got some problem. If matchbox get ready, it will signal matchboxReady(). Then I use FileDir.start() to initial the matchbox. However, I never get signalled event FileDir.nextFile(). Plus, I used gdb mode and saw

Re: [Tinyos-help] Help with jflashmm

2009-03-16 Thread Thiago Teixeira
Hi Mohammad, I found that the file can be downloaded from the TinyOS contrib folder in SourceForge: http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/intelmote2/tools/platforms/intelmote2/ This one works on both Windows and Linux - Thiago Mohammad Sajjad Hossain wrote: Hi

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-16 Thread Doug Palmer
Razvan Musaloiu-E. wrote: The boot.h from AVR might need to be updated to work with 1281. Could you try a newer version? The file from with avr-libc. I've just found the boot.h lurking in $TOSDIR/lib/Deluge/TOSBoot/avr Deleting this so that I find the library avr/boot.h seems to have

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-12 Thread Doug Palmer
Razvan Musaloiu-E. wrote: Thanks for the help. You are talking about verifyImage, right? The check is in the for loop: 94 for ( i = 0; i numPgs crcTarget == crcTmp; i++ ) { ^^^ Very unobservant of me. Thanks. 2) The

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-11 Thread Razvan Musaloiu-E.
Hi! On Wed, 11 Mar 2009, Doug Palmer wrote: I'm now trying to find out why the program isn't being transferred into the program flash. I've been tracing through and, as far as I can tell, the verify step works OK, as does the program read and it claims to write the program. However, the

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-10 Thread Razvan Musaloiu-E.
Hi! On Tue, 10 Mar 2009, Doug Palmer wrote: Razvan Musaloiu-E. wrote: You should take a look on what happens in TOSBootM.nc. The most probably thing that goes wrong is reading from the external flash. Moving around the startupLeds() you should be able to figure out what path of code is

[Tinyos-help] Help with jflashmm

2009-03-10 Thread Mohammad Sajjad Hossain
Hi,I am trying to install this (in cygwin) from http://sing.stanford.edu/intelmote2/tools/windows/. But I can't extract jflashmm.tgz. I get the following error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors Same thing happens in

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-10 Thread Doug Palmer
The problem does seem to be with reset/interrupt in the watchdog timer for the Atmega 1281. I've explicitly cleared the interrupt bit in HardwareC.nc and it seems to produce a proper reboot sequence. (It doesn't seem to be copying the image correctly, but baby steps along the way ...) Here's the

Re: [Tinyos-help] Help with jflashmm

2009-03-10 Thread Thiago Teixeira
Although using the command-line tar command I can't open it, I just tried unzipping with 7-zip on my Windows machine and that's working fine. http://www.7-zip.org/ - Thiago Mohammad Sajjad Hossain wrote: Hi, I am trying to install this (in cygwin) from

Re: [Tinyos-help] Help with jflashmm

2009-03-10 Thread Roy Shea
Howdy, from http://sing.stanford.edu/intelmote2/tools/windows/. But I can't extract jflashmm.tgz unzipping with 7-zip on my Windows machine and that's working fine. A handy trick is to use the file command in Linux when the expected program fails. For this example I see: $ file

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-10 Thread Doug Palmer
I'm now trying to find out why the program isn't being transferred into the program flash. I've been tracing through and, as far as I can tell, the verify step works OK, as does the program read and it claims to write the program. However, the program doesn't seem to be being copied. As far as I

Re: [Tinyos-help] Help me please

2009-03-06 Thread Héberte Fernandes de Moraes
Hi I have a ubuntu 8.10 instaled im my machine with jvm sun java 1.6.0_10. The libraries are in the $JAVA_PATH/jre/lib/i386 (libtoscomm.so, libgetenv.so, libLinuxSerialParallel_g.so, libLinuxSerialParallel.so), comm.jar is $JAVA_PATH/jre/lib/ext and javax.comm.properties is in $JAVA_PATH/jre/lib,

[Tinyos-help] Help me please

2009-03-05 Thread Héberte Fernandes de Moraes
Hi I`m new to development in the TinyOS platform and I`m having a very strange problem. The application was developed in java and only use the mote (tmote sky) for sending messages. The problem is: I'm trying to run this java application on pc's without the TinyOS platform installed (all with

[Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-05 Thread Doug Palmer
Hi, I've been in the process of porting tinyos 1.1.15 to run on fleck3bs. Part of what I want to port is the Deluge code. I've been able to get programs running without Deluge. I've been able to get Deluge running up to the point of formatting flash, inserting DelugeBasic, inserting a new image

Re: [Tinyos-help] Help in diagnosing Deluge reboot problem on fleck3bs

2009-03-05 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Mar 2009, Doug Palmer wrote: Hi, I've been in the process of porting tinyos 1.1.15 to run on fleck3bs. Part of what I want to port is the Deluge code. I've been able to get programs running without Deluge. I've been able to get Deluge running up to the point of formatting

Re: [Tinyos-help] Help me please

2009-03-05 Thread Urs Hunkeler
Hi Héberte, What exactly did you install on the Linux machine? Which version of Java? Where did you put the native libraries (probably called libtoscomm.so and libgetenv.so)? What kind of output do you expect (what do you see on Windows when it is running as expected)? Do you get any

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-03-02 Thread Luis Carlos Duque Arcila
some advice on this, i attach you the code that we have been working on.. please excuse us. and tnx L:C: Date: Mon, 23 Feb 2009 22:01:04 -0600 Subject: Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard From: sal...@isis.vanderbilt.edu To: carlitos...@hotmail.com

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-03-02 Thread Janos Sallai
data from the sth11 is not working.. :( We will appreciate if you can give us some advice on this, i attach you the code that we have been working on.. please excuse us. and tnx L:C: Date: Mon, 23 Feb 2009 22:01:04 -0600 Subject: Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400

[Tinyos-help] help about SysAlarm

2009-02-22 Thread Cui Lin
Hello everyone, I am using SysAlarm in tinyos-1.x on micaz. There are some problems. When I use SysAlarm, the node can't receive any packet from radio. Why it happens? What can I do? Thank you very much!___ Tinyos-help mailing list

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-02-22 Thread Aurélien Francillon
Urs Hunkeler a écrit : Hi L:C: There is a tinyos-2.x-contrib project called mts4x0. Apparently that project currently only supports the GPS module (mts420), but it already has some code for the control logic part of the board. It might be a good starting point for implementing access to

[Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-02-18 Thread Luis Carlos Duque Arcila
Hello everyone..Me and my research group about Wireless sensor network previously work with another sensorboard(Different that the MTS400), but know we have the MTS400 and IRIS motes, we have a long time triying to handle the Humidity-Temperature Sensor on the MTS400, but everytime we have a

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-02-18 Thread Janos Sallai
I'm afraid there are no mts400 drivers for tinyos 2. But if you only need to read the sht11 temperature/humidity sensor, the good news is that there's a platform-independent implementation under tos/chips. You will need to write the glue code that wires SensirionSht11LogicP to HplAtm128GeneralIOC.

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-02-18 Thread Janos Sallai
option? Tnx again L:C: -- Date: Wed, 18 Feb 2009 11:38:09 -0600 Subject: Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard From: sal...@isis.vanderbilt.edu To: carlitos...@hotmail.com CC: tinyos-help@millennium.berkeley.edu I'm afraid

Re: [Tinyos-help] Help with tinyOs 2.0 in MTS400 SensorBoard

2009-02-18 Thread Urs Hunkeler
Hi L:C: There is a tinyos-2.x-contrib project called mts4x0. Apparently that project currently only supports the GPS module (mts420), but it already has some code for the control logic part of the board. It might be a good starting point for implementing access to the sensors. Cheers, Urs

Re: [Tinyos-help] Help with the TestNework.java

2009-02-17 Thread Varun Jain
Hi Saul, There is a program called Bray's terminal, google it and download.. Try to catch your data on this, it is a really good Serial reader, whatever is coming on your COM ports, will be displayed there. so if you are getting the correct packet on Bray's terminal then we can be

[Tinyos-help] Help with uncombined warning!

2009-02-15 Thread Elpiniki Tsakalaki
Dear all, I am using mica2 and I am having the following warnings: nesc1: warning: calls to PowerManagement.adjustPower in AMStandard are uncombined nesc1: warning: calls to ReceiveCombined.receive in FramerAckM are uncombined The configuration file is:

[Tinyos-help] help

2009-02-14 Thread 陈蕾米
Hi everyone, I have created a vitual xubuntu in windows(vista), and I installed TinyOS in this xubuntu. Now, I have plugged a Tmote device to the USB. When I try to install the Tmote by typing `make Tmote install' at /Blink, I get the following error: found no motes (using bsl, auto)

Re: [Tinyos-help] help

2009-02-14 Thread Lun Jiang
For virtual box, have you enabled the feature of having host system usb available under guest system too? First test some other device that you know that works(usb mouse/keyboard) type dmesg in a terminal under xubuntu and you should see the info of that device. Then it would be easy to test if it

[Tinyos-help] help

2009-02-14 Thread 陈蕾米
hello everyone, I would like to run Tossim on TinyOS, but when I typing: make pc, it shows the error: ERROR, pc ident_flags tos_image bnp does not specify a valid target. Stop Does anyone know the reason and tell me how to solve this problem? Leimi

Re: [Tinyos-help] help

2009-02-14 Thread Angela Perez
found no motes (using bsl, auto) make: ***[bsltest] Error 1 Does anyone know how to deal with this problem? With a mote plugged in on a USB port on a terminal window (in Xubuntu) type 'motelist' - if no devices are picked up then there is some additional configuration that you need to do on

[Tinyos-help] Help with TinyOs Classpath

2009-02-12 Thread ADAMA DIATTA
hello,   Iam a new TinyOs user from Norfolk State University VA, i have installed  VMWare player and TOS image in same Vista directory C:/Program Files/New Folder and iam able to log in but when i run the command tos-check-env  i get a Warning message: CLASSPATH may not include

Re: [Tinyos-help] Help with TinyOs Classpath

2009-02-12 Thread Dhivya G
You have to set the classpath of your tinyos jar file. check whether you have inserted proper colon or semicolon on your classpath. Sometimes it may cause error. see this link for setting classpath:

Re: [Tinyos-help] Help with the TestNework.java

2009-02-11 Thread Varun Jain
Hi Saul, Can you execute the Listen tool? If you can run that then it should be pretty much same. Is your TestNetworkMsg file generated correctly??? If it is not, then check that in Makefile, you need to have a TAB before java and mig java Have you set up your

Re: [Tinyos-help] Help with the TestNework.java

2009-02-10 Thread Varun Jain
Hi Saul, TestNetwork application is the best application to start with to check if your networking is working alright, BACAUSE the application exercises the basic networking layers, i.e collection (using CTP) and dissemination (Using DIP or DRIP). You will have to make two new files so

[Tinyos-help] help -- Mobility of nodes in Tinyviz

2009-02-09 Thread srikanth kanuri
Hello, How can we introduce mobility to nodes in tinyviz. Can we make the nodes to move with a certain velocity in tinyviz. I have tried looking for the resources but found none!!! Any ideas ??? Explore your hobbies and interests. Go to

[Tinyos-help] help in tinyviz

2009-02-09 Thread mahendra nimishakavi
I have finally installed tinyos 1.x in windows. I tried to run TinyViz and Tinydb but ended up in some errors. Following is the error which i feel is same for both Tinyviz and Tinydb: \org\apache\oro\text\regex\*.class : no such file or directory org\python\rmi\*.class : no such file or

Re: [Tinyos-help] help needed on uint64_t type

2009-02-06 Thread BAI LI
Hi, Thanks for your solution. It is a method. But when you use UNION structure, every time you only can store one varialbe in that UNION structure. You have to overwrite that memory address Which made it a bit inconvenience. BUt it is a good method when you break a 64 bits message into two 32

Re: [Tinyos-help] Help with iris motes!!

2009-02-06 Thread Martin van de Goor
Hi, Excuse me if you have checked this, but have you tried double checking the connections? I often get this error when the mote is connected to the mib520 board, but is not exactly in the right position. Martin On Thu, Feb 5, 2009 at 00:28, Mohammad Sajjad Hossain saj...@purdue.eduwrote: Hi,I

Re: [Tinyos-help] Help with iris motes!!

2009-02-06 Thread Mohammad Sajjad Hossain
Yes, thats what eventually solved the problem. Thanks. On Fri, Feb 6, 2009 at 12:39 PM, Martin van de Goor martin.vandeg...@gmail.com wrote: Hi, Excuse me if you have checked this, but have you tried double checking the connections? I often get this error when the mote is connected to the

[Tinyos-help] Help with iris motes!!

2009-02-05 Thread Javier Barbarán
Hi, Have you tried the following: make iris install.1 mib510,/dev/tty.usbserial-XBQQV3HRA Because you should indicate the TOS_NODE_ID to the mote. Hope this help, BR. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Help with iris motes!!

2009-02-05 Thread Janos Sallai
What avrdude version do you use? Chances are that you need the patch at http://savannah.nongnu.org/patch/download.php?file_id=15867 that fixes mib510/mib520 support. Janos On Wed, Feb 4, 2009 at 5:28 PM, Mohammad Sajjad Hossain saj...@purdue.eduwrote: Hi,I am trying to install the Blink app in

Re: [Tinyos-help] Help with iris motes!!

2009-02-05 Thread Mohammad Sajjad Hossain
5.6cvs. I think this contains the patch already.I also tried with avrdude 5.4 in ubuntu. Both of them has the prgrammer mib510 available. On Thu, Feb 5, 2009 at 11:23 AM, Janos Sallai sallai.ja...@gmail.comwrote: What avrdude version do you use? Chances are that you need the patch at

Re: [Tinyos-help] Help with iris motes!!

2009-02-05 Thread Mohammad Sajjad Hossain
Tried...No luck :( On Thu, Feb 5, 2009 at 7:40 AM, Javier Barbarán barba...@lcc.uma.es wrote: Hi, Have you tried the following: make iris install.1 mib510,/dev/tty.usbserial-XBQQV3HRA Because you should indicate the TOS_NODE_ID to the mote. Hope this help, BR.

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread BAI LI
Hi All, I just tested it. I guess prinf couldn't print 64 bits variables but low 32 btis instead. By moving the variable 32 bits left, it can print the high 32 bits. such as a32. it made the debugging work a bit harder but still ok. Anyone kowns how to print the whole variable instead breaking

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread BAI LI
Hi Andrey, I just tested it. it didn't work though. What the flag you used in printf? Is that llx? Right? It still displayed low 32 bits. Confusing. Regards, Bai On Fri, Feb 6, 2009 at 3:27 AM, Andrey Gursky andrey.gur...@online.uawrote: Bai, you should explicit write ULL at the end of the

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread Eric Decker
I don't think the tinyos printf handles 64 bit objects. eric On Thu, Feb 5, 2009 at 1:32 PM, BAI LI libai0...@gmail.com wrote: Hi All, I just tested it. I guess prinf couldn't print 64 bits variables but low 32 btis instead. By moving the variable 32 bits left, it can print the high 32

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread Andrey Gursky
Hi Bai! I've tried it only in pure C (not nesC) with %lld and %llx.Regards,Andrey Hi Andrey, I just tested it. it didn't work though. What the flag you used in printf? Is that llx? Right? It still displayed low 32 bits. Confusing. Regards, Bai On Fri, Feb 6, 2009 at 3:27 AM, Andrey Gursky

Re: [Tinyos-help] help needed on uint64_t type

2009-02-05 Thread ivi610
From: BAI LI libai0...@gmail.com Subject: Re: [Tinyos-help] help needed on uint64_t type To: kiseop Lee aco...@gmail.com Cc: Tinyos-Help tinyos-help@millennium.berkeley.edu Message-ID: 1254364b0902051332q63b3d89au924f312c9f4a2...@mail.gmail.com Content-Type: text/plain; charset=iso-8859-1 Hi All

[Tinyos-help] Help with iris motes!!

2009-02-04 Thread Mohammad Sajjad Hossain
Hi,I am trying to install the Blink app in an iris mote using an mib520 board. I am issuing the following command: make iris install mib510,/dev/tty.usbserial-XBQQV3HRA Everything goes well expect at the end, I get this: --- avrdude: AVR device initialized and ready to accept

[Tinyos-help] help needed on uint64_t type

2009-02-04 Thread BAI LI
Hi All, I have defined a uint64_t type variable as follows: uint64_t a; a=0x; printf(a= %lld /n,a); printf(a= %llx /n,a); the result displayed as follows: a= -1 a= The compilation didn't show any error. What is the problem? Does printf support to display the uint64_t

Re: [Tinyos-help] help needed on uint64_t type

2009-02-04 Thread kiseop Lee
Hi, This is tested in Visual C++ in the Windows. but I don't know it in tinyos compiler. Only refer to your work... char sql[100]; __int64 var1=0x12345678ABCDABCD; sprintf(sql,%I64x,var1); //not L. Upper case of i[ai]... sprintf(sql,%I64d,var1); Best regards, K.S.Lee 2009/2/5 BAI LI

Re: [Tinyos-help] Help with BinkToRadio

2009-02-02 Thread Hussein Khaleel
[mailto:hussein.khal...@polito.it] *Sent:* Friday, January 30, 2009 3:10 AM *To:* Kumar, Vimal (ST-Student) *Cc:* tinyos-help@millennium.berkeley.edu *Subject:* Re: [Tinyos-help] Help with BinkToRadio Hi Vimal, You need to add this line in the makefile for each of the transmitter and the receiver: PFLAGS

[Tinyos-help] help in tinydb please

2009-02-02 Thread mahendra nimishakavi
Hi, I am sorry for posting so many problems. But i am help less. I tried to start tinydb with tossim as per the instructions given in lesson 9 of tinydb documentation. http://telegraph.cs.berkeley.edu/tinydb/doc/tinydb.html#SECTION00010 I get the following output with

Re: [Tinyos-help] Help with Mate

2009-02-02 Thread Philip Levis
On Jan 29, 2009, at 3:01 PM, ranal fernando wrote: Dear all, I’m very new to maté. I need to know the following about maté , and please correct me if I’m wrong. 1. What is the support provided in maté to run concurrent applications? 2. As far as I know we can run two or more

[Tinyos-help] help needed

2009-02-01 Thread mahendra nimishakavi
I have installed tinyos-1.x and trying to build a simulation for an example using* make micaz sim. *But nothing seems to work. The following error occurs: Blink.nc:42: component Main not found In file included from Blink.nc:42: In component `BlinkM': BlinkM.nc:41: too few arguments to interface

Re: [Tinyos-help] help needed in Blink

2009-01-31 Thread Razvan Musaloiu-E.
Hi! On Sat, 31 Jan 2009, mahendra nimishakavi wrote: Hello iam very new to TinyOS. I have been struggling to run the Blink application. I have used tinyos-1.x and tinyos-2.x. But did not work. Please help me. I work on Ubuntu-8.04 system. Can you give some more details about the error you

Re: [Tinyos-help] Help with BinkToRadio

2009-01-30 Thread Hussein Khaleel
Hi Vimal, You need to add this line in the makefile for each of the transmitter and the receiver: PFLAGS+=-DCC1K_DEF_FREQ=867997200 The line specifies which frequency the MICA2 node should use for the transmission, as it supports two frequencies 868/916MHz, and the antenna equipped supports

Re: [Tinyos-help] Help with BinkToRadio

2009-01-30 Thread Kumar, Vimal (ST-Student)
: Re: [Tinyos-help] Help with BinkToRadio Hi Vimal, You need to add this line in the makefile for each of the transmitter and the receiver: PFLAGS+=-DCC1K_DEF_FREQ=867997200 The line specifies which frequency the MICA2 node should use for the transmission, as it supports two frequencies 868

[Tinyos-help] Help with Mate

2009-01-29 Thread ranal fernando
Dear all, I’m very new to maté. I need to know the following about maté , and please correct me if I’m wrong. 1. What is the support provided in maté to run concurrent applications? 2. As far as I know we can run two or more contexts simultaneously by halting one contexts running the

[Tinyos-help] Help with BinkToRadio

2009-01-29 Thread Kumar, Vimal (ST-Student)
Hi TinyGurus, I am not able to get the BlinkToRadio application to work on Tiny OS 2.x . I am using the Xbow mica2. I wrote the code and tried installing it on the motes, but nothing happens, ( the mote-to mote communication chapter says they should start blinking). Initially I thought that

[Tinyos-help] Help with Intel mote 2 Sensorboard ITS400

2009-01-19 Thread Ivan-Vanja Kablar
Hallo, I am currently porting TOS code from the micaz platform to the intel mote 2 platform. It went good so far, but recently i stumbled over a problem. I cannot find any sensorboard component written for the ITS400 sensorboard from xbow. The micaz code says: Components SensorboardMTS300C;

[Tinyos-help] Help regarding usage of PacketLink for Software Acks

2009-01-18 Thread Nithin Kumar Dara
Hi, Iam trying to use software ACKs to achieve some degree of guaranteed delivery. This is my understanding. Can you please correct me if iam wrong? First we need to set the auto acks for CC2420 radio. by calling CC2420.setAutoAck(TRUE,FALSE) and then call CC2420.sync() (both at the sender side

Re: [Tinyos-help] Help regarding usage of PacketLink for Software Acks

2009-01-18 Thread Razvan Musaloiu-E.
Hi! On Sun, 18 Jan 2009, Nithin Kumar Dara wrote: Hi, Iam trying to use software ACKs to achieve some degree of guaranteed delivery. This is my understanding. Can you please correct me if iam wrong? First we need to set the auto acks for CC2420 radio. by calling

[Tinyos-help] Help in installation

2009-01-01 Thread rinachi garg
I have installed Cygwin and eclipse but not able to install tinyOS. What should I do???   Rinachi Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/___ Tinyos-help mailing

[Tinyos-help] Help with Ack' s in CC2420TransmitP.nc

2008-12-12 Thread Ramon Duato Navarro
Hi! Maybe someone can help me.  I am working with TinyOs 2.1 and Micaz and want to understand the link layer without using Packet Link Layer. I am reading the CC2420Csma.nc CC2420TransmitP.nc file and I   am getting a bit confused with the ACK's  In CC2420TransmitP.nc, when you send a packet

Re: [Tinyos-help] Help with Ack' s in CC2420TransmitP.nc

2008-12-12 Thread Razvan Musaloiu-E.
Hi! On Fri, 12 Dec 2008, Ramon Duato Navarro wrote: Hi! Maybe someone can help me.  I am working with TinyOs 2.1 and Micaz and want to understand the link layer without using Packet Link Layer. The Packet Link is implemented in chips/cc2420/link. The retransmission are implemented in

Re: [Tinyos-help] Help with Ack' s in CC2420TransmitP.nc

2008-12-12 Thread JUNG IL CHOI
Hi, Ramon Duato Navarro wrote: So , there are no retransmissions and you do the same signalling as if you had received the ACK. Is that correct? Thanks in advance! Ramon. That is correct. Signalling SendDone with SUCCESS means the packet is transmitted on the air, but does not tell you

[Tinyos-help] Help on TinyOS 2.x network stack

2008-12-03 Thread mbilloo
Hello, I would like to port MiniSec to TinyOS 2.x, which is a security protocol similar to TinySec. MiniSec has been designed for TinyOS 1.x, and the authors of the protocol basically have redone the TinyOS 1.x network stack to allow for encryption and decryption so that the packet is encrypted

Re: [Tinyos-help] Help on TinyOS 2.x network stack

2008-12-03 Thread Philip Levis
On Dec 3, 2008, at 8:29 AM, mbilloo wrote: I am slightly confused at how the fields in the packet are specified in TinyOS 2.x, where a packet is formulated before being sent to the radio (or link layer) ? Are all network layer operations on the packet completed when a call is made

[Tinyos-help] Help about MAC TimeStamp

2008-12-02 Thread Cui Lin
Hi, Is there anyone who use MAC timestamp in MoteWorks? I use the SysTimeStampingM module, but after I called addstamp2(), the packet can't be received by other nodes. I am using Micaz motes. Can anyone help me? Thank you very much! PS: The code of SysTimeStamping

[Tinyos-help] help

2008-11-19 Thread baha issa
Dear sir I'm baha i have a micaZ nodes that attach to a PIR sensors (for human body detection) and i have a central micaz node that attach to a MTS300 sensor board i want to run the mic in that(centralized ) node, i want to run the mic code in the centralized node if and only if the other

Re: [Tinyos-help] Help with CTP and EasyCollection

2008-11-17 Thread Omprakash Gnawali
On Sun, Nov 16, 2008 at 2:46 PM, Moisés Lisboa [EMAIL PROTECTED] wrote: Hi, I'm new with tinyos. I am working on a project with ctp and the app EasyCollection in TOSSIM. I need to register every time a node send and receive data from their neighbors. Where do I have to make modifications in

[Tinyos-help] help

2008-11-17 Thread baha issa
Dear sir thanks for replying it seems that i was not clear with my question, i want o send a message from the base station to other mote to execute an event,the case here is is to program the base station that if it receive specific data to send a message to other note to do something.like

[Tinyos-help] help

2008-11-17 Thread baha issa
Dear sir thanks for replying I'm baha i have a micaZ nodes that attach to a PIR sensors (for human body detection) and i have a central micaz node that attach to a MTS300 sensor board, i want to run a spesific code in the centralaized node if and only if the other nodes detcet a human

[Tinyos-help] HELP with Oscilloscope apps in TinyOS

2008-11-16 Thread Tony K B
Hello folks of the community We have tried to have oscilloscope as an output interface for TinyOS but for some reasons we cannot find *tool/java* directory Even though everything was done properly. Lesson 6 of TinyOs Tutorial tp proceed. Below is what was said in the tutorial. After programming

Re: [Tinyos-help] HELP with Oscilloscope apps in TinyOS

2008-11-16 Thread Eric Keller
What version of tinyos are you using? Which tutorial. Sounds like you are using tinyos 2.x with a 1.x tutorial. Eric On Sun, Nov 16, 2008 at 12:01 PM, Tony K B [EMAIL PROTECTED] wrote: Hello folks of the community We have tried to have oscilloscope as an output interface for TinyOS but for

[Tinyos-help] help

2008-11-16 Thread baha issa
dear sir / madam I'm Baha Issa from J.U.S.T , im having a project using micaz mote, i need some help, i want to ask if i can use a MICAZ base station mote to control another motes by sending a message to control some component, like i want to make the MIC(microphone) on when i want, is that

[Tinyos-help] Help with CTP and EasyCollection

2008-11-16 Thread Moisés Lisboa
Hi, I'm new with tinyos. I am working on a project with ctp and the app EasyCollection in TOSSIM. I need to register every time a node send and receive data from their neighbors. Where do I have to make modifications in the source code? (i think that is in CTPForwardingEngine - send and receive

Re: [Tinyos-help] help

2008-11-16 Thread Michael Schippling
Work through the doc/tutorial and see the SimpleCmd demo app. I don't think there is a specific demo that turns the Mic on but it should become obvious in a TOS sort of fashion how to proceed if you understand the tutorial lessons. MS baha issa wrote: dear sir / madam I'm Baha Issa from

[Tinyos-help] [Help] Dissemination Protocol Test with DIP

2008-11-14 Thread Seungweon Park
Hello, I'm working on test of dissemination protocol which is DIP with Micaz. When I simulate DIP (TestDip) several times, it looks working fine. That is, I can see SUMMARY/VECTOR/DATA except INVALID. However, when I tested it with Micaz, I couldn't see SUMMARY message in Listen application(I see

Re: [Tinyos-help] Help with Mate...

2008-11-10 Thread Philip Levis
On Nov 9, 2008, at 10:33 AM, Vijay ragavan wrote: Please help me on this Hi I am trying to use Mate and I have got this basic error. Please let me know how to go about this. [EMAIL PROTECTED]:/opt/tinyos-1.x/apps/BombillaTelosB$ java net.tinyos.script.Scripter reboot reboot.txt

[Tinyos-help] Help with Mate...

2008-11-09 Thread Vijay ragavan
Please help me on this Hi I am trying to use Mate and I have got this basic error. Please let me know how to go about this. [EMAIL PROTECTED]:/opt/tinyos-1.x/apps/BombillaTelosB$ java net.tinyos.script.Scripter reboot reboot.txt serial@/dev/ttyUSB0:57600: resynchronising Injecting script

[Tinyos-help] Help on Mate

2008-11-09 Thread Vijay ragavan
Hi Guys, can you please help me get some good understanding of Mate and Bombilla. I read through the Mate Manual and the online help in Phil Levis site, Please direct me to more information. -Vijay ___ Tinyos-help mailing list

[Tinyos-help] Help with Mate...

2008-11-07 Thread Vijay ragavan
Hi I am trying to use Mate and I have got this basic error. Please let me know how to go about this. [EMAIL PROTECTED]:/opt/tinyos-1.x/apps/BombillaTelosB$ java net.tinyos.script.Scripter reboot reboot.txt serial@/dev/ttyUSB0:57600: resynchronising Injecting script

[Tinyos-help] help with TinyECC message size

2008-10-11 Thread z3159513
Dear tinyos help, Has anyone been able to modify the TinyECC source code so that the simulation show_ecdsa.java works for message sizes greater than 100 bytes? There seems to be a problem with packet_msg.java which is recommended not to be modified, however it restricts the message size.

[Tinyos-help] HElp about using tiny os for Atmega+cc1100

2008-10-10 Thread deebul nair
Hi Sir, I have just readabout the tiny os supporting cc1100. I would like to know ? 1. can i include tiny os in my atmega8 AVR micro? 2. How can i interface cc1100 with atmega using tinyos? 3. What is the way of learning tiny os? Regards, Deebul ___

[Tinyos-help] help

2008-10-09 Thread tuhanwu
hello, thank you for maintaining this list recently,i always study the tinyos for cc2430,and i learn the points which you show in the http://www.tinyos8051wg.net/install, but now i made some mistakes. i do this as the follow steps: 1)open the cygwin 2)cd /opt/tinyos-2.x-contrib 3)source

[Tinyos-help] [help-TinyOs] radio trasmission

2008-10-09 Thread margherita errichiello
I am a student who works at ENEA research center and working with telosb Motes type. I am writing a software. It turns on the radio every 10 seconds, it sends empty packages, it turns off the radio. I attach the code : module MyComponent { uses { interface Boot;

[Tinyos-help] Help with configuring MIB520 - xubuntu

2008-09-25 Thread fhg07
When I try to upload a binary to my mote (make mica2 install mib520,/dev/ttyUSB1), I get lots of flash errors (like 50, or more). I just downloaded and installed xubuntu on a virtual machine. The problem is not recognizing my board on the virtual machine, but uploading data to the mote. Is there

[Tinyos-help] help~~

2008-09-24 Thread guoyuehua.cool
hi guys: Now i am installing the b6lowpan stack,and i read the file code/b6lowpan/trunk/readme in the http://smote.cs.berkeley.edu:8000/tracenv/browser/code/b6lowpan/trunk/README .But in the second stepsBuilding, ` when i execute the make micaz lowpan,the bugs is as

Re: [Tinyos-help] help~~

2008-09-24 Thread Stephen Dawson-Haggerty
The build doesn't work on micaz by default; you can however safely comment out all the uses on this component in UDPEcho[CP]. UDPEcho is meant to be a demonstration app and works on telosb and epic; however fixing it for micaz is on my todo. Steve 2008/9/24 guoyuehua.cool [EMAIL PROTECTED]

[Tinyos-help] help~~~~

2008-09-24 Thread guoyuehua.cool
hi steve: Firstly thank you for your reply.I would like to run IPv6 stack on the micaz.I just read the document code/b6lowpan/trunk/README ,are there any other installation document of a more detailed instrument. I has comment out the component CounterMilli32C and the related

Re: [Tinyos-help] Help using Safe/Deputy

2008-09-24 Thread John Regehr
Hi Eric, It sounds like Yang is giving reasonable advice here. Basically you need to read and understand the Safe TinyOS toolchain in order to port it to your new platofrm. Alternatively, is your code in contrib somewhere? If so we can take a look. John Regehr

Re: [Tinyos-help] Help using Safe/Deputy

2008-09-24 Thread Kevin Klues
His platform is basically telosb with some minor additions / modifications. Its msp430 based for sure though. My guess is he has some legacy include directories hanging around somewhere that he shouldn't from before threads were added to the baseline. I plan on taking a look with him sometime

Re: [Tinyos-help] help~~~~

2008-09-24 Thread Stephen Dawson-Haggerty
I bet it's because of TOSMAKE_PATH; I've seen this happen sometimes if the env file is sourced twice. One fix is, in the README I say to set the variable like this: export TOSMAKE_PATH=$LOWPAN_ROOT/support/make $TOSMAKE_PATH You might change that to just: export

<    1   2   3   4   5   6   7   8   9   10   >