[Tinyos-help] timing

2006-06-05 Thread Roberto
hi All, I'm using simpleTime component with Time and TimeUtils interfaces. Is it possible to measure time intervals less then 30ms? Under this time difference I can get no measures. thank you roberto ___ Tinyos-help mailing list

[Tinyos-help] Re: question on simple_transmit from Rfm_model.c

2006-06-05 Thread Liu Haibin
For example, let's say we have 2 motes. Mote 0 is transmitting 0s all the time, so transmitting[5] = 0, radio_active[0] = 0, and radio_active[1] = 0.While mote 0 is transmitting 0s, the TOSH_rfm_rx_bit() in TOS_SIGNAL_HANDLER(SIG_OUTPUT_COMPARE2B, ()) of mote 1 is called. And because

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

2006-06-05 Thread Tsenka Stoyanova
Hi all, We have problem with our MIB510, and I think it is not matter of syntax in writing the command in the bash shell. We will appreciate if somebody has suggestions. We have a MICA mote kit (the professional one) consisting of a programmer MIB510 and some motes (mica2 and mica2dot).

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

2006-06-05 Thread Siirtola Harri
Hi, Are you using COM4 (/dev/ttyS3) with MoteView,too? (The installer seems to try using that). Is your bash command complete? The correct command should be $ make mica2 reinstall,0 mib510,/dev/ttyS3 Another thing is, some motes are quite reluctant to accept programming, many times I must give

[Tinyos-help] help regarding TPSN

2006-06-05 Thread Prakshep Mehta
Hello, I want to use TPSN protocol for my project. I downloaded the code from your site and tried implementing it on tinyos 1.1.15 (for tossim). I got the following error: [EMAIL PROTECTED] TestTPSN]# make pc compiling TestTPSN to a pc binary ncc -o build/pc/main.exe -g -O0 -board=micasb

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

2006-06-05 Thread Tsenka Stoyanova
Hi all, Thank you, for the answers. We did many things including: different commands including MIB510=/dev/ttyS0 make mica2 install and . mib510,/dev/ttyS3, switching the button in ON position, testing with serial RS232 cable instead of USB-to-RS232, testing with 4 different motes, etc.

[Tinyos-help] Mica2 Throughput

2006-06-05 Thread Winston Liu
I measured the throughput of Mica2 and get a result of 12 packets/second, and 29 bytes per packet limited by BMAC.Could I improve the throughput by increase the packets rate or packet size? Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! Messenger with

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] Programmer is not responding problem with MIB510

2006-06-05 Thread omotayo
This problem can be caused by the mote not sitting well on the programmer. You may need to exert some pressure to make sure the mote is well connected to the programming board. Adesola -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tsenka Stoyanova

[Tinyos-help] Packet format from PC to base mote through UART

2006-06-05 Thread Lei Tang
Hi, allI am trying to send a packet from a PC to a micaZ mote through serial cable. The packet looks like:7e 42 ff ff 0 81 10 f f f f f f a1 21 7e header data crc (I put two random bytes in the crc field, but I think that's not a big problem since it doesn't filt out CRC-error packet.)At the

[Tinyos-help] Re: Packet format from PC to base mote through UART

2006-06-05 Thread jabdo
Hi Lei, Are u trying to send the packet to Micaz using serial Forwarder and Broadcast Inject. If not, What format are u using to send it??? Note: 10 represents the data length right?? so I think it should be 6 and not 10. Also, since you are sending the packet to the UART so the destination

[Tinyos-help] make: execvp: msp430-bsl: Permission denied on Windows

2006-06-05 Thread Andrew Hutchinson
Hello, I've installed tinyos and all the extensions. When I compile make pc or make telosb it creates the correct files. When I try to install I get the following error. i'm using Windows xp / cygwin $ make telosb installmkdir -p build/telosb compiling Blink to a telosb binaryncc -o

Re: [Tinyos-help] Boomerang format flash

2006-06-05 Thread Joe Polastre
You should be able to compile /opt/tinyos-1.x/apps/TestDeluge/FormatFlash with make tmote -Joe On 6/5/06, jagan nath [EMAIL PROTECTED] wrote: I have formatted my flash in tinyos1.x using the TEstNewFlash format application. Now Im trying to call mount.mount in my boomerang application. It

[Tinyos-help] [Tinyos Help] TinyViz

2006-06-05 Thread Marcus Phillips
Does anyone know of any replacements for tinyviz? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Re: Tinyos-help Digest, Vol 38, Issue 12

2006-06-05 Thread Sola Famoriyo
pe: text/plain; charset="us-ascii"An HTML attachment was scrubbed...URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060605/749653e2/attachment-0001.html--Message: 3Date: Tue, 6 Jun 2006 01:15:44 +0530From: "jagan nath"

[Tinyos-help] help

2006-06-05 Thread Sola Famoriyo
L attachment was scrubbed...URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060605/157e2afc/attachment-0001.html--Message: 4Date: Mon, 5 Jun 2006 14:12:37 +0300From: "Tsenka Stoyanova" <[EMAIL PROTECTED]>Subject: [Tinyos-help] &q

Re: [Tinyos-help] help

2006-06-05 Thread Michael Schippling
The mica2 and micaz _are_ Atmega128's so no porting should be necessary. Or do you want to run TOS on your own '128 board? If so, then I'd guess that anything that doesn't use the radio or EEPROM chips would work pretty straightforwardly. You'd need to compare the schematics to see if there are

Re: [Tinyos-help] MTS400 packet length?

2006-06-05 Thread Michael Schippling
You may be seeing an 'escape' char that preceeds a 0x7d (I think that's the value that's escaped). See this for details: http://weblog.cs.uiowa.edu/294s05-project/uart/slides/deciphering-serial-packets.pdf MS Zhengsu Gao wrote: Hi, All: Can anyone help me with the the xbow MTS400

[Tinyos-help] modification on TOSBase and show them on Xlisten

2006-06-05 Thread Xing Jin
Hi , I am collecting data info using XSensorMDA500 on 3 different mote nodes and send them to a base station. And on base staion , I changed the TOSBase to calculate the average value of each three. Butthe averagecan not been successfully gotten and shownthrought Xlisten.Take temerature

[Tinyos-help] Neighbor List

2006-06-05 Thread Keyan Mahadevan
Hi, I was wondering whether there are any modules that create the neighbor list and can be accessed. Thanks Kn ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Re: Packet format from PC to base mote through UART

2006-06-05 Thread Lei Tang
Hi, JuliaThanks for your reply.I was using a general serial-port application to send data to the mote, because I want to have my own application to control motes.My steps:Firstly, I created a data file with TOS_Msg type; then the application read it and sent data to the base mote through serial

Re: [Tinyos-help] Re: Packet format from PC to base mote through UART

2006-06-05 Thread Sankar Gorthi
Lei, you're actually right. You need to write to the 7E address. Try sending this message: 7E42 7D5E 7D5D 05AA 0744 0811 3840 7E Sankar. On Mon, 05 Jun 2006 23:23:41 -0500, Lei Tang [EMAIL PROTECTED] wrote: Hi, Julia Thanks for your reply. I was using a general serial-port

[Tinyos-help] RSSI strength

2006-06-05 Thread Rajat Bansal
I am trying to print RSSI strength in the recieved broadcast packet. First i was trying to access in tinyos-1.0 but i came to know that it is not possible in this version. I upload my tinyos to 1.15 but i am getting the value as zero only. Has ne one else came thru similar problem? -rajat

Re: [Tinyos-help] Re: Packet format from PC to base mote through UART

2006-06-05 Thread Sankar Gorthi
of course, i'm assuming you're using a windows based PC and are using a generic serial port access software (MATLAB, java etc.) to write to the serial port. Sankar. On Mon, 05 Jun 2006 23:35:30 -0500, Sankar Gorthi [EMAIL PROTECTED] wrote: Lei, you're actually right. You need to

Re: [Tinyos-help] RSSI strength

2006-06-05 Thread Sankar Gorthi
i was able to get it. what seems to be the problem? all i did was access the message-strength value. Sankar. On Mon, 05 Jun 2006 23:33:52 -0500, Rajat Bansal [EMAIL PROTECTED] wrote: I am trying to print RSSI strength in the recieved broadcast packet. First i was trying to access in

Re: [Tinyos-help] Need help for VM

2006-06-05 Thread Philip Levis
On May 30, 2006, at 7:07 PM, Joe Polastre wrote: Phil Levis can correct me on this, but Phil's ASVM (Mate) runs on Tmote Sky from Moteiv (my company, www.moteiv.com). It runs on both the mica (mica, mica2, micaZ) and telos (Telos revA, Telos revB, and TMote) families. When compiling for the

Re: [Tinyos-help] RSSI strength

2006-06-05 Thread Michael Schippling
By the use of print I think you may be trying to get the strength on the host PC? If so, it ain't there. It's only available in the TOS_Msg structs on the mote end of the world, and is not passed over the UART to the host. Search back on this list for RSSI discussions. MS Rajat Bansal wrote:

Re: [Tinyos-help] RSSI strength

2006-06-05 Thread Rajat Bansal
dear sanskar, 1) which version of tinyos did u use? 2) i am attaching my code for recieved packet. event TOS_MsgPtr ReceiveIntMsg.receive(TOS_MsgPtr m) { TOS_MsgPtr ret = m; IntMsgnew*message = (IntMsgnew *)m-data; atomic{receivednode=message-src;} // call ADC.getData(); // call

Re: [Tinyos-help] RSSI strength

2006-06-05 Thread Sankar Gorthi
well, this is my (a colleague's) code: Receive.receive(TOS_MsgPtr m) IntMsg *message=(IntMsg*)buffer.data; message-val=m-strength; doesn't look too different. although our experiments were done on the actual motes and we broadcast the value in a message packet as you can see. Sankar.

Re: [Tinyos-help] RSSI strength

2006-06-05 Thread Sankar Gorthi
and oh - tinyos-1.1.0 Sankar. On Tue, 06 Jun 2006 00:20:08 -0500, Sankar Gorthi [EMAIL PROTECTED] wrote: well, this is my (a colleague's) code: Receive.receive(TOS_MsgPtr m) IntMsg *message=(IntMsg*)buffer.data; message-val=m-strength; doesn't look too different. although our