[Tinyos-help] error in tinyos2 installation

2008-03-04 Thread Boushra MAALA
hi; i have already installed tinyos-2.x on windows XP, using cygwin. My problem is: when i try to do the cofiguration of envirennemnt (e.i the last stape). i get the following an error. In the following , you can see exactly the steps of configuratio which i followed, and the error which i

[Tinyos-help] hello

2008-03-04 Thread Dhivya G
Hi, I tried Blink application. while compiling I didnt receive any error. While running I got the following error: C:\Crossbow\PN\IDE.bat C:\Crossbow\cygwin\opt\MoteWorks\apps\Dhivya\Exercise_1\ C:\Crossbow\cygwin\bin make micaz reinstall # Command: make micaz

[Tinyos-help] avrdude problem

2008-03-04 Thread Hristo Bojkov
Hello, I need assistance with avrdude. This is my first experience with the avr cpu's and related toolchain. I am trying to upload basestation to a mote with command: $ avrdude -c dapa -U hfuse:w:0xd9:m -pm1281 -U efuse:w:0xff:m -Cc:/cygwin/etc/avrdude/avrdude.conf -U

Re: [Tinyos-help] about power detect

2008-03-04 Thread jiwen zhang
Hello : I still can't find the answer to the question. Does anyone find it ? please give me a right address or tell me how to realize voltage measure ? thank you very much!! 2008/3/4, Michael Schippling [EMAIL PROTECTED]: Yeah it's kinda too bad, but the good search page belonged to

Re: [Tinyos-help] avrdude problem

2008-03-04 Thread Hristo Bojkov
Thank you Faisal Aslam, but this is not letter-case problem. I have tried even with /dev/com26 and /dev/COM26, without success. May be it is related somehow to the version of the avrdude, the one I am using is installed from link given in xbow iris installation guide. Hristo

Searching the archives (was RE: [Tinyos-help] about power detect)

2008-03-04 Thread Siirtola Harri
In Google, write this into the search box: words to find site:https://mail.millennium.berkeley.edu/pipermail/tinyos-help/ Regards, Harri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jiwen zhang Sent: Tuesday, March 04, 2008 1:40 PM To:

Re: [Tinyos-help] Increase of Tmote sky Tos_Msg size

2008-03-04 Thread Lei Mlapom
Hi, Which is the maximum possible value to TOSH_DATA_LENGTH if I am using micaz platform with mesh? Thanks - Mensaje original De: antonio gonga [EMAIL PROTECTED] Para: [EMAIL PROTECTED]; Edmund [EMAIL PROTECTED] CC: tinyos-help@millennium.berkeley.edu Enviado: miércoles, 30 de enero,

RE: [Tinyos-help] error in tinyos2 installation

2008-03-04 Thread Michiel Konstapel
You're not exporting MAKERULES: $ MAKERULES=$TOSROOT/support/make/Makerules Change that line to $ export MAKERULES=$TOSROOT/support/make/Makerules just like the others. HTH, Michiel -Original Message- From: [EMAIL PROTECTED] on behalf of Boushra MAALA Sent: Tue 3/4/2008 11:01 AM To:

[Tinyos-help] How to set each node a network address ?

2008-03-04 Thread 牛暄中
My working environment is tinyos-1.x and our developmental sensor which is like tmote sky. I want to implement moteiv/apps/Delta, and set each node a unique address. I know that tmote sky set node the network address of this module to 0 use the below command. make tmote reinstall,0 But I want

RE: Searching the archives (was RE: [Tinyos-help] about power detect)

2008-03-04 Thread Giri Baleri
An easier way to search through mail archive is to type your search string on this page. http://www.tinyos.net/scoop/special/support#mailing-lists Giri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Siirtola Harri Sent: Tuesday, March 04, 2008

[Tinyos-help] POWERTOSSIM - tinyos-2.x

2008-03-04 Thread Ari Chinna
Hi.. I have installed tinyos-2.x version using cygwin... Can i perform the operations of POWERTOSSIM ? ( especially working with CPU cycles and power consumption )... Or should i go for change in Basic code? Kindly reply. Ari ___ Tinyos-help mailing

[Tinyos-help] Graphviz

2008-03-04 Thread Ari Chinna
Hi...I am a beginner in tinyos. I have installed tinyos-2.x version and installed the latest version of graphviz... I have read from the tutorials how to open tinyviz from version 1.0... Similarly kindly directly me how to use the Graphviz innovatively with tinyos-2.x version.. Any good tutorials

Re: [Tinyos-help] avrdude problem

2008-03-04 Thread Michael Schippling
See my just previous answer to hello. You are probably not specifying the right programmer device. MS Hristo Bojkov wrote: Hello, I need assistance with avrdude. This is my first experience with the avr cpu's and related toolchain. I am trying to upload basestation to a mote with command: $

Re: [Tinyos-help] hello

2008-03-04 Thread Michael Schippling
You probably are not using a parallel port programmer, which is what the uisp -dprog=dapa argument specifies. You need to set the programmer somehow. For instance I have this in my makelocal file for the MIB510 serial port programmer: DEFAULT_PROGRAM=mib510 MIB510=/dev/ttyS4 MS Dhivya G

Re: [Tinyos-help] about power detect

2008-03-04 Thread Michael Schippling
If you want battery voltage there are Voltage components that use the ADC to give you an idea. However as I said, voltage and remaining power are not entirely commensurate MS jiwen zhang wrote: Hello : I still can't find the answer to the question. Does anyone find it ? please give

RE: [Tinyos-help] avrdude problem

2008-03-04 Thread Janos Sallai
Hi Hristo, According to the avrdude command line quoted below, you are trying to program the mote using the dapa parallel programmer which is connected to com26. It is very unlikely that this is what you want to do, because it's not possible to hook up a parallel programmer on a com port. What

[Tinyos-help] What is the unit for the LocalTime interface wired to TimerC on TelosB?

2008-03-04 Thread Liusand
Hi, I'm wonder what is the unit for the LocalTime interface wired to TimerC on TelosB. Basically, what number shall be multiplied to the number given by LocalTime.read()? I searched the mailing list archive but couldn't to find any answer. It will also be appreciated if any other pointers

[Tinyos-help] packet from PC cause Sink to die

2008-03-04 Thread renjie huang
Sometimes when I send RPC commands to sensor network to adjust sampling rate, the sink die . I need to disconnect power to restart it again. What I use is Tinyos-1.x and Imote2 platform. Moreover, when I implemented a reliable data transport module, this also happended. It works as following:

Re: [Tinyos-help] POWERTOSSIM - tinyos-2.x

2008-03-04 Thread Yi-Tao Wang
As far as I know, powertossim hasn't been updated in like 3 or 4 years. I don't think it even works with tinyos 2.0 On Tue, Mar 4, 2008 at 8:41 AM, Ari Chinna [EMAIL PROTECTED] wrote: Hi.. I have installed tinyos-2.x version using cygwin... Can i perform the operations of POWERTOSSIM ? (

[Tinyos-help] False acknowledgments and CRC

2008-03-04 Thread renjie huang
When I read following link, I have some questions: http://docs.tinyos.net/index.php/CC2420_Known_Issues False acknowledgments can get sent back for corrupted packets that are not actually received. The issue is that acknowledgements are sent before the CRC check is performed. Does it mean

[Tinyos-help] False acknowledgments and CRC

2008-03-04 Thread renjie huang
When I read following link, I have some question: http://docs.tinyos.net/index.php/CC2420_Known_Issues False acknowledgments can get sent back for corrupted packets that are not actually received. The issue is that acknowledgements are sent before the CRC check is performed. Does it mean

[Tinyos-help] TOSSIM duration calculation

2008-03-04 Thread EunKyung Lee
I'm testing Tossim MAC Layer and found that some of functions are not working. When the tossim calculates duration of sending a packet, we are using values put from Python. I found that the duration calculation returns wrong values. Have anybody found this problem before? Your help or any

Re: [Tinyos-help] POWERTOSSIM - tinyos-2.x

2008-03-04 Thread Enrico Perla
Hi, PowerTOSSIM 1 is for TinyOS 1.x and mica2 architecture only. There is a port made by Venkatesh for TinyOS 2.x (you can find it inside the contrib under cedt), still for the mica2 architecture. You can probably try this one out, even if it's slightly different, since is not based on a trace

[Tinyos-help] ReadStream period off on a telosb?

2008-03-04 Thread Sivan Toledo
I am trying to read from the TelosB ADC using the ReadStream interface (wired to AdcReadStreamClientC), and it seems that when I set a large period, for sanity checking, the actual sampling period is much smaller. For example, if I call read(100) when the posted buffers are of size 8, I get

RE: [Tinyos-help] False acknowledgments and CRC

2008-03-04 Thread David Moss
The wiki is incorrect, and I'll update it. Your observations on the datasheet are correct. The actual CRC check in software is done after the SACK has been issued, but the hardware is intelligent enough to know not to send an ACK if the CRC failed. -David _ From: [EMAIL

[Tinyos-help] tmote connect and Tinyos-2.x

2008-03-04 Thread Eric Keller
I am trying to use the tmote-connect with tinyos-2.02. I have been using it successfully with Boomerang. The tmote-connect says it's version is V2.3R29 I have programmed a mote with the base station software, and another with the Oscilloscope program. This works with the base station on my

Re: [Tinyos-help] tmote connect and Tinyos-2.x

2008-03-04 Thread Eric Keller
I was thinking the firmware is in the CVS somewhere under boomerang, but I didn't find it. I'm pretty sure I'm having a problem with the interaction between the mote and the tmote-connect. When I run the base station on my desktop I get packets from the oscope mote. Then I take that same base

[Tinyos-help] directed graph

2008-03-04 Thread funofnet Funofnet
Hi, Can someone clarifies to me how to use directed graph plugin in tossim I didn't found enough documentation Thanks _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

Re: [Tinyos-help] tmote connect and Tinyos-2.x

2008-03-04 Thread Ariel Mauricio Nunez Gomez
One thing I have noticed is that protocol autodiscovery works better if the mote is receiving packets during the Tmote Connect boot. Try configuring a BlinkToRadio application with a high sending frecuency, leave it running and reboot the Tmote Connect. BTW, what does the web status show you?

[Tinyos-help] Looking for someone to port TinyOS to 16/32-bit PIC Microcontrollers

2008-03-04 Thread Hrushikesh.Vasuki
Hello, We were interested in investigating a port of TinyOS using our 8, 16 32-bit PIC Microcontrollers as hardware platforms. If anyone is interested in pursuing this, please contact me directly at [EMAIL PROTECTED] Regards, Rishi

[Tinyos-help] Message center

2008-03-04 Thread Fred Twistleton
Hi, I'm having trouble visualizing messages in the message table. I specified all fields in TOS_Msg like this: uint16_t addr uint8_t type uint8_t group uint8_t length omit int8_t data omit uint16_t crc The problem is, my data is another struct, and not a simple uint8 value. How do i specify

Re: [Tinyos-help] tmote connect and Tinyos-2.x

2008-03-04 Thread Eric Keller
Yes status nc shows me the same thing as the web. Most significantly, 0 packets Rx. Otherwise, it reads the mote info correctly. I was reading the brochure that we received with the tmote-connect, and it does not mention the protocol command, so I'm thinking I need a firmware update. Eric On

[Tinyos-help] What is the unit for the LocalTime interface wired to TimerC on TelosB?

2008-03-04 Thread Sha Liu
Hi, I'm wonder what is the unit for the LocalTime interface wired to TimerC on TelosB. Basically, what number shall be multiplied to the number given by LocalTime.read()? I searched the mailing list archive but couldn't to find any answer. It will also be appreciated if any other pointers

[Tinyos-help] Installing Tinyos-2.x

2008-03-04 Thread Arun Kumar Jayaraman
Hi, Am not able to install Tinyos-2.x in cygwin. I've downloaded the rpm packages from the following http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html am receiving error in cygwin as follows error: nesc-1.2.8a-1.cygwin.i386.rpm: MD5 digest: BAD Expected(537c81fd0469b9677

[Tinyos-help] a question about Mote-PC serial communication and SerialForwarder

2008-03-04 Thread mohammed tarek
I am working on a DCS project and I use five modules one of them as a base station which will collect data from other modules and deliver it to the pc in which I am working on linux plateform which I installed on it tinyos 2 with JDK5 but when I install JDK6 with netbeans and try to include the

[Tinyos-help] [Researchers] 12th IEEE/ACM DS-RT´2008 - Vancouv er, Canada - 27-29/10/2008

2008-03-04 Thread Profa Mirela Sechi Moretti Annoni Notare
Our apologies if you have received multiple copies. Call for Papers DS-RT 2008 12th

[Tinyos-help] [Researchers] 11th ACM/IEE MSWiM´2008 - Vancouve r, Canada - 26-30/10/2008

2008-03-04 Thread Profa Mirela Sechi Moretti Annoni Notare
** We apologize in advance if you receive multiple copies of this CFP. **

[Tinyos-help] TMOTE SKY

2008-03-04 Thread Paco Dicapo
Hello, I'm new on tinyos, i work with tmote sky and i have several a. Can i define a tmote sky to be a coordinator of the network? how can i do it? Regards, Pacson. _ Microsoft vous offre un logiciel pour classer, retoucher

[Tinyos-help] accelerometer reading from MTS400CA sensor board

2008-03-04 Thread sougata sen
hi all we are using MTS400 sensor board in our application on tinyos-1.x. all readings other than the accelerometer are coming fine. the sensor manufacturer of the accelerometer claims that the reading will be between +- 2g, but we are getting a reading much greater than that(approx 8 g). the

[Tinyos-help] Please have a look at this set-id error

2008-03-04 Thread Bo Xu
Dear all: I installed Moteworks the other day, after that, I met a problem. When I tried to upload program to mica2, the following error occured: $ make mica2 reinstall,mib520,com6 set-mote-id build/mica2/main.srec build/mica2/main.srec.out-mib520,com6 mib520,com6 avr-objdump:

[Tinyos-help] [Researchers] IEEE Globecom 2008: Ad Hoc, Sensor and Mesh Networking Symposium

2008-03-04 Thread Profa Mirela Sechi Moretti Annoni Notare
= CALL-FOR-PAPERS IEEE Globecom 2008: Ad Hoc, Sensor and Mesh Networking Symposium www.ieee-globecom.org/2008 November 30th- December 4th, 2008 New Orleans, LA, USA Deadline: March 15th, 2008

[Tinyos-help] (no subject)

2008-03-04 Thread Arun Kumar Jayaraman
Hi, Am not able to install Tinyos-2.x in cygwin. I've downloaded the rpm packages from the following http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html am receiving error in cygwin as follows error: nesc-1.2.8a-1.cygwin.i386.rpm: MD5 digest: BAD Expected(537c81fd0469b9677