[Tinyos-help] SenseLightToLog

2006-08-09 Thread jurin dan
hi did anybody know when dealing with senselighttolog apps how to convert the data get with the command read_log in to comprehensive data to human being? i.e read_log command print this to the screen : $ java net.tinyos.tools.BcastInject read_log 1 Sending payload: ae 6 0 0 0 1 0 0 0

Re: [Tinyos-help] SenseLightToLog

2006-08-09 Thread Michael Schippling
I (you) would have to go look at the definition of the LogMsg to be sure, but it looks like a string of two byte sensor readings in Low Byte (little-endian) order. The first 0xd4 may be a sequence number or something but the rest, 0x96 0x00, 0x92 0x00, etc are probably readings like 0x0096, 0x0092

[Tinyos-help] senselighttolog reading

2006-08-19 Thread jurin dan
hi, i'm working with senselighttolog apps. when i send read_log command i get this message: $ java net.tinyos.tools.BcastInject read_log 1 Sending payload: e4 6 0 0 0 1 0 0 0 0 0 Waiting for response to read_log... Received log message: Message [sourceaddr=0x1] [log=0x6b 0

[Tinyos-help] SenseLightToLog data formate

2007-02-10 Thread Gary Pan
I modified the SenseLightToLog file so that I can log and reclaim temperature value from MDA300. I did get some data stream, but I am not sure if I received the correct data or not. I wonder if anyone know what the format of temperature value should be if I reclaim from log. I did not try

[Tinyos-help] SenseLightToLog 4 Tmote

2005-12-07 Thread Fabio Candelora
hello, does someone know if somewhere there is an application like "SenseLightToLog" but implemented for Tmote?? i would appreciate any kind of advices. Best Regards. Fabio ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.mil

[Tinyos-help] SenseLightToLog with MATLAB

2006-08-16 Thread jurin dan
hi, i'm trying to run the SenseLightToLog apps from MATLAB. i'm able to send all command from MATLAB to the network but i don't know how to get the LogMsg from MATLAB. i.e after sending start_sensing command, i send read_log command now i have to find the wa

Re: [Tinyos-help] senselighttolog reading

2006-08-19 Thread Michael Schippling
Yes, I think you have that all correct. MS jurin dan wrote: hi, i'm working with senselighttolog apps. when i send read_log command i get this message: $ java net.tinyos.tools.BcastInject read_log 1 Sending payload: e4 6 0 0 0 1 0 0 0 0 0 Waiting for response to read_log...

[Tinyos-help] SenseLightToLog application help and advice

2006-07-08 Thread horst
I have used the SenseLightToLog application but have encountered a couple of related problems.   First, after running the BcastInject start_sensing and the motes stops sensing, the mote will not respond to BcastInject read_log until I reboot the mote. Is this failure to respond to read_log a kno