Re: [Tinyos-help] mviz

2013-02-19 Thread Eric Decker
On Mon, Feb 18, 2013 at 11:38 PM, Dang Thi Hai Ha hris2...@gmail.comwrote: Hello, I never work with mviz so I don't know what problem you're having. Maybe you should try to look at this: https://tinyos-main.googlecode.com/svn/trunk/apps/MViz/README.txt tinyos-main.googlecode.com/svn is

[Tinyos-help] Schematics Needed and also puzzled about where to find the supposed TINYOS operating system's protocol and implementations

2013-02-19 Thread An Feng
: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/5c2ae29c/attachment-0001.htm -- Message: 3 Date: Mon, 18 Feb 2013 23:48:29 -0800 (PST) From: meriam merioum...@yahoo.com Subject: Re: [Tinyos-help] mviz To: tinyos-help

Re: [Tinyos-help] Telosb Simulator in TinyOS.

2013-02-19 Thread awais
Hi, plz any one send me the .jar file of avrora supporting telosb motes. Thanks! Regards Muhammad Awais awais78...@yahoo.com -- View this message in context: http://tinyos-help.10906.n7.nabble.com/Telosb-Simulator-in-TinyOS-tp2256p22603.html Sent from the TinyOS - Help mailing list archive

Re: [Tinyos-help] Transmission power for CC2420 packet

2013-02-19 Thread Farzad Samie
On 03.02.2013 21:13, Swetha wrote: e range of transmission power in dbm??? You can find all information you need in this file. http://moss.csc.ncsu.edu/~mueller/rt/rt11/readings/projects/g4/datasheet.pdf And yes, 0dbm is the maximum output power. ___

[Tinyos-help] Disabling CRC in IRIS

2013-02-19 Thread chatura seneviratne
Hi, We are trying to disable CRC check in IRIS nodes. So as suggested in tinyOS forum we commented if( crc == 0 ) line in RF230LayerP.nc file. But we didn't get any corrupted packets. However, there were packet losses. We confirmed that by using a sequence number as the payload. Is there any

[Tinyos-help] help me

2013-02-19 Thread babli sen
I'm interested in running TinyDB in simulation, so I did: /apps/TinyDBApp/make pc /tools/java/net/tinyos/tinydb/make -f MakePC Everything went ok but some warning msg for TinyDBApp. I run: /apps/TinyDBApp/build/pc/main.exe -gui 5 java ...tinyviz.jar java ...TinyDBMain -sim What happens is that

[Tinyos-help] reduce radio's power consumption

2013-02-19 Thread Farzad Samie
Hello I'm trying to measure the radio module power (in send/receive state). My platform is telosb (tinyos2.x and radio module is cc2420). I use low power listening interface. I have two nodes: The first one is just a sender; it should only send packet and doesn't need to receive any thing.

[Tinyos-help] DSR

2013-02-19 Thread reziii
Hi please help me... I need to DSR routing source code. thanks -- View this message in context: http://tinyos-help.10906.n7.nabble.com/DSR-tp22531.html Sent from the TinyOS - Help mailing list archive at Nabble.com. ___ Tinyos-help mailing list

Re: [Tinyos-help] Packet contents

2013-02-19 Thread Michael Schippling
I'm just starting to deal with T2's Listen and ListenRaw (under Ubuntu) and found that ListenRaw has some kind of timing and error issues. If I run it in a shell window it just hangs around and prints no message data, but if I step through it in Eclipse I get a few lines of output before (it

Re: [Tinyos-help] Change default transmission power RF230 (IRIS MOTE)

2013-02-19 Thread Mitul
I have tried it and, I think after reducing the transmission power range is of about one small room. Can any one tell me actually how to remove the antenna physically?? -- View this message in context:

Re: [Tinyos-help] problems with TestSerial : serial link issues

2013-02-19 Thread Janos Sallai
Have you programmed the mote with TestSerial? Is it connected to the PC? Are you sure that it's on /dev/ttyUSB0 and not some other port (check motelist output to verify)? Is the little red LED next to the USB connector blinking on the mote when it's connected to the PC? Janos On Tue, Feb 5, 2013

[Tinyos-help] raspberry pi + TinyOS

2013-02-19 Thread Dane Hamilton
We are trying to install TinyOS onto a raspberry pi running Raspbian Wheezy for interfacing with TelosB motes. While trying to use the automatic installation of the TinyOS Debian Repository, we are experiencing connection errors. We've updated /etc/apt/sources.list to include only deb

Re: [Tinyos-help] Time to transmit in CC2420!

2013-02-19 Thread Janos Sallai
Wasid, You probably can't reduce that, at least not without digging deep into the radio stack code. Notice that there is a significant delay between issuing send and the packet actually going out. First, the SPI resource needs to be acquired. Then, the packet is uploaded to the TX FIFO of the

[Tinyos-help] Raspbian and TinyOS

2013-02-19 Thread Dane Hamilton
I apologize if I posted this twice. We are trying to install TinyOS onto a raspberry pi running Raspbian Wheezy for interfacing with TelosB motes. While trying to use the automatic installation of the TinyOS Debian Repository, we are experiencing connection errors. We've updated

Re: [Tinyos-help] Schematics Needed and also puzzled about where to find the supposed TINYOS operating system's protocol and implementations

2013-02-19 Thread Eric Decker
/cgi-bin/mailman/listinfo/tinyos-help -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/5c2ae29c/attachment-0001.htm -- Message: 3 Date: Mon, 18 Feb

Re: [Tinyos-help] Do you know where MVizMsg file is? (Working with MViz application TOS2)

2013-02-19 Thread meriam
salam, hello nihar, i am a student preparing my memory in university of sciences in Monastir Tunisia. i want to exe MViz so i tape the command tos-mviz MVizMsg but the window appears and get closed so fast. should i do something to see that window and with the right form (topology and links and

Re: [Tinyos-help] Mviz Problem

2013-02-19 Thread meriam
salam, hello t'aim, i am a student preparing my memory in university of sciences Monastir Tunisia. when i run MViz ( tos-mviz MVizMsg) the window get closed so fast do you have any suggestion or advice thank you in advance -- View this message in context:

Re: [Tinyos-help] Raspbian and TinyOS

2013-02-19 Thread antonio rosa
Hi, I tried it two months ago, First, I used the automatic installation via TinyOS Debian Repository but the results were similar to yours ando more . Also, I tried to make a manual installation of every .deb packet listed in TinyOS but the this form failed as well. I have motes connected to

Re: [Tinyos-help] Raspbian and TinyOS

2013-02-19 Thread Inglezakis Antonios
You have to install,the following packages from raspbian's repositories first (if they exist). |sudo apt-get install build-essential openjdk-6-jdk openjdk-6-jre python2.7 python2.7-dev automake avarice avr-libc msp430-libc avrdude binutils-avr binutils-msp430 gcc-avr gcc-msp430 gdb-avr

Re: [Tinyos-help] Raspbian and TinyOS

2013-02-19 Thread antonio rosa
2013/2/19 Ahmed Gamaleldin ah.gamalel...@googlemail.com Dear antonio, Could you please help me more to understand what you have already done. - First what are the motes you have used and how you connect them via Raspberry PI UART. You can use any mote that provided

Re: [Tinyos-help] Raspbian and TinyOS

2013-02-19 Thread antonio rosa
In the 51 pins connector?? 2013/2/19 Ahmed Gamaleldin ah.gamalel...@googlemail.com Thanks for your help, I'd like to ask about how to use the UART of the IRIS nodes, they are not providing such interface in the processor board. Did you use an external board? On Tue, Feb 19, 2013 at 12:54

Re: [Tinyos-help] TOSSIM Tinyviz in Tinyos2.1.1

2013-02-19 Thread meriam
salam, hello, really i need some help!! i can't run tinyviz in tinyos2.1.0 in exe MViz, the window is so fast closed do you have any suggestion or advice plz thank you very much in advance best regards meriam ___ Tinyos-help mailing list

[Tinyos-help] Information Port Change for Schematics Mote:micaz

2013-02-19 Thread An Feng
Hi All, Thanks for help. I get some schematics information, However, what I am saying is that:the TINYOS is famous for the smallest embedded sensor system's operating system right? And its real time multi-tasking structures. However, I find the system is based on a common compiler, CCS and

[Tinyos-help] Thanks for help about schematics, however how to modify the schematics to cater for higher power consumption?

2013-02-19 Thread An Feng
-- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/5c2ae29c/attachment-0001.htm -- Message: 3 Date: Mon, 18 Feb 2013 23:48:29 -0800 (PST) From: meriam merioum

[Tinyos-help] how to do IRIS simulation without using TOSSIM or TINYVIZ

2013-02-19 Thread An Feng
Hi All, Can some one tell me how to use IRIS independently without using TOSSIM or TINYVIZ. It is not difficult to do software programming, especially when using very familiar languages such as C or C++ or Java or tcl/tk or Python or AWK and so on. TOSSIM is not capable to do software

[Tinyos-help] Request for information about X-ubuntu

2013-02-19 Thread An Feng
___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219

[Tinyos-help] Entra nella mia rete su LinkedIn

2013-02-19 Thread Ashkan Ekhtiari tramite LinkedIn
LinkedIn Ashkan Ekhtiari ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di Ashkan Ekhtiari

[Tinyos-help] Request for help about Antenna system design for Mica2 and Micaz

2013-02-19 Thread An Feng
-- Thanks, Ahmed Gamal -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/74d0316e/attachment-0001.htm -- Message: 2 Date: Tue, 19 Feb 2013 12:11:10 +0100 From

[Tinyos-help] First time installation problems

2013-02-19 Thread Astralix
Hi! I'd like to check out tinyos for the first time. I followed the instructions from the wiki here: http://docs.tinyos.net/tinywiki/index.php/Main_Page That in the 'Getting Started' with linux chapter request to add the repository from this address: deb

Re: [Tinyos-help] Tinyos-help Digest, Vol 118, Issue 39

2013-02-19 Thread An Feng
Hello Sir, Can someone provide micaz schematics for me? It is highly useful however, I think it is better to diagnostic the power distribution on the sensor board using pSpice first. Can some one help me? Thanks! An Feng anderson.an.f...@aol.com -Original Message- From:

Re: [Tinyos-help] raspberry pi + TinyOS

2013-02-19 Thread Janos Sallai
It doesn't work, because the tinyos packages haven't been built for arm. If you want to do development (i.e. compiling tinyos applications, programming motes) on the raspberry pi, you will need to build everything from source. If you want to use the raspberry pi as a gateway, the only thing you

Re: [Tinyos-help] raspberry pi + TinyOS

2013-02-19 Thread András Bíró
On Tue, Feb 19, 2013 at 3:50 PM, Janos Sallai sal...@isis.vanderbilt.eduwrote: It doesn't work, because the tinyos packages haven't been built for arm. If you want to do development (i.e. compiling tinyos applications, programming motes) on the raspberry pi, you will need to build everything

Re: [Tinyos-help] Disabling CRC in IRIS

2013-02-19 Thread Miklos Maroti
Hi Chatura, That is really the way to disable CRC checks, there is no other method for the RF230 (CRC calculation is done in software while the packet is downloaded from the SPI bus). You should move your motes very very far away to get bit errors. Miklos On Thu, Feb 14, 2013 at 7:39 PM,

Re: [Tinyos-help] MSP430F5438a+CC2520 - SfdCapture.captured event never happens

2013-02-19 Thread Erdélyi Ádám [Edöm]
Hi Eric, On 2013.02.18. 1:47, Eric Decker wrote: Not enough information. Can you push your tree to your account on github? If you don't have a github account please get one so you can push your code up to it and then I can look at it. I didn't have a github account so I created one

Re: [Tinyos-help] MSP430F5438a+CC2520 - SfdCapture.captured event never happens

2013-02-19 Thread Erdélyi Ádám [Edöm]
Hi Johny, On 2013.02.17. 23:40, Johny Mattsson wrote: On 17 February 2013 23:00, Erdélyi Ádám [Edöm] erdelyiadam.e...@gmail.com mailto:erdelyiadam.e...@gmail.com wrote: the high-level of the signal is only around 0.3V. (I don' really understand why so low.) Is the pin on the MSP

Re: [Tinyos-help] First time installation problems

2013-02-19 Thread Eric Decker
On Tue, Feb 19, 2013 at 6:04 AM, Astralix ulrich.pr...@googlemail.comwrote: Hi! I'd like to check out tinyos for the first time. I followed the instructions from the wiki here: http://docs.tinyos.net/tinywiki/index.php/Main_Page That in the 'Getting Started' with linux chapter request to

Re: [Tinyos-help] Request for information about X-ubuntu

2013-02-19 Thread Eric Decker
Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/9f417623/attachment-0001

[Tinyos-help] bug to set default tx power in CC2420X stack

2013-02-19 Thread Xiaohui Liu
Hi everyone, There is a bug when you set default tx power for CC2420X stack. A quick fix is posted herehttp://xiaohuiliucuriosity.blogspot.com/2013/02/bug-to-set-tx-power-in-cc2420x-stack.htmlin case anyone else experiences it. Janos will commit it later. -- -Xiaohui Liu TelosB TinyOS 2.1.2

Re: [Tinyos-help] Request for information about X-ubuntu

2013-02-19 Thread An Feng
/20130219/9f417623/attachment-0001.htm --Message: 4Date: Tue, 19 Feb 2013 12:19:38 +0200From: Inglezakis Antonios lt;aiggleza...@gmail.comgt;Subject: Re: [Tinyos-help] Raspbian and TinyOSTo: tinyos-help@millennium.berkeley.eduMessage-ID: lt;512351ba.9070...@gmail.comgt

Re: [Tinyos-help] Request for information about X-ubuntu

2013-02-19 Thread Eric Decker
attachment was scrubbed...URL: https://www.millennium.**berkeley.edu/pipermail/tinyos-** help/attachments/20130219/**9f417623/attachment-0001.htmhttps://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130219/9f417623/attachment-0001.htm-- **Message

Re: [Tinyos-help] First time installation problems

2013-02-19 Thread Astralix
Hi Saeid, hi Eric, Saeid, you did a nice guide, but it installs the latest 2.1.2 release of tinyos but the old msp430-gcc version 4.5.3: So: deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main apt-get remove tinyos-2.1.1 tinyos-2.1.2 apt-get autoremove --purge msp430* apt-get install