[Tinyos-help] CC2420 continuous transmitting

2012-08-14 Thread Adeel Javed
Hi there, I am working on situation where there are two sensor nodes (sender and receiver). when a receiver receive a particular msg from sender, it should transmit it for particular time (say 2 mins) and should not release the medium before finishing its task. Now problem arises that receiver suc

Re: [Tinyos-help] Zolertia Z1 GPIO pull-up

2012-08-14 Thread Gašper Černevšek
Ok, thanks for your help. 2012/8/14 Antonio Linan > I'm not sure, those are weak resistors, I normally avoid using the > internal ones and use regular 10K for most sensors. > > Regards, > > --Antonio > > > On Tue, Aug 14, 2012 at 10:26 PM, Gašper Černevšek wrote: > >> Well I checked out trunk a

Re: [Tinyos-help] Zolertia Z1 GPIO pull-up

2012-08-14 Thread Antonio Linan
I'm not sure, those are weak resistors, I normally avoid using the internal ones and use regular 10K for most sensors. Regards, --Antonio On Tue, Aug 14, 2012 at 10:26 PM, Gašper Černevšek wrote: > Well I checked out trunk again and tried test. It worked this time, then I > realized it was my m

Re: [Tinyos-help] Zolertia Z1 GPIO pull-up

2012-08-14 Thread Gašper Černevšek
Well I checked out trunk again and tried test. It worked this time, then I realized it was my mistake because I was calling function .makeOutput() before .setResistor(). Is it normal that output is only 320mV? Is there any way to make it higher? 2012/8/14 Antonio Lignan > Have you tried the exa

[Tinyos-help] one question about using avr-gdb to debug TinyOS program

2012-08-14 Thread Gary Lee
Hi, I am using TinyOS 2.1.1 and using avr-gdb to debug BlinkToRadio app. I use avrora gdbserver at the server side. then I run # avr-gdb BlinkToRadio.elf (gdb) target remote :10001 Remote debugging using :10001 0x in __vectors () (gdb)break BlinkToRadioC__Timer0__fired Function "BlinkToR

Re: [Tinyos-help] Zolertia Z1 GPIO pull-up

2012-08-14 Thread Antonio Lignan
Have you tried the example at /apps/tests/z1/TestGPIO ? See the README and post back the serial output result if it fails. How are you checking if work/fails? BR --Antonio Gašper Černevšek wrote: >___ >Tinyos-help mailing list >Tinyos-help@millenni

[Tinyos-help] Zolertia Z1 GPIO pull-up

2012-08-14 Thread Gašper Černevšek
Hi, has anyone managed to get pull-up working on SouthPort JP1C? Sample tests that come with tinyos are not working. -- LP, Gašper ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/list

[Tinyos-help] error - communicate between telosb and tinyos.

2012-08-14 Thread WiL Farias
Hi everyone, I'm new to tinyos, I have a sensor TelosB and I try to progam it, but when I compile the code for the sensor the following error appears: An error occoured:could not open port: [Errno 13] Permission denied: '/dev/ttyUSB0'make[2]: *** [sky-r._dev_ttyUSB0] Error 1make[2]: Target `sky

Re: [Tinyos-help] [Tinyos-devel] Issue regarding implementation of the Link Estimator

2012-08-14 Thread Philip Levis
On Aug 14, 2012, at 4:02 PM, Adrian Dudau wrote: > Hi everyone, > > I have stumbled upon the following issue while trying to port the TinyOs Link > Estimator implementation onto a different platform. In the file > LinkEstimatorP.nc, there is a NeighborTable structure that holds the > up-to-dat

[Tinyos-help] TOSThreads, TinyLD and Callbacks to loaded modules

2012-08-14 Thread David Harrison
I have a TOSThreads, TinyLD system, heavily based on the SerialLoaderFlash example. I compile new functionality on the laptop as a dynamic threads module, transfer it to the mote where it gets stored in flash. When the module is loaded, it registers itself with the monolithic app on the mote by

[Tinyos-help] make micaz sim error

2012-08-14 Thread rajesh mukherjee
respectecd sir, I am new to tinyos and have installed tinyos-2.x in my laptop.when i try to compile apps/Blinks , make micaz sim, it is showing that successfuly build tossim libray. but when going to compile apps/RadioCountToLeds by make micaz sim it is showing the folowing error Administrator@xp