Re: [Tinyos-help] Tmote Sky Sensors for TinyOS 2.0

2007-08-09 Thread Peizhao Hu
The best example application is AntiTheft demo that came with TinyOS-2.x. For retrieving different sensors readings, you will need to check on the MoteIV support page. There you can find excellence NesC codes for getting access to sensors and interpreting sensor readings. regards; Peizhao

[Tinyos-help] Warnings when compiling Dissemination

2007-08-09 Thread Alban Hessler
Hi, I got those warning when compiling TestDissemination: /tinyos-2.x/tos/lib/net/DisseminationValue.nc: In function `TestDisseminationC$Value16$get': /tinyos-2.x/tos/lib/net/DisseminationValue.nc:47: warning: assignment from incompatible pointer type

RE: [Tinyos-help] Duty cycle

2007-08-09 Thread Murray, Ben
Thanks David ! ...just to make sure I understand it... setLocalDutyCycle(2000) will mean the radio is off for 8 seconds and then on (actively receiving) for 2 seconds (approx). whereas setLocalSleepInterval(8000) would mean the radio is off for 8 seconds and then on (actively receiving) for

[Tinyos-help] help

2007-08-09 Thread Akarsha Ramani
I am a beginner with nesC programming. I am working on an application where I need to send voltage values from the node to the base station. I am programming Mica2 motes with OscilloscopeRF code to get the voltage readings. I am not sure if the data is being collected from the right channel

[Tinyos-help] Environment Variables (path is empty in tinyos) !!!!

2007-08-09 Thread mejda chouaieb
Hello, all   Now I am studying Lesson 1 of TinyOS 2.x tutorial. I have two tmote sky(s) (Telosb) and I also have a problem. I have installed tinyos in windows and when I type tos-check-env I have these warnings ( I joned a printscreen). the path variable is empty when I type echo $path there is

[Tinyos-help] SDK for Imote2

2007-08-09 Thread Szymon Fedor
Hi, Does anyone know what is the best software development kit to work with Imote2?(maybe something like AVRStudio for Atmega128/Mica2) I am interested in developing C and assembly routines on this platform. Is there any simulating environment for Imote2/Xscale? thanks for your help,

[Tinyos-help] CCA Threshold

2007-08-09 Thread Mathieu DAVID
Hi, We wanted to know about the procedure to change the *CCA threshold* using tinyOS. We are trying to simulate the scenario from the tutorials in chapter 11. However, the nodes were established, but we could not see the packets received. We attribute this to the default value of CCA if

[Tinyos-help] TOSSIM 2.x doesn't run

2007-08-09 Thread [EMAIL PROTECTED]
When I try to compile an application fot TOSSIM I see always the same errors. I have tested some of the solution proposed in this Forum but noone solve my problem. My errors are: $ make micaz sim-cygwin mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml

[Tinyos-help] Request for Comments on TEP 113

2007-08-09 Thread Matt Welsh
Dear TinyOS developer community: TinyOS Extension Proposal (TEP) 113 on Serial Communications has been released for public review. I am writing to solicit comments and suggestions on TEP 113 before it is finalized. Your comments are essential to providing feedback and driving revisions to

[TinyOS-Help]about received data packet

2007-08-09 Thread 李 祺安
I visited this web http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson6.html According by this web, I try to key in java net.tinyos.tools.Listen. There are two questions I want to ask, 1.Why do i received two data packet at the same time? example: 20 01 08 45 FF FF FF FF 08 7D 01 00 01 00 44

RE: [Tinyos-help] Environment Variables (path is empty in tinyos) !!!!

2007-08-09 Thread Siirtola Harri
You asked this last Friday and got replies. Didn't you read them? Go to the archive and find the answers. Regards, Harri PS. Remember that environment vars are case sensitive! (path var is $PATH) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Tinyos-help] making CC2420 work in promiscuous mode

2007-08-09 Thread Avinash Sridharan
I am working on TinyOS-2.x. Is there an interface to turn the CC420 on in promiscuous mode. I want all unicast packets to be heard by nodes in a single broadcast domain. I don't want to broadcast the packets since that would turn off the ACK's. Thanks, Avinash -- Phd Dept. of Electrical

[Tinyos-help] .extra file not linking up

2007-08-09 Thread Christopher Jenkins
Hello, I've been making some custom changes to a platform, and when I execute make, it cannot find definitions for the tinsec.extra variables TINYSEC_KEYSIZE and TINYSEC_KEY, but it works fine for the same application in mica2. Below is what my tinysec.extra file looks like... #-*-Makefile-*-

[Tinyos-help] How to disable radio listening?

2007-08-09 Thread Ittipong Khemapech
Hello everyone, I am using TOSSIM and PowerTOSSIM to determine how power adaptation affects the total energy consumption. I adapted the CntToLedsAndRfm application and got some results. I found that the difference between setting min (-20 dBm) and max TX (10 dBm) is only 4%. According to the

[Tinyos-help] Alternate reasons for 'not connected' error

2007-08-09 Thread Christopher Jenkins
Hello, This is my error output when I execute the make command: In component `CC1000RadioM': C:\Crossbow\cygwin\opt\MoteWorks\tos\platform\cricket\CC1000RadioM.nc: In function `SpiByteFifo.dataReady': C:\Crossbow\cygwin\opt\MoteWorks\tos\platform\cricket\CC1000RadioM.nc:539:

[Tinyos-help] TEP106 type error

2007-08-09 Thread Min Guo
I think there maybe some type errors in TEP 106: module a { ... provides interface TaskBasic as x; } implementation { event void x.runTask() { ... call x.postTask(); } } should be : module a { ... uses interface TaskBasic as x; } implementation { event void x.runTask() {

Re: [Tinyos-help] CCA Threshold

2007-08-09 Thread Philip Levis
On Aug 2, 2007, at 6:39 AM, Mathieu DAVID wrote: Hi, We wanted to know about the procedure to change the *CCA threshold* using tinyOS. We are trying to simulate the scenario from the tutorials in chapter 11. However, the nodes were established, but we could not see the packets received.

Re: [Tinyos-help] TOSSIM 2.x doesn't run

2007-08-09 Thread Philip Levis
On Aug 7, 2007, at 6:29 PM, [EMAIL PROTECTED] wrote: When I try to compile an application fot TOSSIM I see always the same errors. I have tested some of the solution proposed in this Forum but noone solve my problem. My errors are: $ make micaz sim-cygwin sim-cygwin was deprecated long ago;

Re: [Tinyos-help] help

2007-08-09 Thread Michael Schippling
See this for message decoding tips: http://www.octavetech.com/pubs/TB5-01%20Deciphering%20TinyOS%20Serial%20Packets.pdf The A100 values are your samples, in little-endian so the value is 0x00A1. They are awfully stable (don't change) so I suspect that you are not really sampling anything. Look

RE: [Tinyos-help] Checking CRC

2007-08-09 Thread David Moss
Jon - I know you sent this awhile ago, and I was just combing through some tinyos help emails and found it. Sorry I didn't see it before. There is currently no platform independent method of checking CRC's from the application layer. The radio or radio stack is responsible for rejecting

[Tinyos-help] motetrawler

2007-08-09 Thread n subhash
Hi, i am unable to use trawler for applications other than delta please suggest me how can i use trawler for other userdefined applications ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU