Re: [Tinyos-help] please help! tossim error

2011-04-20 Thread Prathap Mathiyalagan
Hi Sebastian There is pre installed Xubuntu with Tinyos (xubuntos) it is perfectley working fine try this link's to solve your problem u can use xubuntos using VMware player or Virtual box in Linux or windows plateform ... check all Three links and choose which is confort for you

Re: [Tinyos-help] TinyOS directory /home/raz/local/src/tinyos-2.x/tos

2011-04-20 Thread Prathap Mathiyalagan
Hi There is pre installed Xubuntu with Tinyos (xubuntos) it is perfectley working fine try this link's to solve your problem u can use xubuntos using VMware player or Virtual box in Linux or windows plateform ... check all Three links and choose which is confort for you

Re: [Tinyos-help] MTS300 sensor board and MicaZ

2011-04-20 Thread Miklos Maroti
Add this line to your makefile: SENSORBOARD=mts300 Miklos On Tue, Apr 19, 2011 at 10:45 PM, Kendra Lukowski kl...@students.uwf.edu wrote: Hi, I am having trouble wiring the mts300 sensor board to my project. In my MyTestAppC.nc file I have: implementation{    components new

Re: [Tinyos-help] How to set the PanID, short Addr, ExtAddr to RF230 chip at runtime?

2011-04-20 Thread Miklos Maroti
Hi Wang! Use the ActiveMessageAddressC component to set the address, but that is only 16-bit and not sure if this is what you want. Miklos On Wed, Apr 20, 2011 at 6:03 AM, Wang Jing wangj...@gmail.com wrote: Hi everyone. In google-code version r5538, the RF230 Radio Stack do not support

Re: [Tinyos-help] FTSP microseconds synchronization usign TelosB

2011-04-20 Thread Jose María Castillo Secilla
Dear Janos, thanks for your reply. The code works perfectly if I use it as follow: interface PacketTimeStampT32khz,uint32_t; or interface PacketTimeStampTMilli,uint32_t; but If I use... interface PacketTimeStampTMicro,uint32_t; The system reports the follow at compiling time:

Re: [Tinyos-help] Dissemination of own Packet

2011-04-20 Thread Michiel Konstapel
Except that, by definition, that won't fit because the disseminated value has to fit inside a message_t :) However, if you use your own nx_struct, that should be fine. Michiel -Original Message- From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-

[Tinyos-help] network protocol problem

2011-04-20 Thread Giovanni
hi all Now, I'm trying to develope a simple line network with sensor telosb, using tinyos 2.0. network feauters: 1)MOTE_M = master node   MOTE_S = slave node 2)communication full-duplex 3)adapt to connectivity changes, including node appearance and disappearance MOTE_M -

[Tinyos-help] make micaz sim error

2011-04-20 Thread 崔晓宗
I complie Blink and the following error happened. But I compile BaseStation, it worked very good. My platform is Ubuntu 9.10 , tinyos 2.1.1, with python 2.6.5 Blink$ make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling

Re: [Tinyos-help] rfxlink for new byte radio

2011-04-20 Thread Romain Bornet
Hi Miklos and people on the list ! First, a big thanks for your prompt and helpful answers! Answers to your questions inline below... On Mon, Apr 18, 2011 at 3:38 PM, Miklos Maroti mmar...@math.u-szeged.hu wrote: Hi Romain! On Mon, Apr 18, 2011 at 8:28 AM, Romain Bornet bornet.r...@gmail.com

Re: [Tinyos-help] TinyOS directory /home/raz/local/src/tinyos-2.x/tos

2011-04-20 Thread Vindicated . fool
Great, I've managed to get the virtual box working using the tutorial below http://systembash.com/content/ubuntos-ubuntu-9-10-tinyos-2-x-virtualbox-image/ I had previously tried xubuntos however it was running Ubuntu 7.04 which is EOL and mean't I couldn't update java without a massive

Re: [Tinyos-help] FTSP microseconds synchronization usign TelosB

2011-04-20 Thread Jose María Castillo Secilla
Janos, I have been searching more deeper in your code, I noticed that VUMAKERULES/VUTOSDIR in my system was with errors. Once solved I have tried to compile again: make telosb mkdir -p build/telosb compiling TestPacketTimestampAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O

[Tinyos-help] How much time a node needs to reconfigure the route with CTP?

2011-04-20 Thread sofia aparicio
Hello, I would like to know how much time a node needs to reconfigure the route with CTP because a problem happens with its father. In the ctp paper appears that: It maintains a beaconing interval which varies between 64ms and one hour. Whenever the timer expires, CTP doubles it, up to the

[Tinyos-help] COLLECTION PROTOCOL

2011-04-20 Thread Hiral Jhaveri
Hello all, I am working with Collection protocol in TinyOS-2.x I have successfully simulated it with TOSSIM 1] Is it possible to process the packet in the intermediate nodes before it reaches to the root node ?? Say, the root node has ID 1. And there are other two nodes 2 and 3. Packet format

Re: [Tinyos-help] make micaz sim error

2011-04-20 Thread Prathap Mathiyalagan
Hi There is pre installed Xubuntu with Tinyos (xubuntos) and ubuntu (with tinyos pre installed) it is perfectley working fine try this link's to solve your problem u can use xubuntos using VMware player or Virtual box in Linux or windows plateform ... check all Three links and choose which

[Tinyos-help] 40 Khz square wave on IRIS mote

2011-04-20 Thread giuseppe tummino
Hi, i'm just approaching to the tinyos' world! i want to know how i can generate a 40 khz square wave on a IRIS mote, simply switchin on and off a genealIO port. I succeed in driving and switching portA (B,C etc) of the iris' Atmega1281 using HplAtm128GeneralIOC component; the problem is that

[Tinyos-help] Tinyos-help -- could not open port

2011-04-20 Thread Jheisson Argiro López Restrepo
I try program a Shimmer 2r mote, but I have this error. I don't understand why occur, because in before occasions its run whit out problems. root@jason-desktop:/opt/tinyos-2.1.1/apps/Blink# make shimmer2r reinstall bsl, /dev/ttyUSB0 cp build/shimmer2r/main.ihex build/shimmer2r/main.ihex.out

Re: [Tinyos-help] COLLECTION PROTOCOL

2011-04-20 Thread Omprakash Gnawali
On Wed, Apr 20, 2011 at 5:22 AM, Hiral Jhaveri 07bit...@nirmauni.ac.in wrote: Hello all, I am working with Collection protocol in TinyOS-2.x I have successfully simulated it with TOSSIM 1]  Is it possible to process the packet in the intermediate nodes before it reaches to the root node ??

Re: [Tinyos-help] How much time a node needs to reconfigure the route with CTP?

2011-04-20 Thread Omprakash Gnawali
On Wed, Apr 20, 2011 at 5:02 AM, sofia aparicio aparicioso...@hotmail.com wrote: Hello, I would like to know how much time a node needs to reconfigure the route with CTP because a problem happens with its father. As soon as the problem is detected, you reset the timer and start repairing

Re: [Tinyos-help] rfxlink for Telos

2011-04-20 Thread Janos Sallai
Eric: Eric and Peter: Would you venture into setting SMCLK=DCO as the default for the new generation msp430 platforms? The current msp430 integration branch    has this already set.   At least for anything beyond the x1 family.   I have to check what is done for the telosb. I'm pretty

Re: [Tinyos-help] [tinyos-msp430] rfxlink for Telos

2011-04-20 Thread Michiel Konstapel
I will put together a telos-specific code that allows for choosing compile time whether a) SMCLK should be DCO or DCO/4 (default), and b) selecting the timer configurations (timerB-32khz timerA-micro being the default). Why compile time?   I would think given a platform configuration

Re: [Tinyos-help] Tinyos-help -- could not open port

2011-04-20 Thread mike healy
Hi, Your problem is with the space between the comma after bsl and the port number. There should be no space there, i.e. make shimmer2r reinstall bsl,/dev/ttyUSB0 In the output look for the line that starts with tos-bsl and it should resemble the following, as opposed to what you have shown

[Tinyos-help] CC2420 testing programs

2011-04-20 Thread Prasanna Karthik V
hi all, I need pointers to some testing programs that would help me in test the working of a CC2420 radio. I have soldered some pins of the MCU to a CC2420 module. Now i want to know if the connections i made are correct or not. ___ Tinyos-help

Re: [Tinyos-help] multi hop communication in T2

2011-04-20 Thread Omprakash Gnawali
On Tue, Apr 19, 2011 at 10:22 AM, Omar Cheikhrouhou (cesLab) omar.cheikhrou...@ceslab.org wrote: Hello, Does anybody know how to use multihop communication in T2. I would like to simulate a multihop network application You might want to look at the network protocols available in TinyOS:

Re: [Tinyos-help] network protocol problem

2011-04-20 Thread Omprakash Gnawali
On Wed, Apr 20, 2011 at 4:14 AM, Giovanni fium...@yahoo.it wrote:  hi all  Now, I'm trying to develope a simple line network with  sensor telosb, using tinyos 2.0.  network feauters:  1)MOTE_M = master node    MOTE_S = slave node  2)communication full-duplex  3)adapt to connectivity

Re: [Tinyos-help] is packet corruption normal?

2011-04-20 Thread Omprakash Gnawali
On Tue, Apr 19, 2011 at 9:31 AM, Xiaohui Liu whu...@gmail.com wrote: Hi everyone, A packet is sent with AMSenderC[AM_TYPE].Send.send and it has a payload of, say, 0xFF. After the packet is received by AMReceiverC[AM_TYPE].Receive.receive, sometimes I find it has a different payload (i.e., not

Re: [Tinyos-help] CC1000 pb

2011-04-20 Thread Omprakash Gnawali
On Tue, Apr 19, 2011 at 5:16 AM, mustapha KM km.mustapha2...@gmail.com wrote:  could you please give me an answer about low power lestening , because    i'm getting problem    what i'm trying to do is to send nodes into sleep state for a given    periode of time then wake them for another

Re: [Tinyos-help] Routing protocols in tossim

2011-04-20 Thread Omprakash Gnawali
On Mon, Apr 18, 2011 at 2:43 AM, Shamali Gunawardena shama...@yahoo.com wrote: Hello, I am looking at the routing protocols available in TOSSIM. I have  come across TYMO in their tutorial. I am looking at it. but it is a reactive protocols. are their any other protocols that are available. A

Re: [Tinyos-help] Tinyos-help -- could not open port

2011-04-20 Thread Jheisson Argiro López Restrepo
Hello Mike, you have the right, I remove the space and it works perfect. many thanks. 2011/4/20 mike healy mikeghe...@gmail.com Hi, Your problem is with the space between the comma after bsl and the port number. There should be no space there, i.e. make shimmer2r reinstall

Re: [Tinyos-help] CC2420 testing programs

2011-04-20 Thread Prasanna Karthik V
I need some lower level testing programs. Like, to test the GPIO pins. To check if the interrupt pins are working correctly. If the TXFIFO load succeeded or not? etc. For example, like this http://docs.tinyos.net/index.php/Platform_Creation_and_Testing The first program I would check is

Re: [Tinyos-help] is packet corruption normal?

2011-04-20 Thread Xiaohui Liu
Thanks for your reply. So you mean received packet payload can be different from its payload at the sender side? If so, what's the probability for this case to happen, approximately? Does this apply to UART stack as well besides radio stack? On Wed, Apr 20, 2011 at 2:40 PM, Omprakash Gnawali

Re: [Tinyos-help] serial forwarder error

2011-04-20 Thread roberto pagliari
never mind, it works now On Tue, Apr 19, 2011 at 5:18 PM, roberto pagliari rpagliari...@gmail.comwrote: Apologies for the delay in my answer, I've been working on other projects recently. I can run the listener app now. Basestation is connected to ttyUSB0 in my case. However I do not see

Re: [Tinyos-help] is packet corruption normal?

2011-04-20 Thread Xiaohui Liu
Are the packet corruption caused by fase positive of CRC? Essentially I'm just trying to see if these corrupted packets are due to the inherent limit of the radio stack or some bug in my code. Best regards, On Wed, Apr 20, 2011 at 3:07 PM, Xiaohui Liu whu...@gmail.com wrote: Thanks for your

Re: [Tinyos-help] Running MultihopOscilloscope

2011-04-20 Thread Omprakash Gnawali
If the print message that you inserted did not print something, you might want to double check to make sure everything is recompiled. - om_p On Fri, Apr 15, 2011 at 3:20 PM, Sherlock pratikpatil0...@gmail.com wrote: Hello om_p, What about the first part? receive error for OscilloscopeMsg

Re: [Tinyos-help] Re garding Multihop Oscilloscope

2011-04-20 Thread Omprakash Gnawali
On Fri, Apr 15, 2011 at 3:08 PM, Sherlock pratikpatil0...@gmail.com wrote: Hello everyone, In multihoposcilloscope application, suppose I have three nodes and I want to check the hop by hop working of this application. So how should I go about it? The readme.txt is not very much clear.

Re: [Tinyos-help] is packet corruption normal?

2011-04-20 Thread Omprakash Gnawali
You might want to see the thread with this subject erroneous data in received packets for discussion on a related topic. - om_p On Wed, Apr 20, 2011 at 4:28 PM, Xiaohui Liu whu...@gmail.com wrote: Are the packet corruption caused by fase positive of CRC? Essentially I'm just trying to see if

[Tinyos-help] flash partition using logwrite

2011-04-20 Thread rupesh vishwakarma
On 20 April 2011 18:57, rupesh vishwakarma rupesh...@gmail.com wrote: Hi , I am working on telos b which have STM25 flash . Presently I am using logstorage to store my messages in the flash I want to use my flash to store an jpeg image and store the routing information so i need to

[Tinyos-help] Ubuntu 9.10 + TinyOS 2.x VirtualBox Image + SBT80v2

2011-04-20 Thread Wolfgang Zweimuller
Hello! I am an German speaking guy, who is currently in the US. I have to develop a software to get the acceleration data of this board: http://www.easysen.com/SBT80.htm I have an example code which should make this easy for me: http://www.easysen.com/support/SBT80v2/samplecode_SBT80v2/ I am