hi all,
wel i have been able to capture the acoustic signal using mica2 motes.
any one seeking help can send me a mail i would love to help you guys or if any 
suggestion you are seeking
regards 
rachit 


On Sun, 17 Jun 2007 [EMAIL PROTECTED] wrote :
>Send Tinyos-help mailing list submissions to
>       [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
>You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Tinyos-help digest..."
>
>
>Today's Topics:
>
>    1. DELUGE in TOSSIM (Micfox Micfox)
>    2. MIG (antonio gonga)
>    3. Questions about using Deluge T2 (Yu-En Tsai)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 16 Jun 2007 01:10:39 -0400
> From: "Micfox Micfox" <[EMAIL PROTECTED]>
>Subject: [Tinyos-help] DELUGE in TOSSIM
>To: [email protected]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset=gb2312; format=flowed
>
>Hi,
>   After struggling with the environmental setting for TOSSIM, I finally got
>it to Deluge... However, when I attempted to run the main.exe (even with
>one node). I still got the eeprom errors (It seems the size of required
>eeprom is bigger than the presetting one):
>
>===============================================
>./build/pc/main.exe -l=1 1
>
>SIM: EEPROM system initialized.
>SIM: event queue initialized.
>SIM: Random seed is 769588
>SIM: Initializing sockets
>SIM: Created server socket listening on port 10584.
>SIM: Created server socket listening on port 10585.
>SIM: Time for mote 0 initialized to 39672702.
>SIM: eventAcceptThread running.
>SIM: commandReadThread running.
>
>(it puased here around 3-5 seconds, then the following errors come out. I
>could not capture the error message between the upper half and lower half
>since these error message pop out quick and extensively)
>..........
>0: ERROR: Tried to read EEPROM address 0xf03ca of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03cb of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03cc of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03cd of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03ce of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03cf of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d0 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d1 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d2 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d3 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d4 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d5 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d6 of mote when its max EEPROM
>address is 0x80000.
>0: ERROR: Tried to read EEPROM address 0xf03d7 of mote when its max EEPROM
>address is 0x80000.
>
>
>=============================================
>
>Please advise how I could set this up properly so that the eeprom size
>would not be complained...
>
>_________________________________________________________________
>ÓëÊÀ½ç¸÷µØµÄÅóÓѽøÐн»Á÷£¬Ãâ·ÑÏÂÔØ  Live Messenger;
>http://get.live.com/messenger/overview
>
>
>
>------------------------------
>
>Message: 2
>Date: Sat, 16 Jun 2007 14:42:18 +0000
> From: antonio gonga <[EMAIL PROTECTED]>
>Subject: [Tinyos-help] MIG
>To: TINYOS <[email protected]>
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hey All ,I need your help regarding to MIG.I'm tried to use mig to generate 
>Java Classes automatically, and I got it to work, but my problem is that in 
>the generated classes there are no packages... I don't know why..thanks in 
>advance-antonio
>_________________________________________________________________
>With Windows Live Hotmail, you can personalize your inbox with your favorite 
>color.
>www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&ocid=TXT_TAGLM_HMWL_reten_addcolor_0607
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070616/73709c7e/attachment.htm
>
>------------------------------
>
>Message: 3
>Date: Sat, 16 Jun 2007 12:52:56 -0500
> From: "Yu-En Tsai" <[EMAIL PROTECTED]>
>Subject: [Tinyos-help] Questions about using Deluge T2
>To: [email protected]
>Message-ID:
>       <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi,
>I was trying to use Deluge T2. I followed the programming manual by JHU.
>I have done the first 2 steps: ./Bootstrap and ./configure, but I have no
>idea
>about how to install it: "make" and "make install" don't work.
>
>Moreover, when I tried to run the script, there is an import error:
>(./tos-deluge /dev/ttyS0 micaz -p 0)
>
>Traceback (most recent call last):
>   File "./tos-deluge", line 35, in <module>
>     import tinyos
>   File "/opt/tinyos-2.x/tools/tinyos/misc/tinyos.py", line 1, in <module>
>     import struct, time, serial, socket
>ImportError: No module named serial
>
>Anyone has idea?
>
>Thanks a lot
>Yu-En Tsai
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: 
>http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070616/479d09d0/attachment.html
>
>------------------------------
>
>_______________________________________________
>Tinyos-help mailing list
>[email protected]
>https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>End of Tinyos-help Digest, Vol 50, Issue 101
>********************************************
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to