[Tinyos-help] How to fix the problem of failed to create temporary file?

2006-10-26 Thread Liupeng
Hi, everybody. When i'v installed cygwin and tinyos manually, i met the error message after i tried to compile the nesc code, such as cnttoleds, or just blink. The message seems like: In file included from BlinkM.nc:41:D:/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc:41: failed to create

[Tinyos-help] DATA_LENGTH is eating my brain....................

2006-10-26 Thread primalfear 69
Hello everybody by default TOSH_DATA_LENGTH is 29.. i want to increase by some more say 50. am not able to get where i have to change i have made the following changes. FILE NAME PATH 1) AM.h tinyos\cygwin\opt\tinyos-1.x\tos\types after changing the length to say

RE: [Tinyos-help] DATA_LENGTH is eating my brain....................

2006-10-26 Thread Andres Aberasturi
Hi, The AM.h you have to change is in the directory tinyos\cygwin\opt\tinyos-1.x\tos\XXX\, where XXX is the platform you are using (micaz, mica2, telos, ...). Andrés. From: primalfear 69 [EMAIL PROTECTED] To: tinyos-help tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help]

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Markus Becker
Which Oscilloscope have you installed on your motes? The one in apps/Oscilloscope? That is not for tmote/telos. There was one in contrib/moteiv/* some time ago. I do not know why it was removed from CVS. Best regards, Markus Becker On Wed, 25 Oct 2006, prabhu govindaswamy wrote: Hi many

Re: [Tinyos-help] collision simulation in tossim

2006-10-26 Thread Daniel S. Menasche
Dear Nikolas, I'm using tinyos-1.x and /nfs/copa/tmp1/tinyos-1.x/tos/platform/pc/external_comm.c If you try your experiment with 100 or more nodes and the nodes send messages every 5 seconds without synchronization I think you will get lots of CRC errors... How may I figure out if I'm using

Re: [Tinyos-help] collision simulation in tossim

2006-10-26 Thread Nikolas
Dear Daniel, Okay I'll try that experiment out now. How do you turn off synchronization? You can put some dbg statements in the tinyos-1.x/tos/platform/pc/RadioCRCPacket.nc and grep the output to see if they get printed out. Warmest regards, -- Nikolas Pontikos. On 26/10/06, Daniel S.

Re: [Tinyos-help] collision simulation in tossim

2006-10-26 Thread Daniel S. Menasche
Dear Nikolas, Indeed I'm using tinyos-1.x/tos/platform/pc/RadioCRCPacket.nc [ I figured it out without running the program: after adding a dbg() statement in this file I got a compilation error -- after all, it is a configuration file! ;) ] By non synchronized nodes I just mean that you may

Re: [Tinyos-help] DATA_LENGTH is eating my brain....................

2006-10-26 Thread Ole Bischoff
Hy Primalfear, if you want to know, which files are included you'll have to take a look at app.c in [yourApp]/build/[platform]. Just search for Am.h in that file and you'll find the path of the including header. A few lines beneath you also should see the enum assignment of DATA_LENGTH. If you

[Tinyos-help] Injecting Packet to TOSSIM

2006-10-26 Thread Cruz Emilda
Hi, Can anyone please let me know how to "send packets to TOSSIM node through Serial Forwarder".. Using BcastInject.java I'm able tosend packets to serial forwarder.Any one pls help me to forward this packet to TOSSIM node. ThanksRegards,Cruz Get your own web address for just $1.99/1st yr.

RE: [Tinyos-help] D2 light keeps flashing on the MICA2 Mote of theMIB510

2006-10-26 Thread Giri Baleri
If you program a Mote with Blink, the Red LED will flash once every second. This is expected behavior from this app. If you want to go back to SurgeView demo, you need to re-program the base station with surge_reliable application. This has been explained in Getting Started Guide.

[Tinyos-help] error with tinyivz

2006-10-26 Thread Victor Cobos Melia
hi, I have this problem when I execute tinyviz, and I don't know the solution: $ ./tinyviz -run build/pc/main.exe 30java -Dpython.cachedir=/tmp/jython.cache -DDBG=usr1 -DSIMDBG= -jar .//simdriver.jar -gui -run build/pc/main.exe 30Starting SimDriver...Simulation random seed 1532693265Initializing

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread prabhu govindaswamy
Hi,Yes i had put apps/Oscilloscope and apps/TOSbase in tmotes. Is there any other Oscilloscope i can use then?-- Thanks andRegards, PrabhuMarkus Becker [EMAIL PROTECTED] wrote: Which Oscilloscope have you installed on your motes? The one inapps/Oscilloscope? That is not for

[Tinyos-help] Bug in LogStorage (tinyos-2): Problems when using more space than in a single Block with LogStorageP

2006-10-26 Thread Urs Hunkeler
I'm using TinyOS 2 (updated today from CVS) and Tmote Sky nodes (with the stm25p flash chip). When writing and reading a lot of data to the flash, the data read back from the flash is not the same as the data that was previously written to. The problems seem to start when the boundary of a

[Tinyos-help] Re: DATA_LENGTH is eating my brain.................... (primalfear 69)

2006-10-26 Thread Shiplu khan
Hi, by default TOSH_DATA_LENGTH is 29.. i want to increase by some more say 50. am not able to get where i have to change i have made the following changes. *FILE NAME* *PATH* ** 1) AM.h

Re: [Tinyos-help] Bug in LogStorage (tinyos-2): Problems when using more space than in a single Block with LogStorageP

2006-10-26 Thread Jonathan Hui
Have you tried the code in tinyos-2_0_devel-BRANCH branch? A problem with similar symptoms was fixed a couple months ago. -- Jonathan W. Hui [EMAIL PROTECTED] http://www.cs.berkeley.edu/~jwhui/ On 10/26/06, Urs Hunkeler [EMAIL PROTECTED] wrote: I'm using TinyOS 2 (updated today from CVS) and

[Tinyos-help] Re: LowPoerListening

2006-10-26 Thread Ian Welch
Does anyone know how I can use this feature? ThanksOn 10/24/06, Ian Welch [EMAIL PROTECTED] wrote: I would like to use LowPowerListening to help save power while my Motes are inactive and waiting for commands. I found the Interface in /chips/cc1000/LowPowerListening.nc what module does this

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Avgoustinos Filippoupolitis
You can download tmote tools from moteiv website. There is a version of Oscilloscope and TOSbase there which is compatible with tmote. I also use the C version of serialforwarder and I get a few bad_crc messages but the Oscilloscope java GUI seems to display the sensor readings correctly... I

Re: [Tinyos-help] DATA_LENGTH is eating my brain....................

2006-10-26 Thread Michael Schippling
wellnot exactly...but close... mica2 uses the tos/types/AM.h file for both radio and UART, the others (micaz at least) use a platform local AM.h for radio, but (usually) TOSBase translates the struct to the types/AM.h format for UART transmission. Could that be any more confusing? So if not

Re: [Tinyos-help] How to fix the problem of failed to create temporary file?

2006-10-26 Thread Michael Schippling
You might check the permissions on the TOS tree, make sure it's all writable. MS Liupeng wrote: Hi, everybody. When i'v installed cygwin and tinyos manually, i met the error message after i tried to compile the nesc code, such as cnttoleds, or just blink. The message seems like: In file

[Tinyos-help] Old style programmer with tinyOS 2.0

2006-10-26 Thread Tom Apker
Hello, I recently acquired an older programming board (of the type scene in the 1.1.x tutorial with both parallel and serial connections), and am told my predecessor used the serial port to program the device. I have been trying to repeat this using the command options for the mib50, but the

RE: [Tinyos-help] CSMA-CA on CC2420micaz

2006-10-26 Thread David Moss
Title: Message Disabling the CCA means we stop trying to sense if there is another transmitter nearby. Right, collision avoidance is no longer avoided, and we really aren't sensing if there are other users of the channel. The transmitter mote, sending back-to-back messages, seemed to die

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
Download Boomerang from www.moteiv.com. In there are the applications you are looking for: /opt/moteiv/apps/Oscilloscope /opt/moteiv/apps/TOSBase -Joe On 10/26/06, prabhu govindaswamy [EMAIL PROTECTED] wrote: Hi, Yes i had put apps/Oscilloscope and apps/TOSbase in tmotes. Is there any other

[Tinyos-help] help needed regarding tinyviz

2006-10-26 Thread Farhana Jabeen
HelloI need help regarding testtinyviz application. I could not run the make Pc command in the apps/testtinyviz application. what steps should i follow to run the testtinyviz applicationthanksfarhana Do you Yahoo!? Everyone is raving about the all-new Yahoo!

Re: [Tinyos-help] collision simulation in tossim

2006-10-26 Thread Philip Levis
On Oct 26, 2006, at 3:27 AM, Pela wrote: Using the simple model means that all the nodes will receive packets and the bit error rate is set to zero. However, collisions can still occur as well as the hidden terminal problem, for this reason crc errors are possible. As far as I know,

Re: [Tinyos-help] Re: LowPoerListening

2006-10-26 Thread Philip Levis
On Oct 26, 2006, at 10:21 AM, Ian Welch wrote: Does anyone know how I can use this feature? Thanks On 10/24/06, Ian Welch [EMAIL PROTECTED] wrote: I would like to use LowPowerListening to help save power while my Motes are inactive and waiting for commands. I found the Interface in

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Philip Levis
On Oct 26, 2006, at 12:46 PM, Joe Polastre wrote: Download Boomerang from www.moteiv.com. In there are the applications you are looking for: /opt/moteiv/apps/Oscilloscope /opt/moteiv/apps/TOSBase Alternatively, you can just check out the versions that were in the tree before Moteiv

Re: [Tinyos-help] C program for Listern

2006-10-26 Thread Joe Polastre
You can check out the old versions, but Moteiv does not support this old code that has been replaced by the much more stable versions in Boomerang. -Joe On 10/26/06, Philip Levis [EMAIL PROTECTED] wrote: On Oct 26, 2006, at 12:46 PM, Joe Polastre wrote: Download Boomerang from

Re: [Tinyos-help] help needed regarding tinyviz

2006-10-26 Thread Sarfraz Nawaz
What error output are you getting?On 10/27/06, Farhana Jabeen [EMAIL PROTECTED] wrote: HelloI need help regarding testtinyviz application. I could not run the make Pc command in the apps/testtinyviz application. what steps should i follow to run the testtinyviz applicationthanks farhana Do you

Re: Re: [Tinyos-help] collision simulation in tossim

2006-10-26 Thread venkatesh s
In tossim, every node in the network can here all the rest of the nodes, if they are in the same radio range. If that is the case, then hidden node problem, doesn't come into picture at all. The problem might be that all the nodes use a global clock (syncronization) and it may so happen that the