Re: [Tinyos-help] Problem with TinyOS 2.1.1 on Ubuntu 11.10

2011-11-16 Thread Martin Stehlik
Hi Alfonso! Thank you very much for your answer! I am afraid this will not solve my problem when compiling for MicaZ. However, I have tried your solution. Unfortunately when I install TinyOS exactly according to:

[Tinyos-help] Tinynode CntToLedsAndRfm RfmToLeds

2011-11-16 Thread Levi
Hi, I have just started to learn tinyos. I am using the Tinynode development kit. I have installed TinyNode-1.0-snapshot.exe, and followed the instructions cd $TOSROOT/tools/java; make; make cd $TOSROOT/contrib/shockfish/tools/java; make The Blink application works, but I have problems with

[Tinyos-help] Tinyos-help

2011-11-16 Thread krishna murthy
I want a program to read mic samples from MTS310cb sensor board... I m using iris mote.. please send me the code... ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Baudry Arthur
Yes sorry I just asked the question too fast. It's working I am receiving packet from my nodes. However there is something I still don't understand. When you do make telosb install or reinstall what is the difference. I mean how does it works if you install when are in two different application,

[Tinyos-help] Serial communication in TinyOs

2011-11-16 Thread Pedro Oliveira
Hi all, I'm starting in TinyOs and I would like to send commands throw serial port to a mote/network. I already worked with some examples but I am having some problems put some of them together and even understand witch one is the best to produce the scenario that I want to do. For example:

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Urs Hunkeler
Hi again :-), make install compiles the source into the binary form, then modifies the binary form to alter the value of some variables containing the nodeID, and then programs the binary to the mote (erasing a previous program). make reinstall just alters the nodeID values in the binary and

Re: [Tinyos-help] Problem with TinyOS 2.1.1 on Ubuntu 11.10

2011-11-16 Thread Yanbo SHOU
Hello Martin, Stop wasting your time installing and configuring TinyOS on your system, it will never be very stable. You'll always encounter strange problems if you try to install it on your ubuntu with the latest version of compilers, libraries etc. Take the XubunTOS vmware image, it's simple

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Baudry Arthur
Hello :), Yes, but for example in the tutorial if I go the BlinkToRadio directory I do make telosb and make telosb install, then I go to BaseStation and do the same. The program BlinkToRadio will be erased ? If I want an application which is going to combine a lot of applications I need to put

Re: [Tinyos-help] Problem with TinyOS 2.1.1 on Ubuntu 11.10

2011-11-16 Thread Alfonso Martinez
Hi!I used the google code source (http://code.google.com/p/tinyos-main/source/checkout) and for the tools I have these two in my sources.list:deb http://tinyos.stanford.edu/tinyos/dists/ubuntu natty maindeb http://hinrg.cs.jhu.edu/tinyos natty mainand I installed them using Synaptic. I installed

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Urs Hunkeler
Exactly. TinyOS does not foresee the possibility to run multiple applications on the same mote in parallel (other than you writing the application logic to do this). Also, TinyOS (at least in the default configuration) does not have multi-thread support. If you just need multiple applications

[Tinyos-help] (no subject)

2011-11-16 Thread Rakshitha GB
hi , can i know about any data acquisition board that can take 5v sensor input and also compatible with telosB or micaz motes ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] undefined reference to `sqrt'

2011-11-16 Thread Michael Schippling
Look carefully in math.h, there may be an #ifdef around the double math functions. I thought that the telosb used doubles rather than floats (the ATMEGA uses float math) but it sounds like I'm wrong... MS ys...@lifc.univ-fcomte.fr wrote: Hi Manjunath, Yes it compiled, thanks a lot. And I'll

Re: [Tinyos-help] Java Problem using Telosb nodes

2011-11-16 Thread Eric Decker
On Wed, Nov 16, 2011 at 6:04 AM, Baudry Arthur arthur.bau...@gmail.comwrote: Yes sorry I just asked the question too fast. It's working I am receiving packet from my nodes. However there is something I still don't understand. make telosb builds a binary (compiles the

[Tinyos-help] MultihopOscilloscopeLqi

2011-11-16 Thread Jorge R. Beingolea G.
Hi all... I installed MultihopOscilloscopeLqi application and has some doubts as to its functioning and structure of the package: how the protocol works? I tried information about LQI protocol, but found nothing... when the MOTE began broadcasting observed that after each cycle of 6 frame

[Tinyos-help] MultihopOscilloscopeLqi

2011-11-16 Thread Jorge R. Beingolea G.
Hi all... I installed MultihopOscilloscopeLqi application and has some doubts as to its functioning and structure of the package: how the protocol works? I tried information about LQI protocol, but found nothing... when the MOTE began broadcasting observed that after each cycle of 6 and 7

[Tinyos-help] Tinyos 2.x mig generator and Matlab

2011-11-16 Thread Lee Carol
Hi all, I would like to be able to send and receive messages to and from mote and basestation (connected to PC) using matlab and mig generator. As far as I have researched, most mig generator tutorial instruction focus on Tinyos 1.x. Does anyone have some pointer that can help on sending

[Tinyos-help] Re : Timer 3 registers and IRIS mote

2011-11-16 Thread hafid bbbbbbbbb
Hi Janos, Sorry to reply a bit late. i just added these two lines to my code and it worked fine: SET_BIT(DDRE,3);  SET_BIT(PORTE,3); if i implement McuPowerOverride.LowestState() , should I take care of the MCU power state for all my application features or just only the Timer 3 knowing that my

Re: [Tinyos-help] micaZ error

2011-11-16 Thread Accapenga
try this: add the following file to the blink application makefile: CFLAGS +=-DCC2420_DEF_CHANNEL=26 CFLAGS +=-DCC2420_TXPOWER=TXPOWER_MAX DEFAULT_LOCAL_GROUP=125 HTH MaHa Khalid wrote: Hi, I have problem in programming micaZ I got Programmer is not responding error when I tried to

[Tinyos-help] Write Failed while running serialForwarder

2011-11-16 Thread Modi, Jenis Ashokkumar
Hi Guys, I am running LowPowerSensingApp in tinyos 2.1.0. I installed this application on 2 motes. 1 as a root and another as a sampler. When I am running the SerialForwarder, I am getting error saying that write failed. Do anyone of you have any idea about the error ? Thanks Regards, Jenis

[Tinyos-help] Sample Program for Accelerometer ADXL335

2011-11-16 Thread Prasanth P
Hi all, I want to do a simple application using ADXL335 accelrometer (Analog) with Telosb mote. Can any body please sent me a sample code to begin with. Thanks in advance. -- Regards Prasanth.P ___ Tinyos-help mailing list

[Tinyos-help] Deluge for imote2 or other alternatives

2011-11-16 Thread Charlie
Hi all, I am trying to reprogram imote2 by over the air programming. I found some tutorials about Deluge for T2, but it seems to me that it does not support imote2 platform. Is there any Deluge for imote2, or other way for reprogramming imote2? Thank you and I look forward to hearing from