[Tinyos-help] What are the rpms avarice and avr-insight for?

2009-01-24 Thread Gmx1
Hi people, I almost finished to set up my environment for the avr and the pxa27x. I can work on and deploy code without avarice and avr-insight for the Micaz. What kind of functionality do these rpms provide anyway? Thankfully Ivan ___ Tinyos-help

Re: [Tinyos-help] What are the rpms avarice and avr-insight for?

2009-01-24 Thread Eric Decker
they are debugging environments. avarice is a JTAG based lowlevel debugger. Avarice is a play on ICE (in-circuit emulator). eric On Sat, Jan 24, 2009 at 1:05 PM, Gmx1 ivan-vanja.kab...@gmx.de wrote: Hi people, I almost finished to set up my environment for the avr and the pxa27x. I can

Re: [Tinyos-help] Pls help me! - Help on tinyos

2009-01-24 Thread Michael Schippling
I think, and/or hope, that you are looking for the largest positive integer which can be represented in an enum. There's usually a #define for such, but I can't (am too lazy) to find it. Assuming we are using 16 bit ints then the value (given all sorts of prior special knowledge) would be 0x7FFF

Re: [Tinyos-help] time synchronization for MICAz wsn's

2009-01-24 Thread Michael Schippling
I found this sorta recent paper with lots of time sync info: http://www.cs.uic.edu/~ajayk/ext/ClockSyncWSNsurvey.pdf I haven't read it for accuracy, but hey, it's a thesis of some kind... MS Omprakash Gnawali wrote: On Fri, Jan 23, 2009 at 4:36 PM, wolfgangmi wolfgan...@gmail.com wrote: Hi