[Tinyos-help] MacControl.enableAck() - QueuedSend and Surge

2005-10-26 Thread Hannes Geissbuehler
Hi I'm pretty new to Tinyos and have a Question concerning the ack's in the Tos_Msg. By default the Acks are switched off on the cc1000 (mica2mote) and can be switched on over the MacControl.enableAck() command. Looking at the code of Surge and QueuedSend I have remarqued that both QueueSe

[Tinyos-help] Deluge 2 and mica2DOT

2005-11-02 Thread Hannes Geissbuehler
Hi I have a strange problem. Deluge 2 works perfectly with my mica2 motes. But with the mica2DOT motes I'm encountering some problem. I can install the tos_image.xml files (of course compiled for mica2DOT) into the motes with the deluge inject command. Also the deluge ping command works and show

[Tinyos-help] External power supply for Mica2

2005-12-09 Thread Hannes Geissbuehler
Has anybody made good experience with external power supply for fix installed mica2 motes ? I'm getting mad of changing batteries. Any suggestions appreciated ! Hannes ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mill

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Hannes Geissbuehler
I have exaclty the same problem.. till last week it worked and now it dies during trying to uplad the file. Could It be that a new Windows Bugfix somehow prevents some commands to the com port ? running the uisp in debug mode shows that it ends in an endless loop of Receive: { } commands..

Re: [Tinyos-help] trouble uploading to mica z

2006-01-05 Thread Hannes Geissbuehler
I have exaclty the same problem.. till las week it worked and now it seems to be the same.. Could It be that a new Windows Bugfix somehow prevents some commands to the com port... running the uisp in debug mode shows that it ends in an endless loop of Receive: { } commands.. any Ideas ?

[Tinyos-help] RSSI from ACK Message on mica2 mote

2006-01-10 Thread Hannes Geissbuehler
Hi all Is it possible to get the RSSI value from the little ACK message when the MacControl Ack on the mica2 motes is switched on or is this ACK code too small ? Hannes ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.

Re: [Tinyos-help] signal strength

2006-01-31 Thread Hannes Geissbuehler
Hi kodati raghu the field uint16_t strength; ist not automatically put into the packet, you have to do this by yourself. For example by adapting TOSBase. But make a search into this database of this helplist, this subject has been disscussed already many times http://www.tinyos.net/search.h

[Tinyos-help] worload on Mote2

2006-02-08 Thread Hannes Geissbuehler
Hi all Is there a way to find out the workload on the Mote2 processor ? And is there also a way to see the number of posted tasks ? Thank's a lot for any help Hannes ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mille

[Tinyos-help] TinyOs 2.0 vs. 1.X

2006-02-17 Thread Hannes Geissbuehler
Hi all Is there a Document which shows all the differences between version 2.0 and 1.x ? Hannes ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] use MultiHopEWMA.nc

2006-02-20 Thread Hannes Geissbuehler
Can anybody tell me how can I use MultiHopEWMA.nc?? Best have a look at the Surge exmaple ! In fact it's EWMAMultiHopRouter which uses MultiHopEWMA hope that helps Hannes Thank you very much! Silvia Varela *SENSORIA IngenierĂ­a y Sistemas S.A* [EMAIL PROTECTED] Tel. +34 91

[Tinyos-help] CPU usage on mica2

2006-02-22 Thread Hannes Geissbuehler
Hi, I read in the paper : "T2: A second Generation OS for Embedded Sensor Networks" in Table 6 about CPU usage measurements. Is the code for this measurement somewhere accessible ? Regards Hannes ___ Tinyos-help mailing list Tinyos-help@Millennium.B

Re: [Tinyos-help] How to Receive Corrupt Packets?

2006-03-03 Thread Hannes Geissbuehler
Hi I'm using Mica2 motes, but it might be the same with tmote sky in AMStandard.nc you have to uncomment in the method TOS_MsgPtr received(TOS_MsgPtr packet) __attribute__ ((C,spontaneous)){ this part: packet->crc == 1 && hope that helps Hannes Hi, I am using the tmote sky. I wish to allo

Re: [Tinyos-help] RSSI

2006-03-14 Thread Hannes Geissbuehler
Search the tinyos helplist. This topic was discussed already many times. Basically Tinyos puts the RSSI value of every packet received over the Radio into the field strength of the struct TOS_Msg Hannes >From what I read in the manual of MICA2 whenever the motes receive a signal, the stength

Re: [Tinyos-help] Dynamic memory management

2006-06-22 Thread Hannes Geissbuehler
HI Philip When I read your mail I immediately browsed the CVS tree on Sourceforge for the TinyAlloc in : Index of /tinyos-1.x/tos/lib But could not find it. could you tell me where I can find the TinyAlloc Compoment ? Thank you On Jun 22, 2006, at 11:42 AM, jose m wrote: Hello all, I'm wo