[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 linkare 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 7F01 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 FF FF 01

[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] 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 this

[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, any

[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 2I 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.11Can anyone give me some hint? What's wrong for my

[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. ThanksBestZhengsu___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[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/tinyos-help

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 know

[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

[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 this

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.Anyone

[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