Re: [Tinyos-help] tinyos2.x and cygwin1.dll error ( procedure entry point not located)

2006-07-13 Thread Philip Levis
On Jul 12, 2006, at 10:29 PM, Mohan Hambar wrote: Hi All, I have recently installed tinyos 2.x source tree on my windows machine. I am unable compile any application in tinyos2.x as well as in tinyos1.x. I am getting following error message in popup window. "The procedure entry point basename

[Tinyos-help] Testing BlackbookFullConnect

2006-07-13 Thread robycannone
Hi David, Thanks for your help, but now I have another problem. I'm following the blackbookconnect_readme.txt in order to test bdictionary interfac. I'm able to inset a key in dictionary file but I'm not able to retrieve its value. This is what i do: blackbook bdictionary -insert 0xBEEF Test 4

Re: [Tinyos-help] tinyos2.x and cygwin1.dll error ( procedure entry point not located)

2006-07-13 Thread Philip Levis
On Jul 12, 2006, at 10:29 PM, Mohan Hambar wrote: Hi All, I have recently installed tinyos 2.x source tree on my windows machine. I am unable compile any application in tinyos2.x as well as in tinyos1.x. I am getting following error message in popup window. "The procedure entry point basename

[Tinyos-help] problems in broadcast networks

2006-07-13 Thread Munaretto, Daniel
Hi all, in my project i simulate 2 kinds of wireless network. In the first one i use only flooding to disseminate information, in the other one a particular coded flooding. During my simulations in TOSSIM i understood it's better to use "random" timers to avoid collisions between motes. However

[Tinyos-help] clearThreshold = -95 cannot be found in cc2420 data sheet

2006-07-13 Thread Liu Haibin
Hi,The clearThreshold in UscGainInterferenceModelC.nc is set to -95. It says that the value comes from cc2420 data sheet. But I searched the data sheet but didn't find it. So how does this value come out? Thanks. Regards,Haibin ___ Tinyos-help mailing lis

[Tinyos-help] restarting tmote without pressing the RESET button

2006-07-13 Thread Hemanth Haridas
Is there a way to restart the tmote without pressing the RESET button. I mean, is there a command which I can call to do the restarting. regards hemanth ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.e

[Tinyos-help] Running query with where clause

2006-07-13 Thread Francisco
Hi Sam, I'm trying to send queries like this:   SELECT nodeid, temp FROM sensors WHERE location = 'London' SAMPLE PERIOD 1024   where location is an attribute stored on the mote (I have thought in the flash bacause it must be stored permanently). So, I don't know if it is possible. How I can get t

[Tinyos-help] where to find the developer's kit worth $600

2006-07-13 Thread Liu Haibin
Hi Phil,I remember that you mentioned a developer's kit at $600. Where can I find it? Is there any link? I only found that xbow has a kit at $3000. Thanks a lot.Regards,Haibin ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.m

[Tinyos-help] Running query with where clause

2006-07-13 Thread Francisco
Hi Sam, I'm trying to send queries like this with TinyDB:   SELECT nodeid, temp FROM sensors WHERE location = 'London' SAMPLE PERIOD 1024   where location is an attribute stored on the mote (I have thought in the flash bacause it must be stored permanently). So, I don't know if it is possible. How

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread bhushan bhatt
Hi Josh,    I have a question for you. I am trying to turn the radio off and i do it by calling the HPL function. I tried it but it doesnt seem to be working. I am using tmote. Can you tell me how are you able to turn the radio off ?Thanks,Bhushan[EMAIL PROTECTED] wrote: Hey all, I am trying to im

Re: [Tinyos-help] clearThreshold = -95 cannot be found in cc2420 data sheet

2006-07-13 Thread Philip Levis
On Jul 13, 2006, at 3:44 AM, Liu Haibin wrote: Hi, The clearThreshold in UscGainInterferenceModelC.nc is set to -95. It says that the value comes from cc2420 data sheet. But I searched the data sheet but didn't find it. So how does this value come out? Thanks. The clearThreshold in th

Re: [Tinyos-help] where to find the developer's kit worth $600

2006-07-13 Thread Lorenzo Mainardi
You can buy it at www.tinynode.com, it's a few of spam, but it's the more cheap that I have found ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] FW: problems in broadcast networks

2006-07-13 Thread Munaretto, Daniel
Hi all, does anyone know if in TOSSIM, the usage of -rf=lossy brings to lose packets cause of an internal error model? Does anyone know something about how TOSSIM handles this option? because by my side i cannot find any explanation on it (i hope the quite bizarre behaviour of my simulatio

[Tinyos-help] Pause program

2006-07-13 Thread Tony Han
Hey, I am wondering in NesC, is there any function can make program wait for a few seconds? things like Sleep(10) in C++ or something similar. Anything can make program pause for a while. Thanks Tony ___ Tinyos-help mailing list Tinyos-help@Millenn

Re: [Tinyos-help] Pause program

2006-07-13 Thread Sankar Gorthi
I'm not sure if it's really a good idea, but I just add a timer and fire it when I need to pause for a certain amount of time. Increment a counter inside the timer.fired() event and then go back to the execution. Needs a LOT of preplanned seperation and compaction of code, but it works. San

Re: RE : [Tinyos-help] Cygwin problem

2006-07-13 Thread Sankar Gorthi
Hi, My application had to deal with programming the Cricket series of motes, and I assumed I would need to upgrade tinyOS to the 1.1.10Jan rpm which comes with their support CD. Apparently not. The code that they provide compiles in tinyos-1.1.0 just fine (after a few major tweaks). I h

Re: [Tinyos-help] Timer stops after Radio stop

2006-07-13 Thread Joe Polastre
This was a bug in the micaz stack (I assume you're using micaz). You'll need to update from CVS. -Joe On 7/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey all, I am trying to implement power management and need to shut off the radio. Everything works fine and I take the first sensor r

Re: [Tinyos-help] restarting tmote without pressing the RESET button

2006-07-13 Thread Joe Polastre
ResetC.nc -Joe On 7/13/06, Hemanth Haridas <[EMAIL PROTECTED]> wrote: Is there a way to restart the tmote without pressing the RESET button. I mean, is there a command which I can call to do the restarting. regards hemanth ___ Tinyos-help mailing lis

Re: [Tinyos-help] Pause program

2006-07-13 Thread Sankar Gorthi
How about function pointers? You could point a function pointer to the function desired and call the pointer in the timer.fired(). Never tried it, but sounds simple enough. Sankar. On Thu, 13 Jul 2006 12:10:09 -0500, Tony Han <[EMAIL PROTECTED]> wrote: Hi Sankar, thank you for your quick re

RE: [Tinyos-help] Testing BlackbookFullConnect

2006-07-13 Thread David Moss
Found it. The problem was in the BlackbookFullConnectM.nc module, outside of the actual Blackbook5 core. The payload of the TOS_Msg that contained the retrieved dictionary value was being automatically erased. I'm having trouble uploading files to CVS right now, but the BlackbookFullConnectM.nc

Re: RE : [Tinyos-help] Cygwin problem

2006-07-13 Thread Sankar Gorthi
It is isn't it (conspiratory nudge)? I remember we tried to program the Crickets that we bought with the TinyOS-1.1.15 distro. Ended up with a lot of errors (I remember one of the more infamous ones in our group was the something.o file not found in the C:\Windows\Temp directory. Did you

Re: RE : [Tinyos-help] Cygwin problem

2006-07-13 Thread Conor Todd
I didn't have to make any changes to the source, but I did have to make the Cricket platform and application work with the build system.Since Crickets are basically mica2 motes in so far as the tools used to build for them are concerned, I copied the mica2 make system and tailored it for the Cricke

Re: [Tinyos-help] Pause program

2006-07-13 Thread Zane D. Purvis
In TinyOS, there's TOSH_uwait(int u_sec) that has the MCU perform a loop of no-ops (do nothing) for the specified number of microseconds. Tony Han wrote: Hey, I am wondering in NesC, is there any function can make program wait for a few seconds? things like Sleep(10) in C++ or something

Re: Re: [Tinyos-help] tinyos2.x and cygwin1.dll error ( procedure entry point not located)

2006-07-13 Thread Mohan Hambar
Hi   This resolves my problem.   Thanks a lot for such a quick response and fixing the problem   so early. Mohan On Thu, 13 Jul 2006 Philip Levis wrote : >On Jul 12, 2006, at 10:29 PM, Mohan Hambar wrote: > >> >>Hi All, >> >>I have recently installed tinyos 2.x source tree on my windows >