[Tinyos-help] [tinyos-help] how to disable ack packet

2009-03-03 Thread cxiaxin2004
hi,all I use tinyos 1.1x.I want to know which component control ack information,and disable the ack packet.How can I? Anxiously! Thanks! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

[Tinyos-help] Problems with libmote.a and installing blip

2009-03-03 Thread Ana De Pablo
Hi everyone, I'm working in a thesis about 6lowpan (TinyOS-2.1 and Ubuntu 8.04) and I'm trying to install b6lowpan (blip) from Berkeley but I'm having some problems. I got the code from the web page and placed it in "/opt/tinyos-2.1.x/contrib/berkeley/b6lowpan". My first problem appears when I try

[Tinyos-help] tinyos-help

2009-03-03 Thread 王锦晨
Hi everyone: I’m now learning to use tinyos. When I wanted to install tinyos, I met with some problems. I received an rpm error that indicates that you are missing /bin/sh when I wanted to install the avrdude tool. Then I tried to type rpm �CUvh �Cforce �Cnodeps. However, it tells me that rpm:

Re: [Tinyos-help] Source gets value from where BaseStation set

2009-03-03 Thread Ittipong Khemapech
Hi, Let say that I have one message structure defined as follows: typedef nx_struct MyMsg { ... value; } MyMsg; BaseStation adapts the value: myMsg->value++; and then sends. Upon the reception, the Source access the value and store in the temp variable: temp = myMsg->value; My problem i

[Tinyos-help] backoff time

2009-03-03 Thread Caro Tripp
Hi. I like to know, is normal that the backoff times increase when the frame increase too? It mean, if i send a frame of 60 bytes, the back off is aroud 4.5 ms, but if i send 105 bytes, the backoff time is 6.5. This is normal? Thanks. Carolina ___ Tinyo

Re: [Tinyos-help] Source gets value from where BaseStation set

2009-03-03 Thread Ittipong Khemapech
I think I've solved it :-) Got back to basic by looking at BlinkToRadio. Thanks, Ittipong 2009/3/3 Ittipong Khemapech > Hi, > > Let say that I have one message structure defined as follows: > > typedef nx_struct MyMsg { > ... > value; > } MyMsg; > > BaseStation adapts the value: > > myMsg->

[Tinyos-help] CTP and high traffic rate

2009-03-03 Thread Martin van de Goor
Hi all, In TEP 123 it is said that CTP is designed for relatively low traffic rates. Up to what traffic rates has it been tested? In the Four-Bit Wireless Link Estimation paper I can only find that "The workload each node offers is a constant-rate stream of packets sent to a sink." In my setup, fi

[Tinyos-help] Hello!

2009-03-03 Thread milos rovcanin
I must ask again: is there a way to change radio (CC2420) transmission power during runtime? This is very important! Please help! -- Best regards, Milos Rovcanin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.ber

Re: [Tinyos-help] Hello!

2009-03-03 Thread Ittipong Khemapech
Hi, Of course. Try CC2420Packet.setPower(). Ittipong 2009/3/3 milos rovcanin > I must ask again: is there a way to change radio (CC2420) transmission > power during runtime? This is very important! Please help! > > -- > Best regards, Milos Rovcanin > > _

Re: [Tinyos-help] Port Numbers

2009-03-03 Thread Mohammed Al-Saleh
What I mean by the "network data" is the packets a mote receives from other motes. ...Mohammed On Tue, 03 Mar 2009 10:40:42 +0100, Marco Antonio Lopez Trinidad wrote > May you be more specific? > > What do you mean the network data come from into the I/O space? > > Do you mean the sensor da

[Tinyos-help] Measurement memory

2009-03-03 Thread milos rovcanin
What component should I use to write data to Iris's measurment flash memory!? -- Best regards, Milos Rovcanin ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Hello!

2009-03-03 Thread Ittipong Khemapech
You're welcome. You need CC2420ActiveMessageC component and CC2420 interface for tx power adaptation. For the wiring: App.CC2420Packet -> CC2420ActiveMessageC; Hope this helps. Ittipong 2009/3/3 milos rovcanin > Thanks, man! You have been very halpful!!! ;) > > I have just one more question:

[Tinyos-help] bsl sync failed

2009-03-03 Thread Xiaodong Wang
Hi all, When I am programming the TmoteInvent, I got the following error: Error, bsl sync failed. And the mote seems to be dead. No LED can turn on. Any idea how this happens? Thank you for reading the email. David ___ Tinyos-help mailing list Tinyos-

Re: [Tinyos-help] bsl sync failed

2009-03-03 Thread Ittipong Khemapech
Hi, I think it would be good if you can tell which TinyOs release and OS you are using. Ittipong 2009/3/3 Xiaodong Wang > Hi all, > > When I am programming the TmoteInvent, I got the following error: > > Error, bsl sync failed. > > And the mote seems to be dead. No LED can turn on. Any idea ho

[Tinyos-help] Porting TinyOS to HCS12

2009-03-03 Thread Robert Moore
Hi, I'm looking at building an operating environment for a unique sensor network setup for some multi-sensing MEMs sensor hardware and single link (power and data) physical layer that is currently being developed. I've decided to go with TinyOS because (among other reasons): a) It's designed f

Re: [Tinyos-help] bsl sync failed

2009-03-03 Thread Xiaodong Wang
I am using the Boomerang version of Tinyos 1.x. This error only occurs on one mote. All the other motes are working fine. I have tried to change the port, but it does not help. Thanks, David On Tue, Mar 3, 2009 at 9:56 AM, Ittipong Khemapech wrote: > Hi, > > I think it would be good if you can

Re: [Tinyos-help] Port Numbers

2009-03-03 Thread Mohammed Al-Saleh
thanks Macro, I know how things work in the high level (through TinyOS components and interfaces). The thing I was asking about is the mechanism (at the low level) by which the stream of bytes (will make a packet in the higher level) will be stored in the I/O space and from there into the SRAM

[Tinyos-help] probelm with viewing the data in xserve or MoteView

2009-03-03 Thread Mohammad S. Hashemian
Hi fellows, I was working on a program for MicaZ and I wanted to see all the data that server receives in MoteView, everything was fine and even the program was close to the end, but all of the sudden once that I tried to test my program again, Moteview or XServe didn't show any result anymore. Th

Re: [Tinyos-help] Port Numbers

2009-03-03 Thread Marco Antonio Lopez Trinidad
ciao, I think your interest is more related to the TinyOS compiler internals and for sure, David Gay is the person who can give you the sort of details you look for. http://berkeley.intel-research.net/dgay/ --marco. > thanks Macro, > > I know how things work in the high level (through TinyOS c

[Tinyos-help] Writing/Reading External Flash on Tmote sky nodes

2009-03-03 Thread Dinesh Koya
Hi all I am developing an application in which I would like to store (write) data on the external flash of the tmote sky node and then I would like to read the flash at a later time. I would like to know how the external flash of tmote sky can be written or read. Are there some interfaces to d

Re: [Tinyos-help] CTP and high traffic rate

2009-03-03 Thread Omprakash Gnawali
On Tue, Mar 3, 2009 at 4:51 AM, Martin van de Goor wrote: > Hi all, > > In TEP 123 it is said that CTP is designed for relatively low traffic > rates. Up to what traffic rates has it been tested? > In the Four-Bit Wireless Link Estimation paper I can only find that > "The workload each node offers

Re: [Tinyos-help] compare bit to bit or byte to byte

2009-03-03 Thread Sonia Pardo
Dear All, We can't use memcmp because this function only say us if the packet is the same or not. We would like to compare bit to bit because I want to rebuild the packet. For example, we receive three packets from three different motes (But three motes send the same information). One of them rec

Re: [Tinyos-help] compare bit to bit or byte to byte

2009-03-03 Thread Razvan Musaloiu-E.
Hi! On Tue, 3 Mar 2009, Sonia Pardo wrote: Dear All, We can't use memcmp because this function only say us if the packet is the same or not. We would like to compare bit to bit because I want to rebuild the packet. For example, we receive three packets from three different motes (But three mo

Re: [Tinyos-help] Writing/Reading External Flash on Tmote sky nodes

2009-03-03 Thread Razvan Musaloiu-E.
Hi! On Tue, 3 Mar 2009, Dinesh Koya wrote: > Hi all > > I am developing an application in which I would like to store (write) > data on the external flash of the tmote sky node and then I would like > to read the flash at a later time. > > I would like to know how the external flash of tmote sky

Re: [Tinyos-help] Creating a jar file for a java TinyOS application

2009-03-03 Thread Michael Schippling
You need to somehow include the getenv and toscomm (or win32com, or whatever version you are using) native libraries, as well as the properties file, in your package and then get them installed in the right places in your JRE. I don't think you can do that with a straight-up jar file so you may nee

Re: [Tinyos-help] Porting TinyOS to HCS12

2009-03-03 Thread Razvan Musaloiu-E.
Hi! On Tue, 3 Mar 2009, Robert Moore wrote: > Hi, > > I'm looking at building an operating environment for a unique sensor network > setup for some multi-sensing MEMs sensor hardware and single link (power and > data) physical layer that is currently being developed. > > I've decided to go with T

Re: [Tinyos-help] compare bit to bit or byte to byte

2009-03-03 Thread Sonia Pardo
Hi, Sorry for my explanation but I think is not clear. Let's try again. I've one mote which send packets in broadcast. On the other side I've three motes that receive the packets from first mote. One mote of them is connected whit the PC (mote B). I've made a programm that show the data content o

Re: [Tinyos-help] Avrora Radio Stack

2009-03-03 Thread Zainul M Charbiwala
Apologies for cross posting, I believe this may be useful to both communities. The reason that the one node starts 100 cycles after the other is because John's example command includes a stagger-start interval of that amount. That said, I don't quite know why each node starts with an offset o

Re: [Tinyos-help] sht11 on IRIS

2009-03-03 Thread Javier Almansa Sobrino
On Wed, 5 Nov 2008 16:18:52 -0600 "Janos Sallai" wrote: > It shouldn't be too complicated. Cretate a new directory called sht11 under > tos\platforms\iris\chips. Copy all files from > tos\platforms\telosa\chips\sht11to tos\platforms\iris\chips\sht11. Then, add > %T/platforms/iris/chips/sht11 to t

Re: [Tinyos-help] sht11 on IRIS

2009-03-03 Thread Javier Almansa Sobrino
I answer to myself... I found this browsing old mails: Hi Chris Thanks for the ports! I've been working of the SHT11 code from telosa.chips.sht11 so far I've copied the folder to the IRIS folder and added to the .platform file to make it find the folder when it compiles. I realize that this is n

Re: [Tinyos-help] compare bit to bit or byte to byte

2009-03-03 Thread Razvan Musaloiu-E.
Hi! On Tue, 3 Mar 2009, Sonia Pardo wrote: Hi, Sorry for my explanation but I think is not clear. Let's try again. I've one mote which send packets in broadcast. On the other side I've three motes that receive the packets from first mote. One mote of them is connected whit the PC (mote B). I'

Re: [Tinyos-help] Avrora Radio Stack

2009-03-03 Thread Roy Shea
Howdy, > That said, I don't quite know why each node starts with an offset of > 800. This additional wait is coming from the clock initialization. Take a look at Init.init in tos/platforms/mica/MeasureClockC.nc for details. If we un-inline this call and disable avr-gcc optimizations we can g

[Tinyos-help] Rain Gauge using MDA300

2009-03-03 Thread Tony Han
All, I try to use MDA300 to count the signal from a rain gauge, but I always get zero input even the "Rain" is heavy. I tried to use a DIGITAL channel as a counter but failed. Is there anybody used any counter function in MDA300? please enlighten me, thank you. Tony

Re: [Tinyos-help] compare bit to bit or byte to byte

2009-03-03 Thread Symon Vezina
Something like this maybe ? I have not tested it much. Symon #include #include #include typedef struct { uint8_t *pkt1; uint8_t *pkt2; uint8_t *pkt3; uint8_t *pktOut; uint8_t cmplen; }cmpPktInfo_t; uint8_t* pktcmp(cmpPktInfo_t *cpi) { uint8_t i; for(i=0;

Re: [Tinyos-help] Avrora Radio Stack

2009-03-03 Thread Alessandro Stamatto
Thats great, now it all makes sense ; ) Thanks for all the help Zainul and Roy! Both mail-Lists are really nice, very active... Fast responses, thanks ! Alessandro Stamatto. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mi

Re: [Tinyos-help] Port Numbers

2009-03-03 Thread Eric Decker
Okay. This is a h/w question and about how network devices are interfaced to the rest of the system. On the Mica2 platform, there are two off node mechanisms available. Serial and the radio, a CC1000. There are drivers in place for both of these devices and they have specific interfacing requir

[Tinyos-help] zigbee protocol stack

2009-03-03 Thread BAI LI
Hi, I am just wondering if anyone knows which company sells the zigbee protocol stack based on tinyos2.x? Thanks in advance. Regards, Bai ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailma

Re: [Tinyos-help] bsl sync failed

2009-03-03 Thread Xiaodong Wang
Anyone has experience on this issue? Thanks again. David On Tue, Mar 3, 2009 at 10:00 AM, Xiaodong Wang wrote: > I am using the Boomerang version of Tinyos 1.x. This error only occurs on > one mote. All the other motes are working fine. I have tried to change the > port, but it does not help. >

[Tinyos-help] Creating a new chip

2009-03-03 Thread Anthony L
Dear All, I am working on Porting TinyOS to a custom sensor board. Thanks again to those who replied to my previous mail about where to start. I have read through the TEP 131, and Tutorial 10, and now have an idea how to develop a new platform. At this stage, I am just trying to get the MCU work

[Tinyos-help] some questions about tymo

2009-03-03 Thread francesco foresti
Hi all, I'm trying to use tymo, so i've followed the document found on the tinyos wiki, but i'm a bit confused, so i'm asking a couple of questions. in the document there are these lines, which should be in the wiring file: TestM.Receive -> DymoNetworkC.Receive[1]; TestM.MHSend -> DymoNetworkC

[Tinyos-help] odd problem on message_t

2009-03-03 Thread BAI LI
Hi All, I am currenting doing a very simple network test. I designed the message structure in .h file and some sending functions in the following. typedef nx_struct HashMsg { nx_uint16_t nodeid; nx_uint8_t flag; nx_uint32_t payload_MD1; nx_uint32_t payload_MD2; nx_uint64_t payload_M

Re: [Tinyos-help] odd problem on message_t

2009-03-03 Thread Ittipong Khemapech
Hi, I *didn't* look at your code and I'm not sure about the #define TOSH_DATA_LENGTH to 35 in message.h. Try add: CFLAGS += -DTOSH_DATA_LENGTH=35 in your Makefile. Please let me know how it goes. Ittipong 2009/3/4 BAI LI > Hi All, > > I am currenting doing a very simple network test. I des

Re: [Tinyos-help] bsl sync failed

2009-03-03 Thread Urs Hunkeler
Hi David, Did this mote ever work? Does 'motelist' recognize the mote? Does it charge? If programming works for all your motes except this one, then you probably have faulty hardware. If motelist recognizes the mote, then the error is likely between the USB-serial converter chip and the microc