RE: [Tinyos-help] Sending Commands to Mica2 Motes From a PC

2006-04-26 Thread Adesola Omotayo
Hello All, Thanks to everyone who responded to my request for help. Ive found what the problem is with Surge_Reliable and BcastInject. The wiring of the components involves the triggering of BcastMs ReceiveMsg.receive event. At this event, the injected packet is cast into TOS_BcastMsg

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-26 Thread Gregory A. Moore
Michael, Thank you for your response, but: SnoozeC only works for Mica motes, not Mica2. They have a slightly different processor so I am sure there are some dependency issues that don't quite fit. I have also looked at the OnOffApp which is supposed to essentially be the Snooze for the

[Tinyos-help] calls to ReceiveMsg.receive in AMStandard are uncombined

2006-04-26 Thread Tony L
Hi, I got a compile warning nesc1: warning: calls to ReceiveMsg.receive in AMStandard are uncombined. I searched the archives but still don't know the solution. Below is some of code in AppC.nc: AppM.ReceiveStartMsg - GenericComm.ReceiveMsg[AM_STARTMSG]; //uses interface ReceiveMsg as

Re: [Tinyos-help] RE: Turning radio off and on.

2006-04-26 Thread Pankaj Ghanshani
thanx for the help i ll try that out Pankaj Ghanshani On Mon, 24 Apr 2006, Raghu Ganti wrote: You can put an ammeter in series and observe the current change. It works, I have tried it. The power consumption when the radio is on for a micaz is 24mA and when it is off is ~5mA. Raghu

[Tinyos-help] Tmote USB-Problems

2006-04-26 Thread Hoell, Christian (EXT)
Hi, I'm trying to connect a Tmote via terminal. The problem is that on one PC it works quite fine (Tmote SW-CD fully installed) and on another one (MICA-SW CD installed) all the terminal answers that the COM-Port is already blocked by another programm. I've installed the driver from the Moteiv

[Tinyos-help] Length of time it takes to send a packet

2006-04-26 Thread Terence Joseph
Hi, I have been measuring the length of time it takes to first call the SendMsg.send() command until the time the event SendMsg.sendDone() is signalled (for the same packet each time) and I have noticed that it is not constant. What I don't understand is that the length of time it takes

[Tinyos-help] Micaz radio

2006-04-26 Thread Ivan Wing Mau Cheung
Hi, Is there any way to turn off the radio on Micaz to save power? Can I use CC2420Control.OscillatorOff() OscillatorOn() to do so? What will be the current if the oscillator is off? Thanks, Ivan ___ Tinyos-help mailing list

Re: [Tinyos-help] Tmote USB-Problems

2006-04-26 Thread Joe Polastre
It is clear there is something on the Mica CD that is blocking the available COM ports. Please only use the CD supplied from Moteiv. -Joe On 4/26/06, Hoell, Christian (EXT) [EMAIL PROTECTED] wrote: Hi, I'm trying to connect a Tmote via terminal. The problem is that on one PC it works quite

[Tinyos-help] RSSI offset

2006-04-26 Thread Roberto
Hi all, I'm collecting data related to rssi vs distance measurements. The values I obtain, subtracting 45 dBm of offset (I use micaz), are quite small, in the sense that if at a distance of 20cm I have -25,-30 dBm of rssi, with picdemZ, I obtain only -40dBm with micaz. Can someone tell me if I can

Re: [Tinyos-help] Length of time it takes to send a packet

2006-04-26 Thread Philip Levis
On Apr 26, 2006, at 5:55 AM, Terence Joseph wrote: Hi, I have been measuring the length of time it takes to first call the SendMsg.send() command until the time the event SendMsg.sendDone() is signalled (for the same packet each time) and I have noticed that it is not constant. What I

Re: [Tinyos-help] Re: Tmote USB-Problems

2006-04-26 Thread Joe Polastre
Since I have no idea nor any control over what Crossbow installs, it is very difficult for me to even pretend to know what the problem is... I'm afraid you're on your own on this one. Moteiv's CD installs all of the tools (except for avr-gcc) for Crossbow platforms including Mica2 and MicaZ.

Re: [Tinyos-help] Mica2, CPU Timed Sleep and Wakeup

2006-04-26 Thread Michael Schippling
Sorry, I'm at a loss. I thought that one of the features of the motes was the ability to sleep between samples to save power, but I never paid attention to how/where/why this might work. I actually have it on my list of things to do for a project that I never work on anymore... Assuming as usual

[Tinyos-help] nesc1: warning: calls to ReceiveMsg.receive in AMStandard are uncombined

2006-04-26 Thread Tony L
Hi, I am using tmote sky. In my application, if a node receives two kinds of messages, it works well, but if it receives more kinds of messages, there is a compile warning nesc1: warning: calls to ReceiveMsg.receive in AMStandard are uncombined. I searched the archives but still don't know

[Tinyos-help] Delta and Trawler does not work with tmote?

2006-04-26 Thread WenZhan Song
I recently upgraded the Tmote Sky tools from moteiv and followed quick-start-guide to use Delta and Trawler? And following it to wait for several minutes, but nothing appears in Trawler ... I attached 3 Tmote Sky to my computer: COM9, ID 9 COM10, ID 10 COM11, ID 11 P.S. I do not have Tmote

Re: [Tinyos-help] Delta and Trawler does not work with tmote?

2006-04-26 Thread Joe Polastre
Did you install from scratch? Can you provide any additional information? Are you getting packets out of any of the motes? Did you run Trawler? If so, on which COM port? What was the resulting error messages and/or displays? Please provide detailed information, otherwise it is very difficult

Re: [Tinyos-help] TelosB Java.net Error

2006-04-26 Thread Fatima Zohra
Hi Phil, Thanks a lot for your prompt reply. I had norton's firewall. I disabled it and ranjava net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:telosjava net.tinyos.surge.MainClass 125 Serial Forwarder uns and shows increase in packets. Main class gives a display but there is no increment

[Tinyos-help] macro Expansion

2006-04-26 Thread Neil Hancock
Does anybody know why when I do #define PSTR(s) ({static const prog_uchar __c[] = (s); __c;}) (Tinyos-1-1.1.15)nesC replies with: invalid use of non-lvalue array It is defined avr\include\avr\pgmspace.h and works when used directly with the avr-gcc. Also has anybody got any

[Tinyos-help] VoltageM errors??

2006-04-26 Thread davisj2
Hey all, IM trying to use the VoltageM component with mica2 tinyos-1.1.15, as it returns the actually voltage in mv. However, when I compile i get these errors: C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/mica2/VoltageM.nc: In function `Std Control.start':

[Tinyos-help] hpluart

2006-04-26 Thread aseem grover
Hi, Here's the scenario, mote 1 gets data from the Nonin Ipod in serial format, it is connected to the pin 27 of the mica2 mote1. mote1 transmits this data to mote2. For this,I tried the following: configuration myhpl { } implementation {

Re: [Tinyos-help] Delta and Trawler does not work with tmote?

2006-04-26 Thread WenZhan Song
Moteiv Trawler is really error-pruning - already reboot Windows without any message for many times . :-( For many times, after Trawler window appears, if I click on control window or main window, it will simply restart my WinXP ... Hence I even can not catch any error message. Sometime, when I

Re: [Tinyos-help] VoltageM errors??

2006-04-26 Thread Rahul Sawant
Hi r u using VoltageC from tos/system if not use this as this is the configuration for VoltageM and it includes voltage.h if ur using VoltageC then It seems like you dont have the voltage.h file in tos/platform/mica2 if u dont just download the attached file Rahul Sawant On 4/26/06, [EMAIL

Re: [Tinyos-help] Delta and Trawler does not work with tmote?

2006-04-26 Thread Joe Polastre
Try removing the .trawler/ directory in your home directory and delete the .trawler.net file as well. Of course, do this when you are NOT running Trawler. -Joe On 4/26/06, WenZhan Song [EMAIL PROTECTED] wrote: Moteiv Trawler is really error-pruning - already reboot Windows without any message