[Tinyos-help] Check it out

2006-04-12 Thread vinayece04
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", 
has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Sign up so we can play 
  http://followhere01.com/go.asp?id=1&sourceid=100048&friend= This 
  invitation was sent on behalf of your friend, ([EMAIL PROTECTED]). 
  To stop receiving further emails, please follow-here: [...] 

Content analysis details:   (7.0 points, 5.0 required)

 pts rule name  description
 -- --
 0.0 NO_REAL_NAME   From: does not include a real name
 0.0 HTML_MESSAGE   BODY: HTML included in message
 0.0 BAYES_50   BODY: Bayesian spam probability is 40 to 60%
[score: 0.4983]
 0.2 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
 0.1 HTML_50_60 BODY: Message is 50% to 60% HTML
 2.2 DCC_CHECK  Listed in DCC (http://rhyolite.com/anti-spam/dcc/)
 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
   [Blocked - see ]
 3.2 URIBL_OB_SURBL Contains an URL listed in the OB SURBL blocklist
[URIs: followhere01.com]
 0.1 HTML_MIME_NO_HTML_TAG  HTML-only message, but there is no HTML tag

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---

Sign up so we can play
 
http://followhere01.com/go.asp?id=1&sourceid=100048&friend=






















This invitation was sent on behalf of your friend,  ([EMAIL PROTECTED]).

To stop receiving further emails, please follow-here:

Kosta Ourani, 6 

Pera Chorio Nisou 

P.C. 2572 Nicosia, Cyprus
--- End Message ---
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] help on running ../contrib/xbow/apps/XMesh/XMDA300

2006-04-12 Thread chandresh parekh
Hi all,     I am trying to run XMDA300 app under ../contrib/xbow/apps/XMesh/.     Here is what I did and what I observed.     I programmed three motes with opt/tinyos-1.x/contrib/xbow/apps/XMesh/XMDA300 application ,using command   make mica2 install,0 (for base station) 10 (second mote)11 (third mote) mib510,com1     the screen shot of installation is given below:  [EMAIL PROTECTED] /opt/tinyos-1.x/contrib/xbow/apps/XMesh/XMDA300$ make mica2 install,0 mib510,com1mkdir -p build/mica2    compiling XMDA300 to a mica2 binaryncc -o build/mica2/main.exe -Os -I%T/../contrib/xbow/tos/platform/mica2 -I%T/../contrib/xbow/tos/CC1000RadioAck -I%T/../contrib/xbow/tos/lib/ReliableRoute -I%T/lib/Queue -DTEN_X
 -I%T/../contrib/xbow/tos/interfaces -I%T/../contrib/xbow/tos/system -I%T/../contrib/xbow/tos/lib -I%T/../contrib/xbow/tos/sensorboards/mda300 -I%T/lib/Broadcast -I%T/../contrib/xbow/tos/lib/XLib   -finline-limit=10 -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x88 -Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c -board=mda300 -DCC1K_DEFAULT_FREQ=RADIO_916BAND_CHANNEL_00 -DRADIO_XMIT_POWER=0xFF  -I%T/lib/Deluge -DIDENT_PROGRAM_NAME=\"XMDA300\" -DIDENT_USER_ID=\"Administrator\" -DIDENT_HOSTNAME=\"piloo\" -DIDENT_USER_HASH=0x0a75adf5L -DIDENT_UNIX_TIME=0x443cd8c4L -DIDENT_UID_HASH=0xbc772c55L XMDA300.nc -lmC:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/sensorboards/mda300/SamplerM.nc:515: warning: `Sample.dataReady' called asynchronously from `Battery.dataReady'  C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.nc:187: warning: non-atomic accesses
 to shared variable `usRSSIVal':C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.nc:953: warning:   non-atomic readC:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.nc:183: warning: non-atomic accesses to shared variable `bTxPending':C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.nc:454: warning:   non-atomic readXMDA300M.nc: In function `XMDA300M$StdControl$init':XMDA300M.nc:236: warning: unused variable `i'C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/lib/ReliableRoute/MultiHopEWMA.nc: In function `MultiHopEWMA$SendRouteTask':C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/lib/ReliableRoute/MultiHopEWMA.nc:444: warning: unused variable `sortTbl'C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc: In function `main':C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/StdControl.nc:63: warning:
 `result' might be used uninitialized in this functionXMDA300M.nc: In function `XMDA300M$Sample$dataReady':XMDA300M.nc:480: warning: unused variable `i'    compiled XMDA300 to build/mica2/main.exe   28284 bytes in ROM    2402 bytes in RAMavr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srecavr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex    writing TOS imageset-mote-id build/mica2/main.srec build/mica2/main.srec.out-0 0    installing mica2 binary using mib510uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd8 -dpart=ATmega128 --wr_fuse_e=ff  --erase --upload if=build/mica2/main.srec.out-0Firmware Version: 2.1Atmel AVR ATmega128 is found.Uploading: flash  Fuse
 High Byte set to 0xd8  Fuse Extended Byte set to 0xffrm -f build/mica2/main.exe.out-0 build/mica2/main.srec.out-0    installing mica2 bootloader using mib510uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd8 -dpart=ATmega128 --wr_fuse_e=ff  --upload if=/opt/tinyos-1.x/tos/lib/Deluge/TOSBoot/build/mica2/main.ihexFirmware Version: 2.1Atmel AVR ATmega128 is found.Uploading: flash  Fuse High Byte set to 0xd8  Fuse Extended Byte set to 0xff  Next, I changed ran the xlisten applicatin and the screen shot of running xlisten is below:  [EMAIL PROTECTED] /opt/tinyos-1.x/contrib/xbow/beta/tools/src/xlisten$ xlisten -r -p -c -b=mica2 -s=com1xlisten Ver:$Id: xlisten.c,v 1.13 2004/08/22 23:20:30
 mturon Exp $Using params: [baud=0x1001] [raw] [parsed] [cooked]com1 input stream opened7e427d5e0033881d0a000c81060a00b1014206741caa090e08a3073692 [39]mda300 error: unknown packet_id (6)MDA300 Error: unknown packet id (6)  7e427d5e000388100a000d0200990b00ff004aa2 [26]7e427d5e0033881d0a000e81060a00b1014206731cfe08c8081b094b24 [39]mda300 error: unknown packet_id (6)MDA300 Error: unknown packet id (6)  7e427d5e0033881d0b000f81060b0aa0013506711c860868082a08e1f3 [39]mda300 error: unknown packet_id (6)MDA300 Error: unknown packet id (6)  7e427d5e0033881d0a001081060a00b2014206741c82091208a607cdcc [39]mda300 error: unknown packet_id (6)MDA300 Error: unknown packet id (6)  7e427d5e0033881d0b001281060b0aa0013706711c3508e1079608a1e3 [39]     One more observation I have is: The RED LED on programming board is always on after programming the base station mote. I also changed that mote and the programming board to make sure that any accidental hardware problem don't

[Tinyos-help] Problems updating TinyOS

2006-04-12 Thread Andres Aberasturi

Hi all,

I've updated tinyos from 1.1.7 to 1.1.15 version and I can't load 
applications that use the radio. I use a micaz mote. when I do "make micaz" 
I get the following:


$ make micaz
mkdir -p build/micaz
   compiling XSensorMDA300 to a micaz binary
ncc -o build/micaz/main.exe -Os -I../../tos/interfaces  -I../../tos/system 
-I../../tos/lib -I../../tos/sensorboards/mda300  -I../../tos/platform/micaz  
 -finline-limit=10 -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7D -Wnesc-all 
-target=micaz -fnesc-cfile=build/micaz/app.c -board=mda300  
-DCC1K_DEFAULT_FREQ=RADIO_916BAND_CHANNEL_00 -DRADIO_XMIT_POWER=0xFF 
-I%T/lib/Deluge -DIDENT_PROGRAM_NAME=\"XSensorMDA300\" 
-DIDENT_USER_ID=\"avelazquez\" -DIDENT_HOSTNAME=\"2109-14\" 
-DIDENT_USER_HASH=0x3da11391L -DIDENT_UNIX_TIME=0x443cd3eaL 
-DIDENT_UID_HASH=0x18134854L -I/opt/tinyos-1.x/tos/lib/CC2420Radio 
XSensorMDA300.nc -lm
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc: In 
function `tryToSend':
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:419: 
implicit declaration of function `TOSH_READ_CC_FIFOP_PIN'
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc: In 
function `delayedRXFIFO':
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:544: 
implicit declaration of function `TOSH_READ_CC_FIFOP_PIN'
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc: In 
function `HPLChipconFIFO.RXFIFODone':
C:/tinyos/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:641: 
implicit declaration of function `TOSH_READ_CC_FIFOP_PIN'
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLCC2420InterruptM.nc: 
In function `FIFOP.startWait':
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLCC2420InterruptM.nc:80: 
implicit declaration of function `CC2420_FIFOP_INT_MODE'
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLCC2420InterruptM.nc: 
In function `__vector_7':
C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/micaz/HPLCC2420InterruptM.nc:102: 
implicit declaration of function `CC2420_FIFOP_INT_CLEAR'

make: *** [exe0] Error 1


The functions `CC2420_FIFOP_INT_CLEAR' and `CC2420_FIFOP_INT_MODE' are 
declared in "C:\tinyos\cygwin\opt\tinyos-1.x\tos\platform\micaz\hardware.h", 
but I don't find the function `TOSH_READ_CC_FIFOP_PIN'.


Why aren't the functions found? Could anybody give me a solution?


Thanks in advance,

Andres.

_
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] help on running ../contrib/xbow/apps/XMesh/XMDA300

2006-04-12 Thread Dongyan Chen
The red LED is on because the MDA300 sensor board is not connected to
your mote on the mib 510.

On 4/12/06, chandresh parekh <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I am trying to run XMDA300 app under ../contrib/xbow/apps/XMesh/.
>
> Here is what I did and what I observed.
>
> I programmed three motes with
> opt/tinyos-1.x/contrib/xbow/apps/XMesh/XMDA300 application
> ,using command
> make mica2 install,0 (for base station) 10 (second mote)11 (third mote)
> mib510,com1
>
> the screen shot of installation is given below:
> [EMAIL PROTECTED]
> /opt/tinyos-1.x/contrib/xbow/apps/XMesh/XMDA300
> $ make mica2 install,0 mib510,com1
> mkdir -p build/mica2
> compiling XMDA300 to a mica2 binary
> ncc -o build/mica2/main.exe -Os
> -I%T/../contrib/xbow/tos/platform/mica2 -I%T/../
> contrib/xbow/tos/CC1000RadioAck
> -I%T/../contrib/xbow/tos/lib/ReliableRoute -I%T/
> lib/Queue -DTEN_X -I%T/../contrib/xbow/tos/interfaces
> -I%T/../contrib/xbow/tos/s
> ystem -I%T/../contrib/xbow/tos/lib
> -I%T/../contrib/xbow/tos/sensorboards/mda300
>  -I%T/lib/Broadcast -I%T/../contrib/xbow/tos/lib/XLib
> -finline-limit=10 -W
> all -Wshadow -DDEF_TOS_AM_GROUP=0x88 -Wnesc-all -target=mica2
> -fnesc-cfile=build
> /mica2/app.c -board=mda300
> -DCC1K_DEFAULT_FREQ=RADIO_916BAND_CHANNEL_00 -DRADIO_
> XMIT_POWER=0xFF  -I%T/lib/Deluge
> -DIDENT_PROGRAM_NAME=\"XMDA300\" -DIDENT_USER_I
> D=\"Administrator\" -DIDENT_HOSTNAME=\"piloo\" -DIDENT_USER_HASH=0x0a75adf5L
> -DI
> DENT_UNIX_TIME=0x443cd8c4L -DIDENT_UID_HASH=0xbc772c55L XMDA300.nc -lm
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/sensorboards/mda300/SamplerM.nc
> :515: warning: `Sample.dataReady' called asynchronously from
> `Battery.dataReady'
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.
> nc:187: warning: non-atomic accesses to shared variable `usRSSIVal':
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.
> nc:953: warning:   non-atomic read
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.
> nc:183: warning: non-atomic accesses to shared variable `bTxPending':
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/CC1000RadioAck/CC1000RadioIntM.
> nc:454: warning:   non-atomic read
> XMDA300M.nc: In function `XMDA300M$StdControl$init':
> XMDA300M.nc:236: warning: unused variable `i'
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/lib/ReliableRoute/MultiHopEWMA.
> nc: In function `MultiHopEWMA$SendRouteTask':
> C:/tinyos/cygwin/opt/tinyos-1.x/contrib/xbow/tos/lib/ReliableRoute/MultiHopEWMA.
> nc:444: warning: unused variable `sortTbl'
> C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc: In function `main':
> C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/StdControl.nc:63:
> warning: `resul
> t' might be used uninitialized in this function
> XMDA300M.nc: In function `XMDA300M$Sample$dataReady':
> XMDA300M.nc:480: warning: unused variable `i'
> compiled XMDA300 to build/mica2/main.exe
>28284 bytes in ROM
> 2402 bytes in RAM
> avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
> avr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex
> writing TOS image
> set-mote-id build/mica2/main.srec build/mica2/main.srec.out-0 0
> installing mica2 binary using mib510
> uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd8 -dpart=ATmega128
> --wr_fuse_e=f
> f  --erase --upload if=build/mica2/main.srec.out-0
> Firmware Version: 2.1
> Atmel AVR ATmega128 is found.
> Uploading: flash
> Fuse High Byte set to 0xd8
> Fuse Extended Byte set to 0xff
> rm -f build/mica2/main.exe.out-0 build/mica2/main.srec.out-0
> installing mica2 bootloader using mib510
> uisp -dprog=mib510 -dserial=com1 --wr_fuse_h=0xd8 -dpart=ATmega128
> --wr_fuse_e=f
> f  --upload
> if=/opt/tinyos-1.x/tos/lib/Deluge/TOSBoot/build/mica2/main.ihex
> Firmware Version: 2.1
> Atmel AVR ATmega128 is found.
> Uploading: flash
> Fuse High Byte set to 0xd8
> Fuse Extended Byte set to 0xff
>
> Next, I changed ran the xlisten applicatin and the screen shot of running
> xlisten is below:
>
> [EMAIL PROTECTED]
> /opt/tinyos-1.x/contrib/xbow/beta/tools/src/xlisten
> $ xlisten -r -p -c -b=mica2 -s=com1
> xlisten Ver:$Id: xlisten.c,v 1.13 2004/08/22 23:20:30 mturon Exp $
> Using params: [baud=0x1001] [raw] [parsed] [cooked]
> com1 input stream opened
> 7e427d5e0033881d0a000c81060a00b1014206741caa090e08a3073692
> [
> 39]
> mda300 error: unknown packet_id (6)
> MDA300 Error: unknown packet id (6)
> 7e427d5e000388100a000d0200990b00ff004aa2 [26]
> 7e427d5e0033881d0a000e81060a00b1014206731cfe08c8081b094b24
> [
> 39]
> mda300 error: unknown packet_id (6)
> MDA300 Error: unknown packet id (6)
> 7e427d5e0033881d0b000f81060b0aa0013506711c860868082a08e1f3
> [
> 39]
> mda300 error: unknown packet_id (6)
> MDA300 Error: unknown packet id (6)
> 7e427d5e0033881d0a001081060a00b2014206741c820

[Tinyos-help] Number of Nodes in Network

2006-04-12 Thread Adesola Omotayo








Hello,

 

I am running the Surge_Reliable application on some mica2
motes. One of the nodes has been programmed with a Node ID of 0 (base node) while
the other nodes have distinct IDs other than 0. I want the base node to keep a
count of the number of nodes in the network. Does anyone know of a code that
does this?

 

Any help will be appreciated.

 

Adesola






___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Number of Nodes in Network

2006-04-12 Thread Abid Ali Minhas
Hello Adesola Omotayo,Please use the application Surge_View, a java application. Read the code both from 
Surge_Reliable application and Surge_View. You will be getting more than your current question.Best regards,Abid Ali MinahsOn 4/12/06, 
Adesola Omotayo <[EMAIL PROTECTED]> wrote:













Hello,

 

I am running the Surge_Reliable application on some mica2
motes. One of the nodes has been programmed with a Node ID of 0 (base node) while
the other nodes have distinct IDs other than 0. I want the base node to keep a
count of the number of nodes in the network. Does anyone know of a code that
does this?

 

Any help will be appreciated.

 

Adesola







___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
-- Best regards,Abid Ali Minhas
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] surge-view doesn't show network topology

2006-04-12 Thread Abid Ali Minhas
Hello munirul haque,Please use surge 129 instead of surge 125. You can verify it in makexbowefile. Best regards,Abid Ali Minhas=
On 4/12/06, munirul haque <[EMAIL PROTECTED]> wrote:
hi all,i am using mote kit 400.i have connected the base motewith MIB 510, given AC power to MIB and connented itwith the pc through rs232 serial port. Then i switchedon the MIB and the base mote.I put batter in two other
motes.then i ran the surge serial forwarder file and startit with the command [EMAIL PROTECTED]:57600. and fromcommand prompt i ran the command surge 125.But it is not showing the network topolgy that it is
suppose to show.Do anyone have any idea??any help is highly appreciated..thankssunny__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com___Tinyos-help mailing listTinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help-- 
Best regards,Abid Ali Minhas
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Sounder

2006-04-12 Thread Roberto
I'm using sounder to send acustic messages... Is it possible to select
the frequency of the sound tone? I mean, if I have a node receiving
multiple sound messages from different nodes, the only way is, in my
opinion to have different acoustic frequencies, but in SounderM there is
no possibility to select the frequency. Cane someone tell me how to do
this ?

thank you in advance

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] TOSSIM-packet Compile Error

2006-04-12 Thread Franc Tan
I would like to use the Packet Level Simulation instead of the Bit Level simulation. I've followed the instructions in the README.txt file and included "PFLAGS += -I%T/../beta/TOSSIM-packet" in the Makefile.  When I try to compile it, I get the following error:

 
D:/PROGRA~2/TinyOSB/cygwin/opt/tinyos-1.x/tos/platform/pc/Main.nc:55: cannot find `PowerState'make: *** [exe0] Error 1
 
I've tried downloading the latest source from CVS but the problem still remains.  Any thoughts on how to fix it?
 
Thank you,
Franc
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


RE: [Tinyos-help] Number of Nodes in Network

2006-04-12 Thread Adesola Omotayo








Hello Abid,

 

Thanks. I’ll study the codes for the
applications you mentioned.

 

I thought there could be a way for the
base node itself to discover the number of nodes in the network WITHOUT relying
on an external application such as Surge_View. This is something similar to Pablo’s
proposal.

 

 Adesola

 









From: Abid Ali Minhas
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 12, 2006
8:11 AM
To: Adesola Omotayo
Cc:
tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] Number
of Nodes in Network



 

Hello Adesola Omotayo,

Please use the application Surge_View, a java application. Read the
code both from Surge_Reliable application and Surge_View.
You will be getting more than your current question.

Best regards,
Abid Ali Minahs





On 4/12/06, Adesola
Omotayo <[EMAIL PROTECTED]>
wrote:





Hello,

 

I am
running the Surge_Reliable application on some mica2 motes. One of the nodes
has been programmed with a Node ID of 0 (base node) while the other nodes have
distinct IDs other than 0. I want the base node to keep a count of the number
of nodes in the network. Does anyone know of a code that does this?

 

Any
help will be appreciated.

 

Adesola






___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU

https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help









-- 
Best regards,
Abid Ali Minhas 






___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Where SB_VDD_ANALOG and Mic Power in MTS310 are coming from?

2006-04-12 Thread homin




Hi All
 
I am looking at the schematic of MTS310 sensor 
board.
SB_VDD_ANALOG is being connected to both #14 
and #11of MAX4678 
and Mic Power is being connected to #15 of 
MAX4678.
I cannot see where these are coming 
from.
Have you looked how they are connected and what 
they are?
 
Thanks in advance,
homin
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] View Flash

2006-04-12 Thread Zhengsu Gao
Hi, All,   Can anybody tell me some software or program can view the flash of mica2, except matchbox. Thanks BestZhengsu___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Need HELP about RadioSendCoordinator and RadioReceiveCoordinator

2006-04-12 Thread Kyuwook Cho
Hi all,

I'm trying to get a time using RadioSendCoordinator and RadioReceiveCoordinator.
However, I keep getting the following error message. And I have no idea what causes the error.
I also checked RadioCoordinator.nc interface and there is nothing that would cause parse error.

-- Error Message

make mica
    compiling EventTimeSyncC to a mica binary
ncc -o build/mica/main.exe -Os -board=micasb -target=mica  -Wall
-Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -finline-limit=10
-fnesc-cfile=build/mica/app.c  EventTimeSyncC.nc -lm 
In file included from EventTimeSyncM.nc:16:
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:33: parse error before `TOS_MsgPtr'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:38: parse error before `msg'
EventTimeSyncM.nc:279: conflicting types for `RadioSendCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:33:
previous declaration of `RadioSendCoordinator.startSymbol'
EventTimeSyncM.nc:306: conflicting types for `RadioSendCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:38: previous declaration of `RadioSendCoordinator.byte'
EventTimeSyncM.nc:329: conflicting types for `RadioReceiveCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:33:
previous declaration of `RadioReceiveCoordinator.startSymbol'
EventTimeSyncM.nc:343: conflicting types for `RadioReceiveCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:38: previous declaration of `RadioReceiveCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/platform/mica/MicaHighSpeedRadioM.nc:400:
conflicting types for `RadioSendCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:33:
previous declaration of `RadioSendCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/platform/mica/MicaHighSpeedRadioM.nc:401:
conflicting types for `RadioSendCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:38: previous declaration of `RadioSendCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/platform/mica/MicaHighSpeedRadioM.nc:403:
conflicting types for `RadioReceiveCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:33:
previous declaration of `RadioReceiveCoordinator.startSymbol'
/pro/spawn/users/kycho/tinyos-1.x/tos/platform/mica/MicaHighSpeedRadioM.nc:404:
conflicting types for `RadioReceiveCoordinator.byte'
/pro/spawn/users/kycho/tinyos-1.x/tos/interfaces/RadioCoordinator.nc:38: previous declaration of `RadioReceiveCoordinator.byte'
make: *** [build/mica/main.exe] Error 1


At the configuration file, I did

components MicaHighSpeedRadioM as RadioCoord;

EventTimeSyncM.RadioSendCoordinator -> RadioCoord.RadioSendCoordinator;
EventTimeSyncM.RadioReceiveCoordinator -> RadioCoord.RadioReceiveCoordinator;

At the module implementation, I did

uses interface RadioCoordinator as RadioSendCoordinator;
uses interface RadioCoordinator as RadioReceiveCoordinator;

async event void RadioSendCoordinator.startSymbol(uint8_t bitsPerBlock, uint8_t offset, TOS_MsgPtr msgBuff) {}
async event void RadioSendCoordinator.byte(TOS_MsgPtr msg, uint8_t byteCount) { }
async event void RadioSendCoordinator.blockTimer() { }

async event void RadioReceiveCoordinator.startSymbol(uint8_t bitsPerBlock, uint8_t offset, TOS_MsgPtr msgBuff) {}
async event void RadioReceiveCoordinator.byte(TOS_MsgPtr msg, uint8_t byteCount) { }
async event void RadioReceiveCoordinator.blockTimer() { }

Any idea what is problem? By the way, I'm using mica mote.

Thanks for reply in advance,
Kyuwook


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Tmote Sky: disable CC2420 reception

2006-04-12 Thread Matthew J Whelan
Hi all, I have run into an issue where, when I am trying to force higher data rates across the radio with multiple motes, the transmission of motes ultimately stops until only one is left working.  I am assuming that what is happening is that the one that is working at the end is getting messages out first, and the motes are getting tangled up between reception and transmission and keeeping up with everything else they have to do.  My question then is this, how can I disable reception of packets from CC2420, but maintain ability to send out messages?  Is there a simple way to just turn off the mcu handling of the SFD input? Thanks,Matt___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Tmote Sky: disable CC2420 reception

2006-04-12 Thread Joe Polastre
Your question is really a band-aid to broken code in the 1.x tree. 
I'd recommend trying Boomerang, as it does not suffer from these bugs.

-Joe

On 4/12/06, Matthew J Whelan <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
>
>
> I have run into an issue where, when I am trying to force higher data rates
> across the radio with multiple motes, the transmission of motes ultimately
> stops until only one is left working.  I am assuming that what is happening
> is that the one that is working at the end is getting messages out first,
> and the motes are getting tangled up between reception and transmission and
> keeeping up with everything else they have to do.  My question then is this,
> how can I disable reception of packets from CC2420, but maintain ability to
> send out messages?  Is there a simple way to just turn off the mcu handling
> of the SFD input?
>
>
>
> Thanks,
>
> Matt
> ___
> Tinyos-help mailing list
> Tinyos-help@Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] TinyOS building from source: Docs.

2006-04-12 Thread Muthiah Annamalai
Hello there,I really enjoy using TinyOS + NesC on Cygwin [but not Windows]. I think TinyOS is got a very thoughtful architectureand amazing language NesC, that makes people start from a Zoom.I had installed TinyOS easily on a Windows PC, so I thoughtwhy not use it on my FC3 notebook.I tried [in vain] to read through mailing list archives, downloading CVS tree, installing RPMS, and did not manage to do it right,on my FC3 / Toshiba notebook. In the process, I messed upsome of my system libraries as well.I want to know where I can build TinyOS from scratch/CVS.I really think some help from the maintainers, will help createmore awareness among people to help themselves.I dont like installing from RPMS, really, and wont mind bulidingthings from source.I think Im not barking up the wrong tree, as I looked into nesc-develas well.Basically all Im asking for is,Which versio!
 ns of
 Nesc, Avr library suite, Tinyos work together?Which versions are friendly to each other, and what are their dependencies?If someone from the design team could provide a small document on this, it would save lot of Questions on the ML, and many-back-and-forththings.Thanks  & RegardsMuthu Annamalai,Grad Student, UT-Arlington,TX
		Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] when a frame fails addr recognition

2006-04-12 Thread Giang Nguyen
Hi,1) The cc2420 spec says:
"If a frame is rejected, CC2420 will only start searching for a new
frame after the rejected frame has been completely received (as defined
by the length field) to avoid detecting false SFDs within the frame."
Is there any way to get around this? In other words, I don't want to wait to receive the entirety of a frame that I don't want.In the scope of CC2420RadioM, will flushRXFIFO do it?
2) If
there's an answer in CC2420RadioM for part 1 above, then the next part
is how to detect when a frame fails address recognition.I'm
thinking that in the SFD.captured() from high to low, if both the FIFO
and FIFOP pins are low, then the current frame has failed address
recognition (per fig 12 of the CC2420 datasheet 1_2).Is this right?What if there is a previous frame still in the RXFIFO?
Thanks.
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Sensing Temperature - getData() function

2006-04-12 Thread Gina Upperman








Hi All –

 

We are trying to record both the light and temperature
values read by sensors on the Crossbow Micaz motes.  This works for the
light but not for temperature.  We have implemented the modules for light
and temperature in the same way, but there seems to be a problem in the call to
temp.getData().  Does anyone have experience reading from the temperature
sensor on these motes?  Is there something that you need to do differently
from the light sensor?  Any advice would be appreciated!

 

Thank you very much,

Gina Upperman

Rice University

 

 

 

 

 

 

 






___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Sensing Temperature - getData() function

2006-04-12 Thread Michael Schippling

Are you using the mica sensor board "micasb"? I'm not
sure that the micaz has a light sensor...

If so you need to switch the light and temp sensors on
individually using some of the PW binary outputs. The
Photo and Temp modules in tos/sensorboards/micasb do this.
The micasb schematic shows which outputs you need to use
if you are re-implementing the wheels.
MS



Gina Upperman wrote:

Hi All –

 

We are trying to record both the light and temperature values read by 
sensors on the Crossbow Micaz motes.  This works for the light but not 
for temperature.  We have implemented the modules for light and 
temperature in the same way, but there seems to be a problem in the call 
to temp.getData().  Does anyone have experience reading from the 
temperature sensor on these motes?  Is there something that you need to 
do differently from the light sensor?  Any advice would be appreciated!


 


Thank you very much,

Gina Upperman

Rice University

 

 

 

 

 

 

 





___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help