[Tinyos-help] How to disable ACK dynamically on receiver side - MicaZ - TinyOS-2.x

2006-10-29 Thread LE KHAC HIEU
Hi, I'm trying to disable ACK on receiver side dynamically (on MicaZ with TinyOS-2.x) even if the sender requests for ACK. Could anyone please help me know how to do that. Thanks, -- Hieu Le https://cs.uiuc.edu/home/hieule2/ === Hieu Khac Le, MS, PhD Student

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Adam
This is my avr-gcc version -- seems to be current.   > avr-gcc -v Reading specs from /usr/local/lib/gcc-lib/avr/3.3-tinyos/specsConfigured with: ./configure --target=avr --disable-nlsThread model: singlegcc version 3.3-tinyos  On 10/29/06, Philip Levis <[EMAIL PROTECTED]> wrote: On Oct 28, 2006, at

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Adam
Michael,   Thanks a lot. I successfully solve this problem by rpm install tinyos-tools-1.1.0 using nodeps. After I run toscheck, only warning is that:   --> WARNING: The uisp version found by toscheck is not '20030820tinyos'. Pleaseupdate your uisp version. The source for uisp version 20030820tinyo

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Joe Polastre
The $ is silly and after years of arguing against it, David Gay added a directive to nesC that lets you set an alternate identifier instead of having to recompile a toolchain without the $ identifier. -Joe On 10/29/06, Michael Schippling <[EMAIL PROTECTED]> wrote: Yes, it's come up many times..

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Michael Schippling
Yes, it's come up many times... however I've never seen this '$' explanation before... thanks MS Philip Levis wrote: On Oct 28, 2006, at 9:45 AM, Adam wrote: Michael, Thank you. Here is the problem: I can compile 1.x application with "make telosb", but not "make micaz" -- show following er

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Philip Levis
On Oct 28, 2006, at 9:45 AM, Adam wrote: Michael, Thank you. Here is the problem: I can compile 1.x application with "make telosb", but not "make micaz" -- show following errors (how to correct it): /opt/tinyos-1.x/tos/platform/micaz/HPLCC2420InterruptM.nc:161: warning: `CCATime r.start

Re: [Tinyos-help] General Quesiton about wireless sensors

2006-10-29 Thread Michael Schippling
Run through the doc/tutorial and then look at OscilloscopeRF (in TOSv1 at least). It sends a series of analog readings to a basestation, I think it's light, but easy to change to temp. Then you'd want serialforwarder running on the host machine and you should be able to connect from a java applet

[Tinyos-help] General Quesiton about wireless sensors

2006-10-29 Thread olcay çelik
Hello Guys, My gradiation project is by using the two motes calculating temperature and show it on the webserver maybe it is easy maybe not. but, before starting my graduation project and research i want to ask you is that possible i mean is it hard ? is there any project that relating to mi

[Tinyos-help] Re: Tinyos-help Digest, Vol 42, Issue 97

2006-10-29 Thread Sola Famoriyo
Hi All, I am trying to run make telosb from the directory of tinyos-2.x , now i am getting this error. I have installed the application with all the files that were confirmed working with this version. I have done the installation before without getting this error, Do i need to install a fresh ve

Re: [Tinyos-help] Packet Delivery Timer.

2006-10-29 Thread Michael Schippling
You don't say what program is running on the re-Motes, that would probably be the arbiter of message timing. Look for something like this in the source: call Timer.start(TIMER_REPEAT, xxx); where xxx is the number of (loosely) millisec between fired() events. And a: result_t Timer.fired(

Re: [Tinyos-help] problem on switching back to tinyos-1.x

2006-10-29 Thread Michael Schippling
try using this option to rpm: --nodeps don't verify package dependencies Also I have been quite successful at copying an entire working cygwin (with TOStools) from one machine to another. Always with the same root dir in my case, though I don't know if it matters. There are two Windows reg

Re: [Tinyos-help] Vim Editor Mode for NesC

2006-10-29 Thread Cory Sharp
http://nescc.cvs.sourceforge.net/*checkout*/nescc/nesc/tools/editor-modes/vim/readme.txtCheers,Cory On 10/29/06, Jason Hemann <[EMAIL PROTECTED]> wrote: Mr. Sharp,The version of nesC I am using (1.2) was pulled down from sourceforge in a tarball. I found the directory where the files are supposed t

[Tinyos-help] xmesh with micaz problem: 6 packets are printed for each interval

2006-10-29 Thread Amit Shukla
Hi   I am running XMesh application on MICAz motes and using xlisten to view the sensor readings. I checked out the tinyos source tree (containing XMESH) from  CVS repository on sourceforge.Xmesh works fine and I am able to see multihop messages on xlisten. The probem is that for each transmissio

[Tinyos-help] Packet Delivery Timer.

2006-10-29 Thread sundaresh sundaralingam
Hi All,   I am using mica2 and the program I want to modify is xlisten.   I would like to know how to modify the packet firing frequency from the motes to the base station? Where is the function situated ? Which variable do I manipulate?   Thanks.     Regards, S.Sundaresh.     ___