[Tinyos-help] Does TmoteSky support the following software platform?

2006-06-22 Thread Zhengsu Gao
Hi, All: I wonder if the TmoteSky support following platform, If you know any of them, please help me out, thanks a lot. __TinyDB__SOS__VM__?(Any other?) You are greatly appreciated if the related doc link are attached. BestZhengsu

[Tinyos-help] Tmote sky: SurgeTelos message format?

2006-06-21 Thread Zhengsu Gao
   Hi, All:    I am trying to study the tmote program: SurgeTelos. When I using TOSBase to listen: I got packet as following:  14 01 08 D8 FF FF FF FF 11 7D 03 00 03 00 A2 01 A2 01 FF 00 00 00 5B 0B FF FF 7F 01 00 001C 01 08 D9 FF FF FF FF A1 7D 03 00 02 00 FF FF FF FF FF FF FF FF FF FF FF FF F

[Tinyos-help] tmote sky message format

2006-06-19 Thread Zhengsu Gao
Hi,  I am currently running Oscilliscope Program on tmote sky. I want to pick up the light sensor value from channels. Can anyone give me some docs which describe message format of tmote sky? Thanks. BestZhengsu___ Tinyos-help mailing list Tinyos-help

[Tinyos-help] Need help for tmote sky:

2006-06-19 Thread Zhengsu Gao
Hi:   I just got tmote sky. I want to try to make sensors work. I program the Osciliscope program into one motes and TOSBase into another mote. Then I start serialForwarder as doc says. But it complains bad packets? Can anyone tell where I make mistake or potential problem? Thanks BestZhengsu__

[Tinyos-help] need help for serial-to-usb converter for mib510

2006-06-06 Thread Zhengsu Gao
Hi, all: I am using mib510 board and a serial-to-usb converter. Now I can programing mica2 with mib510. but I cannot receive the raw data from uart (I am using xlisten). I found some doc said "Some USB to DB9 serial port adapters cannot run at 115 kbaud". But I checked the driver, it seems

[Tinyos-help] MTS400 packet length?

2006-06-05 Thread Zhengsu Gao
Hi, All:   Can anyone help me with the the xbow MTS400 problem. When I receive the packet, the packet length is changing, sometimes is 40 bytes and sometimes is 39 bytes. I found a dump(0xd5) byte is inserted in to message? Can anyone tell me how to make the packet to be accordance, not changin

[Tinyos-help] Make pc error

2006-05-30 Thread Zhengsu Gao
Hi, everybody:   I try to use tossim and make pc for Blink. When I execute ./build/pc/main.exe 2 I got following error :0: ERROR: Unable to create EEPROM backing store file.0: ERROR: Unable to create anonymous EEPROM region.I am using tinyos.1.11 Can anyone give me some hint? What's wrong for my ex

[Tinyos-help] Need help for VM

2006-05-30 Thread Zhengsu Gao
 Hi, everybody: I plan to do some experiment with VM on either XBOW mica2 of weather board or Telos mica2. Can anybody know if these two kinds of mica2 support the VM. Additionally if the VM is equal to the ASVM (Active Sensor Networks, from Philip Levis, David Gay, and Daivd Culler). Also, an

[Tinyos-help] View Flash

2006-04-12 Thread Zhengsu Gao
Hi, All,   Can anybody tell me some software or program can view the flash of mica2, except matchbox. Thanks BestZhengsu___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tiny

[Tinyos-help] no packet handler in MTS400

2006-04-07 Thread Zhengsu Gao
Hi, all, I am working on MTS400, xbow weather board. When I install the XSensorMTS400, I use xlisten to get data, but it complain that no packet handler for type 0x0a, after 40 second, a complete packet is shown up in xlisten? I don't understand, I didn't change anything, can anybody help me out? T

[Tinyos-help] how to write data into flash in mica2

2006-03-01 Thread Zhengsu Gao
Hi, all:    I am new to tinyos. Can anybody tell me how to store data into mica2 flash? Any help is appreciated. Zhengsu___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tiny

Re: [Tinyos-help] need help in query flash of tinydb

2006-02-28 Thread Zhengsu Gao
Hi, Harri:   Thank you so much for your information. I have tried, it did work, but it seemed cannot store data into local flash since when I select data from buffer, it give me nothing, just go through all its table entries. I think still some commands have problems. Also, I am so eager to

[Tinyos-help] need help in query flash of tinydb

2006-02-27 Thread Zhengsu Gao
Hi, all, Does anybody has experence of query flash in tinydb. I try to following tinydb's document, but I never get data from created table. Help is greatly appreciated. Zhengsu___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] Badly need help in tinydb

2006-02-26 Thread Zhengsu Gao
 Hi,    I am working on tinydb, I use tinyos1.1.11 and I am trying to implement tinydb on mica2, I see the micawb is the sensor directory for mica2, but when I download the tinydb app to mica2, it seems works, the led give right signal, but the GUI cannot see anything, Does anyone can help me t

[Tinyos-help] Need help for tinydb

2006-02-23 Thread Zhengsu Gao
hi, everybody:     I want to set up a fake data in sever mica2 motes and then query these mote from base to receive these data. But now I don't know how to program tinydb to set up the fake data in flash of the motes? Can anyone give me some suggestion? Thanks a lot.  Best sazure __

Re: [Tinyos-help] Problems building TinyDB app

2006-02-23 Thread Zhengsu Gao
Hi,   I am also working on first step of tinydb. Just try to download the tinyos-1.1.11 packet. That works for me at least. Although I can compile with make mica2, it finally cannot get value from sensor. I guess we can share some information about this. We have to add new platform to tinydb. A