[Tinyos-help] Power analysis simulation framework

2011-04-25 Thread trilok i
Hi all, I want to test power analysis for a given code. I found a simulation framework from below link http://www.hindawi.com/journals/es/2008/369178/ . If anyone worked on this PAWiS Simulation Framework ( power aware simulation framework for wireless sensor networks) please let

[Tinyos-help] Simulating TinyOs applications with Avrora

2011-04-25 Thread Mitra Baratchi
Dear friends I am trying to simulate a large network with Avrora simulator in (Xubuntos via VMware player). However no matter what number I set for -nodecount, I never get the results of simulation for more than 50 nodes (even for Blink app). I have found out that Avrora runs one thread per

[Tinyos-help] CTP and LPL

2011-04-25 Thread sofia aparicio
Hello, I am sending a message every 5 minutes with mica2 motes and I use CTP. Since I would like to reduce the power consumption. I want to know which values should I choose to use the LPL: CFLAGS += -DLOW_POWER_LISTENING CFLAGS += -DLPL_DEF_LOCAL_WAKEUP=512 CFLAGS +=

Re: [Tinyos-help] telosb/tmote interrupts

2011-04-25 Thread Prasanna Karthik V
On Sun, Apr 24, 2011 at 10:41 AM, Prasanna Karthik V prasannakart...@cse.iitb.ac.in wrote: hi, For the first question, i tried looking at some sample platform implementations. It looks like i got it all wrong. 1) Capture Interface is used just to include timing info associated with an

[Tinyos-help] FW: tinyos-2.x

2011-04-25 Thread amel leyla
Bonjour, je suis étudiante en 2eme année master télécommunication. je entraine de préparer mon projet de fin d'étude sur Installation et configuration d'un réseau de capteur sans fil . j'utilise comme langage de programmation Tinyos-2.x et j'ai un problème avec la documentation.

[Tinyos-help] help on tinyos

2011-04-25 Thread PANKAJ KUMAR
Respected sir I'm undergraduate student of IIIT allahabad (INDIA).When i try to install code on mica2 using mib510 i get following error: probably AVR MCU pin is not in reset state.Check it out and run me I've spent two days on it.Moreover i've made sure that power is there and mote is properly

[Tinyos-help] Looking for help

2011-04-25 Thread 李斌
I am new in tinyos developing. I faced a problem somedays ago but failed to solve it. when I make the java tools in directory /opt/tinyos/tools/java/net/tinyos/tools, I get these errors: couldn't execute avr-gcc failed to parse message file /opt/tinyos/tos/../apps/SimpleCmdMsg.h I checked on

Re: [Tinyos-help] Can sensors with different type do the communication?

2011-04-25 Thread Miklos Maroti
In your makefile set RF230_DEF_CHANNEL=11 and CC2420_DEF_CHANNEL=11 Miklos 2011/4/25 徐经纬 stormheral...@gmail.com: Hi Miklos, I just install the BlinkToRadio program into one telosb and one IRIS mote. They don't do any communication with the same AM channel. Is something else I need to

[Tinyos-help] [MobiWac 2011] Call for Paper (June 10, 2011)

2011-04-25 Thread aggeloko
* We apologize if you receive multiple copies of this message ** == The 9th ACM* International Symposium on Mobility Management and Wireless Access (MobiWac 2011) www.mobiwac.org

[Tinyos-help] Entra nella mia rete su LinkedIn

2011-04-25 Thread Areej Khaddaj tramite LinkedIn
LinkedIn Areej Khaddaj ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Vorrei aggiungerti alla mia rete professionale su LinkedIn. Accetta l'invito di Areej Khaddaj

[Tinyos-help] [MobiWac 2011] Call for Paper (June 10, 2011)

2011-04-25 Thread aggeloko
* We apologize if you receive multiple copies of this message ** ==     The 9th ACM* International Symposium on Mobility Management                  and Wireless Access (MobiWac 2011)                           www.mobiwac.org

[Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Hello, I've make a couple changes to CC2420TransmitC.nc and CC2420TransmitP.nc in (tinyos-2.1.1/tos/chips/cc2420/transmit). Though when I compile ~/tinyos-2.1.1/apps/IPBaseStation I don't see my changes. (I've added a syntax error in CC2420TransmitP.nc and I would expect to see that error when I

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Janos Sallai
Aaron: Compile with PFLAGS=-v make telosb blip to see which components/modules get pulled in. Janos On Mon, Apr 25, 2011 at 4:16 PM, Aaron Rosen aro...@clemson.edu wrote: Hello, I've make a couple changes to CC2420TransmitC.nc and  CC2420TransmitP.nc in

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Thanks Janos, Its getting it from /opt/tinyos-2.1.1/tos/chips/cc2420/transmit/CC2420TransmitP.nc How do I tell it to get it from /home/arosen/tinyos-2.1.1 I have my TOS_ROOT set to that. thanks, Aaron On Mon, Apr 25, 2011 at 5:31 PM, Janos Sallai sal...@isis.vanderbilt.edu wrote: Aaron:

Re: [Tinyos-help] Licensing TinyOS code

2011-04-25 Thread jostargal
Thank you very much for the information. So I want to include the new BSD licence, I only must add the licence text to the code, isn't it? Also I've read - http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29 the new BSD licence is

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Janos Sallai
Aaron: Add PFLAGS+=-I/home/whatever/folder/your/component/is/in to the beginning of the application's make file. Janos On Mon, Apr 25, 2011 at 4:56 PM, Aaron Rosen aro...@clemson.edu wrote: Thanks Janos, Its getting it from /opt/tinyos-2.1.1/tos/chips/cc2420/transmit/CC2420TransmitP.nc

Re: [Tinyos-help] Changing tinyos-2.1.1/tos/chips/cc2420/transmit/*

2011-04-25 Thread Aaron Rosen
Thanks I also got it by changing TOSDIR Aaron On Mon, Apr 25, 2011 at 5:59 PM, Janos Sallai sal...@isis.vanderbilt.edu wrote: Aaron: Add PFLAGS+=-I/home/whatever/folder/your/component/is/in to the beginning of the application's make file. Janos On Mon, Apr 25, 2011 at 4:56 PM, Aaron

[Tinyos-help] Sending to Uart from CC2420TransmitP.nc

2011-04-25 Thread Aaron Rosen
Hello, I've added code in CC2420TransmitP.nc and CC2420TransmitC.nc to send information about a couple variables to the uart port. I'm also using the ip-driver in blip to create a tun interface with the mote. I'm thinking there is some conflict here because there are two things using the uart

Re: [Tinyos-help] Sending to Uart from CC2420TransmitP.nc

2011-04-25 Thread Aaron Rosen
Sorry for all the replies: Using arosen@arosen-desktop:~/tinyos-2.1.1/support/sdk/java$ java -cp tinyos.jar net.tinyos.tools.Listen serial@/dev/ttyUSB0:115200: resynchronising 00 FF FF 00 00 02 00 0B 00 AA Exception in thread Thread-0 java.lang.Exception: TOSComm JNI library runtime error:

[Tinyos-help] TMicro

2011-04-25 Thread 梅小伟
Hi all, I'm trying to do a small implementation with TinyOS 2.1.0 on telosb motes. I want to send a set of packets from one mote to another, and record the exact time when each packet starts transmission (the first bit hit the wireless medium) and when the packet arrives at the receiver. The time

Re: [Tinyos-help] Licensing TinyOS code

2011-04-25 Thread Eric Decker
On Mon, Apr 25, 2011 at 2:56 PM, jostar...@alum.us.es wrote: Thank you very much for the information. So I want to include the new BSD licence, I only must add the licence text to the code, isn't it? I don't understand what you are asking? Look at tos/chips/msp430/Msp430ClockInit.nc for an

Re: [Tinyos-help] telosb/tmote interrupts

2011-04-25 Thread Eric Decker
On Mon, Apr 25, 2011 at 1:02 AM, Prasanna Karthik V prasannakart...@cse.iitb.ac.in wrote: Thanks eric. That really helped. I just have one more related question, - An ADC pin, say, ADC0 [P6.0] can be used as a GPIO. Just by setting the appropriate bits of P6SEL, does it start working as a

Re: [Tinyos-help] TMicro

2011-04-25 Thread Janos Sallai
Sean, There's an alternative radio stack implementation for the telosb that can do microsecond precision timestamping. You will need to get the latest sources from google code. There's a test application in apps/tests/rfxlink/TestPacketTimeSync that demonstrates how to use it. There's a readme

[Tinyos-help] help

2011-04-25 Thread samad khadivar
Hi I have a problem when running TOSSIM.for example when I m arrived opt/tinyos-2.1.1/apps/Blink and type make micaz sim, I recieved this errormake *** No rule to make target,please help me -- -- Best Regards ___ Tinyos-help mailing list

[Tinyos-help] Interface between custom sensor device and MICAZ

2011-04-25 Thread fozan
Hi, I want to know, how can i connect my BP Measuring device, (which provided serial data-rs232), to Micaz mote UART. Plus, What Code or changes i need to acces the data in TINYOS. Thnx. -- View this message in context:

Re: [Tinyos-help] help

2011-04-25 Thread samad khadivar
I use redhat and ubuntu, both of them give me such error Best Regards ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- -- Best Regards