[Tinyos-help] please give me the solutin

2011-10-18 Thread Raja Manjula
manjula@manjula-desktop:~/Blink$ make micaz sim mkdir -p simbuild/micaz nbsp; placing object files in simbuild/micaz nbsp; writing XML schema to app.xml nbsp; compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o simbuild/micaz/sim.o -g -O0 -tossim -fnesc-nido-tosnodes=1000

[Tinyos-help] Regarding Tiny os Java

2011-10-18 Thread jyoti patole
Hello sir, This is jyoti. From last few days i have started woking on Tiny OS. Sir i would like to know , can we use libraries written in JAVA language in Tiny OS? Means whether JAVA is compatible with Tiny OS? Please Reply. Thanking you. -- With Warm Regards *JYOTI 9766319445*

Re: [Tinyos-help] Regarding Tiny os Java

2011-10-18 Thread Urs Hunkeler
Hi, TinyOS is based on C. Java is only used on the back-end (e.g., computer). With TinyOS you cannot use Java on the sensor platforms (e.g., motes) themselves. If you are interested in using Java on the sensor nodes, you might want to look into IBM's moterunner project:

Re: [Tinyos-help] Global Variables

2011-10-18 Thread Janos Sallai
Also, you can use the @C() attribute to make it global, e.g.: uint8_t myglobal @C(); Janos On Mon, Oct 17, 2011 at 5:31 AM, wasif masood rwmas...@gmail.com wrote: Hi all, I am wondering is it possible to define a global variable in nesC which is to be visible to all components in the

Re: [Tinyos-help] GPIO in Iris motes

2011-10-18 Thread Janos Sallai
Suraj, Use the MicaBusC component. It provides several GeneralIO interfaces for GPOI lines PW0 to PW7, which are available on the 51-pin connector. The pinout of the 51-pin connector is available at memsic.com:

Re: [Tinyos-help] Question regarding interrupt in Tinyos

2011-10-18 Thread Michael Schippling
We would have to look at your code, but most likely you are not returning from the interrupt correctly. MS dong bo wrote: I am trying to implement the tone detector software in a Mica2 motes with MTS310 sensor cards. The current problem is that as soon as the interrupt is triggered, the

[Tinyos-help] mig problem after system upgrade (ubuntu 11.10)

2011-10-18 Thread Raihan Kamal
Hi I used ubuntu 10.04, recently I upgraded to 11.10 but can not run mig to generate corresponding java class. There is no problem with the code (source and makefile) since I ran it correctly many times few months ago. Now it complains like: *two source files specified (PLATFORM_NULL and

[Tinyos-help] how to increase message size tossim

2011-10-18 Thread Omar Cheikhrouhou (yahoo)
Dear all, Please help me how to increase message size in Tossim. Note that when I added # CFLAGS += -DTOSH_DATA_LENGTH= 34 in the makefile I got error in compilation such: In file included from /opt/tinyos-2.x/tos/lib/tossim/tos.h:98: /opt/tinyos-2.x/tos/lib/tossim/sim_packet.c: In

[Tinyos-help] IRC channel for TinyOS

2011-10-18 Thread Prasanth P
Hi all, Can any one suggest an active Tiny OS IRC channel to join. I searched but couldn't get an active one. -- Regards Prasanth.P ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu