Re: [Tinyos-help] Sht11 sensors and TOSSIM

2012-12-05 Thread Urs Hunkeler
Hi, I don't think you can simulate the Sht11 with TOSSIM. As far as I remember, in TinyOS 2.x you can only simulate the micaz, which doesn't have the Sht11. The command "make telosa" works because it compiles the code for the TelosA platform, but you won't be able to simulate it with TOSSIM. "

[Tinyos-help] LedsC inside ../tos/lib

2012-12-05 Thread Ahmad Muhaimin
Hi, I currently have custom files in tinyos-2.x/tos/lib/AODV and I have included the files inside .platform of my mote by putting this line: *%T/lib/AODV* * * I can smoothly compile my application with the wiring of the custom components(AODV). Then, when I try to wire LedsC inside my custom f

[Tinyos-help] Help Regarding TinyOS

2012-12-05 Thread Jhon James
Dear all, I am new to WSN world I want to use the BLIP IPv6 in TinyOS. Can anyone give be a starting point for this?? Are there any simulation tools available to do that?? I want to see power consumption and other issues. Moreover I want to develop complete application with web-browsers interfacin

[Tinyos-help] Help reg. 'make pc' error and Tinyviz

2012-12-05 Thread prakhar bansal
Hi all, I have installed tinyos on ubuntu 12.04 64-bit machine. Right now, I'm facing 2 problems. 1. When running 'make pc' in /apps/Blink, I'm getting: * /opt/tinyos-2.1.2/support/make/Makerules:180: *** Usage: make make help Valid targets: all clean epic eyesIFX eyesIFXv1

Re: [Tinyos-help] Help reg. 'make pc' error and Tinyviz

2012-12-05 Thread Dang Thi Hai Ha
Hi, The error message clearly stated what you've done wrong. 1. For make command, it should not be "make pc" but make with the list of target indicated in the error message, in your case, they are: *Valid targets: all clean epic eyesIFX eyesIFXv1 eyesIFXv2 intelmote2 iris mica2 mica2dot

Re: [Tinyos-help] IRIS SPI lockup

2012-12-05 Thread Miklos Maroti
Dear Lewis, Thanks for finding this bug. Just to clarify, this happens ONLY if the Resource.immediateRequest is called from a task and then from an interrupt AND they use the SAME client id. Otherwise, the second call will return with fail, no? We have discussed this with Janos Sallai, and he says

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-12-05 Thread Xiaohui Liu
Hi Janos, (1) SFD capture is disabled during both transmission and reception. Does CC2420x timestamping still work if it is enabled? (2) What is *Tasklet* for? If it is used to make code async, then why not just use function call directly? That is, to replace *Tasklet.schedule()* with what is ins

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-12-05 Thread Janos Sallai
Xiaohiu: Please see my answers below. Janos On Wed, Dec 5, 2012 at 4:24 PM, Xiaohui Liu wrote: > Hi Janos, > > (1) SFD capture is disabled during both transmission and reception. Does > CC2420x timestamping still work if it is enabled? > There are some weird edge cases that we want to avoid.

Re: [Tinyos-help] microsecond ftsp on TelosB without cc2420x

2012-12-05 Thread Xiaohui Liu
Hi, Once again, thanks very much for your prompt answer. How to use FTSP, 32khz and microsecond precision, with CC2420X stack? Just "make telosb cc2420x[_32khz]"? -Xiaohui On Wed, Dec 5, 2012 at 6:14 PM, Janos Sallai wrote: > Tasklet -- -Xiaohui Liu TelosB TinyOS 2.1.2 www.cs.wayne.edu/xl

Re: [Tinyos-help] Help reg. 'make pc' error and Tinyviz

2012-12-05 Thread prakhar bansal
Hi, Thanks for support. 1. I have compiled it for others and those are working, for ex: make micaz, mica2 or telosb etc. But 'make pc' is not working. I think it means tossim is not properly installed. Please suggest me what could be wrong. 2. I did and run make in tinyos-2.1.2/support/sdk/java d