hmmm....I haven't done more than a cursory test with my system.
I believe I sent a message from the PC to a specific re-Mote
whose program was compiled with the "route-lp" option. I better
go try it some more...

I used the "standard" message send code on the PC side, and the
messages are configed like this:

   // messages we send
   App.MhopSendData -> MULTIHOPROUTER.MhopSend[CPAM_DATAMSG];
   App.MhopSendCalib -> MULTIHOPROUTER.MhopSend[CPAM_CALIBMSG];
   App.health_packet -> MULTIHOPROUTER;

   // messages we receive
   App.CalibMsg -> MULTIHOPROUTER.Receive[CPAM_CALIBMSG];

and my basestation is not compiled in -lp mode.

MS

Denis Smorgon wrote:
> I'm using Moteview. I tryed to send a message (Set data rate) to an unique
> MoteID  but the mote doesn't change data rate.
> If I send  "wake" command through  xserveterm then the mote sends just one
> data packet but afterward it sleeps again. 
> 
> I don't know how I can proceed!!!
> 
> DS
> 
> -----Messaggio originale-----
> Da: Michael Schippling [mailto:[email protected]] 
> Inviato: giovedì 10 settembre 2009 23.13
> A: Denis Smorgon
> Cc: 'tinyos forum'
> Oggetto: Re: [Tinyos-help] Some problem with Crossbow mts400 and data rate
> in low power mode
> 
> What software are you using? Low-power nodes that are sleeping may
> not wakeup to get a message from the host. I found under Moteworks
> that they seem to get host messages, but only if they are specifically
> addressed to the recipient MoteID, not BCAST.
> 
> MS
> 
> Denis Smorgon wrote:
>> Hi all,
>>  
>> I'm using Crossbow MICAZ devices for some experiments with MTS400 and 
>> MDA300/320 Sensor Board.
>> Crossbow provides driver for both sensor boards, for MTS400 provides 
>> both a high power (HP) and low power (LP)  driver(firmware).
>>  
>> If I use the HP driver I can change data sending rate through a command 
>> on moteview but if I use LP I can't. Why? Is there no way to solve this 
>> problem?
>>  
>> Does anyone know how to solve the dilemma? I would like to receive an 
>> huge quantity of data only after  my command (increase in  data rate) 
>> otherwise normally the motes have to transmit every x minutes (low data 
>> rate) in low power mode.
>>  
>> Each proposal will be very appreciate.
>>  
>> TNX
>>  
>> Denis
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> 
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to