[Tinyos-help] Help!Vanderbilt Acoustic localisation

2006-07-26 Thread 李善亮
Hi! I want to have a try of Vanderbilt Acoustic Localisation Component,but I don't know how to to download the FULL minitasks/02/vu CVS directory from SourceForge. Should I download files one by one? Thanks in advance! Stanley Lee ___ Tinyos-help

Re: [Tinyos-help] uisp and mica2 programming problems

2006-07-26 Thread Simon Willis
I have now fixed the problem properly and I thought I would post it on this mailing list for future reference. The simple fix was to change the low fuse to 0xFF. It was previously set at 0xFD which is what is stated in the fuse information on the xbow site. However, I noticed in a different Mi

[Tinyos-help] excute patch

2006-07-26 Thread jurin dan
hi, i would like to excute MatlabControl-R13-R14.patch in cygwin. but i don't know the command syntax. could anybody give me a help? thx _ Play Q6 for your chance to WIN great prizes. http://q6trivia.imagine-live.com/

Re: [Tinyos-help] Use SerialForwarder or MoteIF?

2006-07-26 Thread Karthik Dantu
> Don't know about forward portability, but the basic question boils down to: > Do you want your Java code to connect directly to the serial port (meaning > always run on the local host that has the programmer attached), or do you > want to always have to start SerialForwarder on the local host and

[Tinyos-help] Parse error

2006-07-26 Thread miguel erazo
Hello everybody:   I am trying to use the component GenericComm to send packets to UART. However, everytime I add such component I get the following error:   c:/tinyos/cygwin/tinyos-1.x/tos/types/AM.h:51: parse error before '0x'   The code is the following:   implementation{  #defin

[Tinyos-help] problem adding fields to QueryMessage in TinyDB

2006-07-26 Thread Rajesh Kumar
Hi, I am trying to add a uint8_t field to QueryMessage structure in TinyDB.h. Nothing gets outputted on TinyDB GUI. Checking logs, I find the following error: Error : 9 at line 1057 Can anyone tell me what other changes do I have to make to make this run? And what does this error denote? kind

Re: [Tinyos-help] [tinyos2.0] event timer.fired() getting lost on telosb using BlinkToRadio apps.

2006-07-26 Thread Cory Sharp
I've committed fixes to VirtualizeTimerC and VirtualizeAlarmC to tinyos-2_0_devel-BRANCH. Both components would fail if an alarm/timer was overdue. An overdue Timer in VirtualizeTimerC would only affect that particular virtual timer. An overdue Alarm in VirtualizeAlarmC would affect all virtual

Re: [Tinyos-help] Matchbox

2006-07-26 Thread David Gay
Sorry, I don't use versions of TinyOS, but the CVS repository... I'd suggest running the Matchbox regression test in apps/TestMatchbox/Remote (it's a shell script called regress, run it with a serial forwarder setup to talk to a mote with the application in the Remote directory installed). If this

[Tinyos-help] Packet Loss Models in Sensor Network

2006-07-26 Thread Tarun Banka
Dear All,   Are you aware of any study that provides model for packet losses as a function of distance in wireless sensor networks. I need this information to simulate realistic loss scenarios in my simulator. Alternatively, I can use some data traces for the losses, any pointer to the available tr

[Tinyos-help] Reading speed when accessing external flash

2006-07-26 Thread Matthew Poropat
Hi everybody,I'm writing a program that makes a lot of reading in the external flash.All the accesses are at different addresses, and each time I read only 1 byte.I'm using Tmote sky sensors and BlockStorage abstraction. Now, the problem is that each access to the flash costs me nearly 1ms, so the

Re: [Tinyos-help] Regarding MAC layer implementation in TinyOS

2006-07-26 Thread Michael Schippling
I don't think the MAC layer does any retries at all. At least in the mica code, retries are a user level thing involving some kind of ACK from the receiver. The backoff should keep backing-off until it finds an open window, but that isn't dependent on the distance between motes. I have some ACK a

Re: [Tinyos-help] Tinyos tutorial's lesson 7

2006-07-26 Thread Michael Schippling
I'd have to see more of the file with the line numbers to have a stronger opinion, but there are a couple problems with the snippet you sent... First the brackets are not correct around the case stmt. Second defining "bool sound" locally as you seem to be trying to do makes it a pointless state v

Re: [Tinyos-help] Modifying Oscilloscope

2006-07-26 Thread Michael Schippling
Well, as I said, look at my code to see how I did a similar thing. But I think you are on the right track, you need: OscilloscopeM.SensorControl -> ADCC; instead of: OscilloscopeM.ADCControl -> ADCC.ADC[11]; Because SensorControl is the name used in the O'scope code. And then I don't know wha

[Tinyos-help] RE: Question on flash

2006-07-26 Thread David Moss
Hi Andrea, First, it sounds like you want a storage solution like LogStorage. Unfortunately, this isn't available in TinyOS 1.x, so if you're using BlockStorage you'll have to do it manually somehow. The best solution would be to do this in RAM if possible, since it sounds like your storage is te

[Tinyos-help] TinyDB Events

2006-07-26 Thread Roberto Pietrangeli
I'm trying to use the events under tinyDB but I've got some problems. 1 - If I write the following query, as in the TinyDB reference, On evtTest: SELECT nodeid,light SAMPLE PERIOD 1024 the GUI always tell "errorMsg = Syntax error at on". What is the problem? 2 - I modified the TinyDBApp in nes

[Tinyos-help] parallel JTAG with telos b

2006-07-26 Thread Natalie Rice
Hi,I have a short question regarding to the JTAG. I'm using telos b. It's quite slow to download the code with the parallel JTAG. Is it possible to download the code with "make telosb debug" and then "make telosb reinstall" and use the parallel JTAG to debug the program? Or I have to download the c

[Tinyos-help] Regarding MAC layer implementation in TinyOS

2006-07-26 Thread Ravilochan G S
Hello, I have a question regarding the CSMA link layer implementation in TinyOS. Is there a way to set the number of retransmissions that the MAC layer attempts to reach the destination? I am actually testing a simple program to send unicast messages to a common destination from 4 different nodes p

[Tinyos-help] Tinyos tutorial's lesson 7

2006-07-26 Thread jurin dan
  hi,   i'm trying to do the lesson 7 exercise of tinyos tutorial. but i'm dealing with error during compilation. here is what i have done.(i'm using tinyos v1.1.10)   first step: in SimpleCmd.nc i add "SimpleCmdM.Sounder ->Sounder;"   second step: in SimpleCmdM.nc i add in "u

[Tinyos-help] DripSend

2006-07-26 Thread Lorenzo Mainardi
Hi, in the Drip folder I have found the DripSend module, but there are absolutally no documentation.Please can you explain me how use this modules?LORENZO ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.e

Re: [Tinyos-help] Cannot run: make micaz sim

2006-07-26 Thread Philip Levis
On Jul 25, 2006, at 6:39 PM, Chong Zan Kai wrote: Hi, Can someone tell me why I cannot run "make micaz sim" in ubuntu? Thanks. You need to change the Python version in the sim.extra file. I think Ubuntu generally comes with 2.4, and by default TOSSIM assumes 2.3. Phil ___

Re: [Tinyos-help] Power consumption of SurgeTelos

2006-07-26 Thread Joe Polastre
SurgeTelos doesn't turn off the radio. Use Delta with the lowpower option instead. On 7/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, all, I am currently estimating the power consumption of tmote sky to support SurgeTelos. I found a strange thing: When I program the SurgeTelos fo

[Tinyos-help] Changing Delta Message size

2006-07-26 Thread Ioannis Krontiris
Hello all, we have added two more fields in the Delta Message, typedef struct DeltaMsg { uint32_t seqno; uint16_t Humidity;// New field added by us uint16_t Temper; uint16_t Voltage; // New field added by us uint16_t parent; uint8_t neighborsize; uint8_t retransmissions; uint16_t

[Tinyos-help] testing MultiHopRSSI

2006-07-26 Thread jesus serna
Hi! I'm trying to test the MultiHopRSSI on Tmote Sky, I have had to add some files as RouteStatics as well as modifying multihop.h and multihop.nc because I want it to be tested with Delta (so I have to do it compatible). But I'm finding it rather difficult (changing too much things) and I'm

[Tinyos-help] Power consumption of SurgeTelos

2006-07-26 Thread sazure
Hi, all, I am currently estimating the power consumption of tmote sky to support SurgeTelos. I found a strange thing: When I program the SurgeTelos for 5 sec sampling period, it consume arround 28mA. But when I program for 3 minutes sampling period, it still consume 28mA. It seems the radi

[Tinyos-help] Matchbox

2006-07-26 Thread robycannone
Hi David Gay, I'd know which version of TinyOs you have used and what type of sensor. I'm using TinyOS 1.1.7 and mica2 motes. Is it possible that I'm not able to store information using matchbox because I'm using this version of TinyOS? There are some particular flag to set? My aid is to use

[Tinyos-help] More documentation about Drip

2006-07-26 Thread Lorenzo Mainardi
Hi, I'm interesting in routing protocols, and I have found Drip to disseminate new message in the net.I have read a lot of article about Trickle algorithm(and I have understand it) and the (insufficient!) documentation about Drip.I don't understand what Drip works, can you simply explain me this?I

[Tinyos-help] equivalent to outp()

2006-07-26 Thread BiBe
Hi! I'd like to update tinyOS from 1.1.0 to 1.1.11. In the programs I used in the older version, there is the function outp() used in some lines, which is no longer available in 1.1.11. So I tried to modify but it doesn't work. Are these methods equivalent? // method 1 (tinyOS 1.1.0) outp(0x4e, IC

RE: [Tinyos-help] Problems with GenericComm and PWM

2006-07-26 Thread BiBe
Hi! Thanks a lot for your fantastic help! PWM works now on a node, which is remote controlled by radio. I just used TOSH_ASSIGN_PIN(MOTOR1DIR, C, 1); TOSH_ASSIGN_PIN(MOTOR1PWM, B, 5); TOSH_MAKE_MOTOR1PWM_OUTPUT(); TOSH_MAKE_MOTOR1DIR_OUTPUT(); TOSH_CLR_MOTOR1PWM_PIN(); TOSH_CLR_MOTOR1DIR_PIN();

Re: [Tinyos-help] Cannot run: make micaz sim

2006-07-26 Thread Aurelien Francillon
Chong Zan Kai wrote: Hi, hi, Can someone tell me why I cannot run "make micaz sim" in ubuntu? Thanks. ... /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:30:20: error: Python.h: No such file or directory ... you need python ? Aurélien ___ Tiny

Re: [Tinyos-help] Question about lost of packets with MultiHop.

2006-07-26 Thread Peter Gade Jensen
Philip Levis wrote: On Jul 25, 2006, at 3:33 AM, Krisakorn Rerkrai wrote: Does this mean these two packets are both acknowledged but the second one in the FIFO is flushed out? Yes. Could I be so lucky, that this "feature" is documented somewhere(besides this thread)? ;o) /Peter

[Tinyos-help] Visualizing topology+nodes'information

2006-07-26 Thread Munaretto, Daniel
Hi all, i'd like to visualize on my pc my network and if possible to show the contents of the packets, in particular one internal parameter (the number of decoded packets, field already inside the packet format). But each node doesn't know about neighbors or the net in general, so routing prot

[Tinyos-help] Guide: TinyOS-2.x environment on MacOS X

2006-07-26 Thread Rene Mueller
Hi, after struggling with it for a couple of days I finally managed to setup a working cross-development environment for TinyOS-2.x avr platform on MacOS X (PPC). I wrote down the steps required to get it finally running. Because it could be useful for others as well I put it online: http://www.i

Re: [Tinyos-help] uisp and mica2 programming problems

2006-07-26 Thread Simon Willis
Some more news on this problem. It is still occurring, but I can now get around it consistently. I also discovered that it will program the board with no problems if I change the high fuse to 0xD9 (uisp makes is 0xD8). In my last email I said that I was setting this fuse to 0x19, but it se