Re: [Tinyos-help] Deluge: Nodes won't reboot over the air

2006-08-07 Thread R Gartz
in the MCUcan't be re-programed.- DongyanOn 8/7/06, R Gartz [EMAIL PROTECTED] wrote: Hello, I'm having problems with Deluge. I've done everything the deluge-manual said, but the nodes won't reboot over the air through TOSBase. The nodes do seem to receive some commands over the air, butthey do not reboot

Re: [Tinyos-help] Getting mote id

2006-07-16 Thread R Gartz
Hello, The mote's ID is stored in the variable: TOS_LOCAL_ADDRESS greetings, R.On 7/16/06, Roberto Cannone [EMAIL PROTECTED] wrote: Hi all, When I install an application i runthis command: make mica2 install.0 mib510,com1 where 0 is the mote id. Where is the idstored?How can I get

Re: [Tinyos-help] Re:Problem in runnig two Apps parallel

2006-07-11 Thread R Gartz
Hello,indeed you can not run different programs in TOSSIMhowever you can do something like this, based on mote address:Wire the two applications together in one top-level component,based on the node address: start the appropriate component.. robinOn 7/11/06, Alex Junyan Ma [EMAIL PROTECTED] wrote:

Re: [Tinyos-help] Programmer is still not responding problem with MIB510

2006-06-05 Thread R Gartz
Hello, I had a similar problem: the programmer did not respond although TOSBase could receive and send message from and to the pc/networkHowever, the motes could not be reprogrammed. I identified the problem: the motes were not getting enough power to program them. There was something wrong with

Re: [Tinyos-help] How to generate java class by MIG?

2006-05-22 Thread R Gartz
Hello,It's a simple makefile you editted;So: just try 'make' or type 'make clean' and then again 'make'greetz,R.On 5/22/06, Hieu Tran [EMAIL PROTECTED] wrote: Hi all! In my work, I want to creat my own structure (say, MyMsg). I creat file MyMsg.h and put in the directory/apps/Project. I want

Re: [Tinyos-help] TIME Synchro into Mica2 MicaZ Motes

2006-05-22 Thread R Gartz
Hello,For micaZ: you should look at the code in contrib/vu/apps/TestTimeSync/That is the only time sync code I found that compiles for micaz...greetings,R On 5/22/06, goetgheb [EMAIL PROTECTED] wrote: Hello I have tried Time Synchronisation TPSN source code for Mica2 from

[Tinyos-help] battery voltage micaz

2006-05-19 Thread R Gartz
Hello,I'm trying to measure the voltage of the batteries of my micaz nodes.When using the VoltageM component, I'm always getting values like Vbat= 3901, 4638, 4892, 5261, 5398, 5351, 5445, 5398 - So, 5,3 Volt for two AA batteries?? Seems very strange... When printing the raw 10-bit ADC value

Re: [Tinyos-help] battery voltage micaz

2006-05-19 Thread R Gartz
Yes I know they are very suspicious ;) But I don't have any bit shift anywhere in my program(s)... Those are the actual values I'm gettingMichael, in your robocode you're getting the right values for mica2? But you're not using the VoltageM component. So, I decided to try the same thing you did:

Re: [Tinyos-help] URGENT: how to set the RF power for mica2 motes

2006-05-04 Thread R Gartz
Hi,I had a similar problem with my micaz motes: using the MakeXbowLocal file didn't had any effect on the power...So I tried (like Diego said) call CC2420Control.SetRFPower(X). The result was a much shorter communication range :) greetz,robinOn 5/4/06, Elizabeth Bodine [EMAIL PROTECTED] wrote:

Re: [Tinyos-help] Multihop msg, Send?

2006-03-30 Thread R Gartz
Are there in fact any routing-algorithms that allow a node to send to a specific node-address anywhere on the network?greetings,robinOn 3/30/06, Philip Levis [EMAIL PROTECTED] wrote: On Mar 30, 2006, at 7:18 AM, avinash wrote: Hi all, To send a multihop message from one mote to the root/base

Re: [Tinyos-help] Multihop msg, Send?

2006-03-30 Thread R Gartz
Unfortunately it won't compile for micaz :(robinOn 3/30/06, Prabal Dutta [EMAIL PROTECTED] wrote: Check out Beacon Vector Routing (BVR).It allows point-to-point communications. On 3/30/06, R Gartz [EMAIL PROTECTED] wrote: Are there in fact any routing-algorithms that allow a node to send

Re: [Tinyos-help] sampling speed

2006-03-26 Thread R Gartz
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of R Gartz Sent: Saturday, March 25, 2006 7:23 PM To: Tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] sampling speed Hello, I want to sample the microphone as fast as possible on the micasb sensorboard

Re: [Tinyos-help] sampling speed

2006-03-26 Thread R Gartz
Sorry,I guess that the unit of Systime.getTime32() is a number of clock-ticks, where one tick is 1/92160sec (921,6kHz)But this yields in very inaccurate results... (even with the TimerC component, that fires at 1 ms I get better ranging results...??) robinOn 3/27/06, R Gartz [EMAIL PROTECTED

[Tinyos-help] microphone hardware interrupt

2006-03-25 Thread R Gartz
Hello,I'm still having the same problem with the MicInterrupt interface...When my micaZ nodes boot, they immediately signal the interrupt MicInterrupt.toneDetected(), however there's no sound present... As told a few weeks ago, I've updated my tinyos from sourceforge cvs, but that didn't solve my

[Tinyos-help] getting the strength from a message in Java

2006-02-27 Thread R Gartz
Hello,I'm trying to retrieve the strength from an incoming message at the TOSBase-station.I want to use that value in my Java-program.The structure of the message is:typedef struct testMsg{ uint16_t sourceMoteID; } testMsg; When I use MIG to generate the java-code of this message;I cannot retrieve

[Tinyos-help] problem with xbow's surge - powermanagement not implemented

2006-02-24 Thread R Gartz
Hello,I'm following the instructions from xbow's getting-started-guide in order to install and test SurgeI downloaded and installed crossbow's applications from their websiteBut, when I'm doing the following (as told in the guide) in the makefile: commenting the line for mica2 and micadot,

[Tinyos-help] Problems with multi-hop and surge

2006-02-15 Thread R Gartz
Hello,I'm trying to write an application that uses a multi-hop routing like Surge doesBut, i'm having some problems with it...I've looked at the documentation ( http://www.tinyos.net/tinyos-1.x/doc/multihop/multihop_routing.html)and the corresponding paper (also in the tinyos-1.x