Re: [Tinyos-help] SRFOFF and SRXON strobes necessary to switch channel

2013-03-07 Thread Janos Sallai
In theory, you could change the channel without turning off receive mode. However, then you would have to prepare for some edge cases, which would make the source code of the driver more complicated. For example, what if you don't issue an SRFOFF, and a packet preamble comes in after

[Tinyos-help] IPSN'13 Early Registration Deadline

2013-03-07 Thread IPSN'13 Publicity
It is a friendly reminder that IPSN'13 early registration is this Friday March 8, 2013. For information about registration, please check out: http://www.cpsweek.org/. A complete program of IPSN'13 is at http://ipsn.acm.org/2013/program.html. To unsubscribe from

[Tinyos-help] CFP: 1st IEEE/ACM workshop on Signal Processing Advances in Sensor Networks

2013-03-07 Thread IPSN'13 Publicity
We would like to bring into your attention, the 1st IEEE/ACM workshop on Signal Processing Advances in Sensor Networks, held on April 8th 2013, in Philadelphia as a part of the CPS-Week, 2013. We would like to invite you, your students, and associated researchers to participate in the

Re: [Tinyos-help] where can find the Simx software and get down?

2013-03-07 Thread khuram
You can download SimX from here: http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/wsu/tools/simx/ Best Luck -- View this message in context: http://tinyos-help.10906.n7.nabble.com/where-can-find-the-Simx-software-and-get-down-tp346p22785.html Sent from the TinyOS - Help

Re: [Tinyos-help] How to use Simx and how to install Simx?

2013-03-07 Thread khuram
You can use readme file to install simx on linux: http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/wsu/tools/simx/simx/README?revision=1.3view=markup -- View this message in context:

[Tinyos-help] milliseconds precision FTSP

2013-03-07 Thread Gustavo Zanatta Bruno
How to get global time with milliseconds precision in FTSP? -- Atenciosamente: Gustavo Zanatta Bruno ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Debugging IRIS motes

2013-03-07 Thread michal
Hello, recently I have read http://docs.tinyos.net/tinywiki/index.php/Debugging_IRIS_motes guide. I have checked price of mkII here in Poland and it is quite expensive for student's wallet. And my question is - Do I need EXACTLY mkII for IRIS motes or could it be, for example:

Re: [Tinyos-help] Debugging IRIS motes

2013-03-07 Thread Miklos Maroti
You have LEDs and the serial line: that should be enough for all of your debugging needs, at least that is what I use :) Miklos On Thu, Mar 7, 2013 at 10:57 AM, mic...@tobolewski.net wrote: Hello, recently I have read http://docs.tinyos.net/tinywiki/index.php/Debugging_IRIS_motes guide. I

Re: [Tinyos-help] Debugging IRIS motes

2013-03-07 Thread michal
Hi, with my application that includes CTP, DelugeT2, Dissemination and serial communication I'am afraid that 3 leds will not be enough :) On Thu, 7 Mar 2013 10:59:58 -0600, Miklos Maroti mmar...@math.u-szeged.hu wrote: You have LEDs and the serial line: that should be enough for all of your

Re: [Tinyos-help] Debugging IRIS motes

2013-03-07 Thread Miklos Maroti
Store traces in the flash and use CTP to download it. You cannot stop time, and interrupt/event based software might not behave the way you think when you debug it using JTAG. Miklos On Thu, Mar 7, 2013 at 11:09 AM, mic...@tobolewski.net wrote: Hi, with my application that includes CTP,

Re: [Tinyos-help] Debugging IRIS motes

2013-03-07 Thread Janos Sallai
Michal: Any JTAG programmer should work that works with AVR Studio (or avr-gdb). Other than that, I couldn't agree more with Miklos about how inconvenient it is to debug sensor network applications (with timers, radio communications, etc) with JTAG. Janos On Thu, Mar 7, 2013 at 11:12 AM,

Re: [Tinyos-help] How to send and receive different AM types in CTP?

2013-03-07 Thread Omprakash Gnawali
If you do not want to change any CTP code, you can use different collection ID to distinguish between packets from different applications. - om_p On Tue, Mar 5, 2013 at 12:55 AM, Anbu Sorna sorna.a...@yahoo.com wrote: Hi all, We are doing project in tinyos on data aggregation and

[Tinyos-help] WirelessHart

2013-03-07 Thread John K. Russ
Can TinyOS / Tossim simulate WirelessHart. Thank you for any tips or recommendations . -- John Kenneth Russ College of Liberal Arts Sciences COMPUTING Wayne State University j...@wayne.edu (313)-577-0274 “If you can control a man's thinking you do not have to worry about his action.

Re: [Tinyos-help] Debugging IRIS motes

2013-03-07 Thread András Bíró
Not any JTAG programmer, JTAG ICE wouldn't work, because it doesn't support Atmega1281. But AVR Dragon is relatively cheap, and it works. Andris On Thu, Mar 7, 2013 at 8:11 PM, Janos Sallai sal...@isis.vanderbilt.eduwrote: Michal: Any JTAG programmer should work that works with AVR Studio