Re: [Tinyos-help] What is header file

2011-10-03 Thread Miklos Maroti
Hi! tos/lib/rfxlink/payers/Ieee154MessageLayerC.nc Miklos On Mon, Oct 3, 2011 at 6:48 AM, sai manoj sai.mano...@gmail.com wrote: Hi I am using Iris motes. Using Tinyos2.1.1 version in Ubuntu. When we transmit data the header will be attached to it. Can any one tell me in which file can I

[Tinyos-help] Problems with Get/Set RF230 RadioChannel with MessageBufferLayerC component

2011-10-03 Thread antonio rosa
Hi Miklos, I want to set/get radio channel iris mote using MessageBufferLayerC component and the interface RadioChannel. For this, add the RadioChannel interface to my app, and when I compile the app (BaseStationC), get these errors:

Re: [Tinyos-help] mts400 in tinyos-main

2011-10-03 Thread Miklos Maroti
Hi! On Mon, Oct 3, 2011 at 6:23 AM, li shiwei shiwei12...@gmail.com wrote: Dear Miklos Thank you, i successfully download tinyos-main folder. But i still got some problems to display the data reading using Oscilloscope 1 i found the tinyos-main is for tinyos 2.0.1, do you mean i should

Re: [Tinyos-help] Problems with Get/Set RF230 RadioChannel with MessageBufferLayerC component

2011-10-03 Thread Miklos Maroti
Hi Antonio, Use the RadioChannel interface of RF230ActiveMessageC (or just ActiveMessageC). Miklos On Mon, Oct 3, 2011 at 9:36 AM, antonio rosa antoniorosarodrig...@gmail.com wrote: Hi Miklos, I want to set/get radio channel iris mote using  MessageBufferLayerC component and the interface

[Tinyos-help] tinyos compilation error :fatal error: Python.h: No such file or directory

2011-10-03 Thread Indtiny s
Hi, I have installed the tinysos on ubuntu in one step mode . then I tried to compile the simple blink led code $ make micaz sim but I get the following error . pls help to fix this .. /opt/tinyos-2.1.1/tos/lib/tossim/tossim_wrap.cxx:139:20: fatal error: Python.h: No such file or directory

Re: [Tinyos-help] tinyos compilation error :fatal error: Python.h: No such file or directory

2011-10-03 Thread Razvan Musaloiu-E.
Try 'sudo apt-get install python-dev'. That package should provide the Python.h. -- Razvan ME On Mon, 3 Oct 2011, Indtiny s wrote: Hi, I have installed the tinysos on ubuntu in one step mode . then I tried to compile the simple blink led code $ make micaz sim but I get the following error

[Tinyos-help] cant debug the CLASSPATH errors

2011-10-03 Thread hamna anwar
ive installed tinyos in windows vista through vmware, followed the procedure present on wikipedia. im getting the following errors. have tried almost all the ways to remove them, went through the help archives as well. im new to linux , so please explain how can i debug the problem in simple

Re: [Tinyos-help] Urgent Help required in developing C/C++ based Listener

2011-10-03 Thread Richard Figura
Hello Yasir, maybe it helps you to have a look at the C-program seriallisten. It provides the same output as java.net.tinyos.tools.Listen, so I guess you can directly change it according to you needs :-) You can find it in the $TOSDIR directory under: support/sdk/c/sf Best Regards, Richard

[Tinyos-help] tinyos compilation error :fatal error: Python.h: No such file or directory

2011-10-03 Thread Indtiny s
Hi, I have installed the python also , but still i'm getting the same error . i.e /opt/tinyos-2.1.1/tos/lib/ tossim/tossim_wrap.cxx:139:20: fatal error: Python.h: No such file or directory compilation terminated. pls help -- Forwarded message -- From: Indtiny s indt...@gmail.com

Re: [Tinyos-help] how i can use matlab in tinyos 2.x

2011-10-03 Thread José A . Tarifa
First of all, which platform are you using? (Tmote, Micaz... ?) Then, how do you want to connect the sensor network to the Matlab-PC? By serial port (USB), by a gateway... ¿? This Matlab toolbox is used to read/write through an IP connection. --- José A. Tarifa Galisteo

Re: [Tinyos-help] tinyos compilation error :fatal error: Python.h: No such file or directory

2011-10-03 Thread Razvan Musaloiu-E.
Quick q: what does 'dpkg -S Python.h' says on your system? -- Razvan ME On Mon, 3 Oct 2011, Indtiny s wrote: Hi, I have installed the python also , but still i'm getting the same error . i.e /opt/tinyos-2.1.1/tos/lib/ tossim/tossim_wrap.cxx:139:20: fatal error: Python.h: No such file or

Re: [Tinyos-help] Installing tinyos on IRIS mote

2011-10-03 Thread Janos Sallai
Bharti, I remember fixing a bug about 3 years ago that caused avrdude not to work with port numbers 10 and higher. Is it possible that you have a really old version of TinyOS installed? A possible quick fix: Try setting the port number to something under 10. Go to device manager, double click

[Tinyos-help] (no subject)

2011-10-03 Thread Nimra Anjum
How tinyOs version 2.1 works on iris mote what are its's requirments? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] how i can use matlab in tinyos 2.x

2011-10-03 Thread Amin Amin
Hi, My platform is micaz and i work with simulation, not exprimentation, i haven't a real sensor for connect with my PC. Thanks. 2011/10/3, José A. Tarifa jostar...@alum.us.es: First of all, which platform are you using? (Tmote, Micaz... ?) Then, how do you want to connect the sensor

Re: [Tinyos-help] Problem with MSP430 ADC readings

2011-10-03 Thread Juan Verdu
Hello everyone, Thank you very much Jan for your reply. Based on your response and ADC12 readme.txt in the folder, I have made ​​a number of changes, as shown in the code below. I have obtained different values ​​OFFF and apparently are valid. What I do not get done properly is to show the

Re: [Tinyos-help] Problem with MSP430 ADC readings

2011-10-03 Thread Juan Verdu
Quizás quisiste decir: Hola, He encontrado una serie de errores *impiden* el código por Hello, The code has several serious errors sent. I attached a new code: *TestAdcC.nc* #include Timer.h #include TestAdc.h module TestAdcC { uses { interface Boot; interface Leds; interface

Re: [Tinyos-help] cant debug the CLASSPATH errors

2011-10-03 Thread Michael Schippling
Widows and Linux probably use different directory separators so you may be following the worng instructions. Look for CLASSPATH on this page: http://docs.tinyos.net/tinywiki/index.php/Xubuntu_10.04%2C_SVN_T2.1%2C_Step_by_step If that doesn't work, post your actual settings. MS hamna anwar