[Tinyos-help] Fwd: Need help related to XbowCam.acquire

2011-04-19 Thread Ibrahim Abbas
-- Forwarded message -- From: Ibrahim Abbas Date: Tue, Apr 12, 2011 at 7:23 PM Subject: Need help related to XbowCam.acquire To: tinyos-help@millennium.berkeley.edu Hi everyone, when we use the following commands to capture the image XbowCam.acquire(COLOR_UYVY, (void*)BASE_FRAM

[Tinyos-help] multi hop communication in T2

2011-04-19 Thread Omar Cheikhrouhou (cesLab)
Hello, Does anybody know how to use multihop communication in T2. I would like to simulate a multihop network application Thanks in advance, ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/ma

[Tinyos-help] please help! tossim error

2011-04-19 Thread seba.fra...@alice.it
Dear tinyos-help, I can't figure out how to solve this problem: I can't compile the Blink example application with the tossim simulator I installed tinyos on my Ubuntu 10.10 following the guide on Tinyos wiki and set the environment variables and all the other stuff.. but when I tenter in the s

[Tinyos-help] MTS300 sensor board and MicaZ

2011-04-19 Thread Kendra Lukowski
Hi, I am having trouble wiring the mts300 sensor board to my project. In my MyTestAppC.nc file I have: implementation{ components new SensorMts300C(); ... MyTestC.Read -> SensorMts300C; ... } and in MyTestC.nc I have module MyTestC{ ... uses interface Read as Light; uses interfa

Re: [Tinyos-help] Dissemination of own Packet

2011-04-19 Thread Deeksha G Rao Sahib
Hi, Since the Disseminator component is generic, you can mention the type of the data you want to send in the declaration, as shown below. In the configuration, components new DisseminatorC(message_t, 0x1234) as MyCommand; In module, uses interface DisseminationValue as Command_Value; uses inter

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

2011-04-19 Thread Wang Jing
Hi everyone. In google-code version r5538, the RF230 Radio Stack do not support setting ieee802.15.4 address to the hardware. But the cc2420 radio stack provides a CC2420Config interface, which can be used to set 802.15.4 address and panId at runtime. So the DHCP in TinyOS IPv6 stack can allocate

Re: [Tinyos-help] rfxlink for Telos

2011-04-19 Thread Thomas Schmid
The only thing I can think of why not to switch to higher DCO is power draw. The same counts for setting SMCLK to DCO instead of DCO/4. Even though all the peripherals can divide it down, power draw is likely to be higher. At the same time, we duty-cycle DCO so the increase might be negligible. At

Re: [Tinyos-help] rfxlink for Telos

2011-04-19 Thread Eric Decker
On Tue, Apr 19, 2011 at 2:45 PM, Janos Sallai wrote: > Vlado, Jan: > > Thanks for the comments. > > It seems to me that there are two distinct points here. The first is > setting SMCLK to the DCO frequency, which would allow the SPI clock to > go up to DCO/2 (2MHz on the telos). The second is chan

Re: [Tinyos-help] serial forwarder error

2011-04-19 Thread roberto pagliari
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 the packet on my computer. Here is what I do bob@bob-laptop:/opt/tinyos-2.1.1/apps/BaseStation$ export MOTECOM=

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

2011-04-19 Thread Patrick Lindsay
I am running Ubuntu lucid 10.04. I've followed the guide below to install tinyos 2.1.1 http://developerstation.blogspot.com/2010/09/installing-tinyos-on-ubuntu-104.html When I open a new terminal 'Setting up for TinyOS 2.1.1' appears and no errors appear in tos-check-env However when I attempt t

Re: [Tinyos-help] rfxlink for Telos

2011-04-19 Thread Janos Sallai
Vlado, Jan: Thanks for the comments. It seems to me that there are two distinct points here. The first is setting SMCLK to the DCO frequency, which would allow the SPI clock to go up to DCO/2 (2MHz on the telos). The second is changing the roles of timerA and timerB, which would allow for microse

[Tinyos-help] [MobiWac 2011] Call for Paper (June 10, 2011)

2011-04-19 Thread aggeloko
-- ** We apologize if you receive multiple copies of this message ** == The 9th ACM* International Symposium on Mobility Management and Wireless A

[Tinyos-help] multi hop communication in T2

2011-04-19 Thread Omar Cheikhrouhou (yahoo)
Hello, Does anybody know how to use multihop communication in T2. I would like to simulate a multihop network application Thanks in advance, ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/ma

Re: [Tinyos-help] how to define topology in tossim

2011-04-19 Thread Mohamed Maalej
hi, you can also follow this tutorial for defining a topology in wsn ... http://docs.tinyos.net/index.php/TOSSIM regards, 2011/4/19 Maissa Ben Jamaa > Salam, > > Tossim2 allows you to define your topology by defining the x and y of each > node. > > Best

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

2011-04-19 Thread Janos Sallai
Jose, Use the TestPacketTimeSync app. There is a readme file there that describes how to run it and what the resulting data means. http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x-contrib/vu/apps/TestPacketTimeSync/README.txt Janos 2011/4/19 Jose María Castillo Secilla : > Hi there!, > > tha

Re: [Tinyos-help] how to define topology in tossim

2011-04-19 Thread Maissa Ben Jamaa
Salam, Tossim2 allows you to define your topology by defining the x and y of each node. Best, Maissa 2011/4/19 Omar Cheikhrouhou (yahoo) > Dear all, > > Do you have script/tools that permit to define topology in TOSSIM. > > For example I would like to simulate the following topology > > > > >

[Tinyos-help] is packet corruption normal?

2011-04-19 Thread Xiaohui Liu
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 0xFF). But the probability for this to happen is low, around 1 out o

Re: [Tinyos-help] Interfacing of PIR sensor with micaz mote

2011-04-19 Thread Michael Schippling
Here's my list of mica pinouts: http://www.etantdonnes.com/Motes/ATMEGApins.txt Pretty much any I/O pin that is not labeled as used by the controller board is available to you. The PW, or PortC, pins are most commonly used for this. The way of reading an I/O pin changed between T1 and T2, so

Re: [Tinyos-help] toscomm.dll for 64bit Systems

2011-04-19 Thread Chris B
antonio, can you not just install the 32-bit java (e.g. to C:\Program Files (x86)\Java, then add C:\Program Files (x86)\Java\jdk1.6.0_24\bin; to the front of your PATH environment variable, copy the toscomm.dll & getenv.dll to C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin)? Should still run o

[Tinyos-help] CC1000 lpl problem

2011-04-19 Thread mustapha KM
Hi everybody 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 periode of time (they will be on during the whole seconde periode) , i

[Tinyos-help] Dissemination of own Packet

2011-04-19 Thread Vishrut Shah
Hello , I just explored Dissemination protocol from tutorials. It disseminates a counter in network . but i want to disseminate a own packet so how can i do that ??? I found that interface DisseminationUpdate.changed() and DisseminationValue.get() used for geeting & updating counter.

[Tinyos-help] need help in compiling Ppprouter on iris motes

2011-04-19 Thread Shrikant U Hallur
Hi All, I am working on blip-rpl-devel version of tinyos available in tinyos svn repo, i tried to compile Ppprouter on iris mote by doing "make iris blip" and i am getting the following errors /opt/tinyos-2.x/tos/system/LedC.nc:32:25: error: PlatformLed.h: No such file or directory In file includ

[Tinyos-help] precision differential channels

2011-04-19 Thread Alessandro Matese
Hi, I would to read the precision differential channels in the MDA300 sensorboard + IRIS, nay idea ? Thank you very much Alessandro ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/list

[Tinyos-help] Interfacing of PIR sensor with micaz mote

2011-04-19 Thread sumit bhogal
Can anybody tell me what is the procedure to interface PIR sensor with crossbow micaz mote and its programming board. Which pins should i use from 51 pin interface slot to get output. What changes should i made in the already present codes in Tinyos examples to get my result?? With regards Sumit

[Tinyos-help] CC1000 pb

2011-04-19 Thread mustapha KM
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 periode of time (they will be on during the whole seconde periode) , i used setLocal

[Tinyos-help] 51-pin header on MDA100 board

2011-04-19 Thread Roman Berešík
Hi, To answer your question, yes this board has 51 pins connectors on both sides. One is male and second one is female type. Bero ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

[Tinyos-help] Sensing in TinyOS 2.x: Trouble with telosb while it works fine with telosa

2011-04-19 Thread Tuan Anh Nguyen
Hi All, I install TinyOS with Cygwin on Windows XP. I am playing with the Oscilloscope app in $TOSROOT/apps/Oscilloscope with telosb sensors. I Replaced DemoSensorC() with several other ones, e.g. HamamatsuS1087ParC(), SensirionSht11C() Everything goes smoothly with "make *telosa *install". But "

[Tinyos-help] lpl pb

2011-04-19 Thread mustapha KM
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 periode of time (they will be on during the whole seconde periode) , i used setLocal

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

2011-04-19 Thread Jan Hauer
I believe all the instruments are there, it's just a job of the platform(-maintainer) to use them: - it's a platform-specific decision which Timer module provides the 32 kHz clock, it can be changed by shadowing the Msp430Timer32khzMapC (e.g eyesIFX or shimmer do that). If a platform decides to so

Re: [Tinyos-help] How to convert RAW data to degree Celsius for Telos B

2011-04-19 Thread jostargal
According to the Telos rev.B datasheet, the SHT11 device is powered by pin P1.7/TA2 (#19 from MSP430F1611). I think the high level would be Vcc. You can use the internal ADC12 converter to get the AVcc voltage (using the constant 'SUPPLY_VOLTAGE_HALF_CHANNEL' or input channel number 11). Regards

Re: [Tinyos-help] LQI and RSSI values on iris

2011-04-19 Thread Miklos Maroti
Hi Peter! Thanks for the clarification. You are completely right: you can get BOTH the LQI and the ED (energy, which is averaged RSSI over 8 symbols), I made a mistake. You cannot get however both the ED and the instantaneous RSSI. Miklos On Tue, Apr 19, 2011 at 12:56 PM, Peter Trenkamp wrote:

Re: [Tinyos-help] LQI and RSSI values on iris

2011-04-19 Thread Peter Trenkamp
Hello Umit and Miklos, I don't think there is a conversion formula for the LQI between the values from RF230 chip (Iris mote) and CC2420 (Shimmer mote). The IEEE 802.15.4 standard defines that this parameter have to use a range from 0 to 255 but a specific formula to calculate the LQI is not defined.

[Tinyos-help] mailing list adress

2011-04-19 Thread mustapha KM
what is the mailing list adress because i'm having three of them ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] LQI and RSSI values on iris

2011-04-19 Thread Miklos Maroti
Hi! Look at the RF230ActiveMessageC component, and there you will see the PacketRSSI interface. Also, read the README in tos/chips/rf230 directory. You can either obtain the LQI or RSSI, but not both on the IRIS. As for the conversion, use the datasheets of the AT86RF230 and CC2420 radios to figur

Re: [Tinyos-help] how to define topology in tossim

2011-04-19 Thread Marco Chirico
Hi Omar, I followed this tutorial: http://www.tinyos.net/dist-2.0.0/tinyos-2.x/doc/html/tutorial/usc-topologies.html Hope this helps, Marco ___ Tinyos-help mailing list

[Tinyos-help] how to define topology in tossim

2011-04-19 Thread Omar Cheikhrouhou (yahoo)
Dear all, Do you have script/tools that permit to define topology in TOSSIM. For example I would like to simulate the following topology Thanks in advance, Omar <>___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.m

[Tinyos-help] LQI and RSSI values on iris

2011-04-19 Thread CELALETTIN UMIT BAS
Hello, I have problem on reading LQI and RSSI values from a iris mote. In one of my application I was using RSSI and LQI values. I used to use shimmer motes with tinyos. Both of LQI values were provided in CC2420Packet interface with the functions of getRssi and getLqi. But now I am trying to use

Re: [Tinyos-help] Routing between two computers using IPBaseStation with blip

2011-04-19 Thread PIETRO GONIZZI
Hi Aaron, Can you see the route to the mote with UdpEcho from both ip-drivers? I mean, can you ping6 the mote from both laptops? You can debug the problem at the mote side (UdpEcho), adding for instance some printf in the code to see if you receive routing advertisements from both routers. Unfortu

Re: [Tinyos-help] Installing Tinyos 2.1.0 on a Ubuntu 10.10 system

2011-04-19 Thread Juan G C
Ok! Thank you very much Romain! It's solved now, reading serial port. Hugs, Juan 2011/4/19 Romain Bornet > Hi Juan, > > If you have the libs in the correct directory, I think it should be > OK. By the way, I found an interesting blog entry relating the same > problem with "[: 31: =: unexpe