[Tinyos-help] ct)

2009-04-04 Thread George Adamides
 Thank you all. Start of S curve...wow I have a long way up, huh? Thank you again!  -- George Adamides From: Ittipong Khemapech To: George Adamides Cc: tinyos-help Sent: Saturday, April 4, 2009 2:03:04 PM Subject: Re: [Tinyos-help] (no subject) Hi, I thin

Re: [Tinyos-help] Voltage Readings

2009-04-04 Thread Michael Schippling
IIRC the standard conversion formula for bat voltage gives you an integer value in millivolts. If you send that as an int to your host PC you need to write a little cast in your receiving program, something like: ((double) value) / 1000.0 MS Mohamed H. Seddik wrote: > thanks for the answe

Re: [Tinyos-help] Need help to understand nesC

2009-04-04 Thread João Paulo Amaro da Costa Luz Carneiro
Hi Jayesh, You have some references at the end of the first tutorial that may help you. http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS scroll down to the related documentation section. This programming guide is available there and helped me: http://csl.stanford.edu/~pal/pubs/t

Re: [Tinyos-help] (no subject)

2009-04-04 Thread João Paulo Amaro da Costa Luz Carneiro
Hi George, You have some references at the end of the first tutorial that may help you. http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS scroll down to the related documentation section. This programming guide is available there and helped me: http://csl.stanford.edu/~pal/pubs/t

Re: [Tinyos-help] (no subject)

2009-04-04 Thread Ittipong Khemapech
Hi, I think the tutorial is a very good place to start with. I used to feel the same. I think you are currently at the start phase of S curve. Just follow the examples there and try modify them. You need Lesson 4 to see the on-screen output. It will make you feel more confident. Ittipong 2009/4/

Re: [Tinyos-help] Need help to understand nesC

2009-04-04 Thread Ittipong Khemapech
Hi, Have you tried the TinyOS Tutorial on http://www.tinyos.net? It's a very good place to start. Ittipong 2009/4/4 Jayesh Parab > Hello Everyone, > > I am a newbie to the world of tinyOS, and have been assigned a project to > be done in tinyOS v1.x. I am finding it a bit difficult to understa

[Tinyos-help] (no subject)

2009-04-04 Thread George Adamides
Hello everybody I have being reading the TinyOS tutorial at www.tinyos.net and I can't seem to follow them. Where can I find a good documentation with easy to follow instructions (that work) to just understand how to program a simple sensor network program with NesC? This documentation seems to

[Tinyos-help] Need help to understand nesC

2009-04-04 Thread Jayesh Parab
Hello Everyone, I am a newbie to the world of tinyOS, and have been assigned a project to be done in tinyOS v1.x. I am finding it a bit difficult to understand the nesC syntax. Request you to please suggest me with some easy to understand and practice tutorials which can help me understand nes

[Tinyos-help] Fw: Re: Heeeeeeeelp Voltage Supervisor & LPL

2009-04-04 Thread Mohamed H. Seddik
there must be somebody knows, I've read about LPL many times but it did not answer my questions   Hi everybody I've used LPL interface. but there is a point I just need to be sure about if you please. with using   Timer.startPeriodic(5000); LowPowerListening.setLocalSleepInterv

Re: [Tinyos-help] Voltage Readings

2009-04-04 Thread Mohamed H. Seddik
thanks for the answer.   I know the formula but I need to display the decimal readings not the integers because the serialforwarder is displaying just the integer values !! even if I used the float for the variables. Thanks  & Have a Nice Day   Mohamed --- On Sat, 4/4/09, Michael Schippling

Re: [Tinyos-help] call a external library

2009-04-04 Thread Michael Schippling
First make sure that your lib is someplace where the linker can find it, usually with -l they are in some common directory tree or envvar path. Then I'm not sure where the "pthread" thing is coming from, it may be that you lib is compiled to use pthreads which don't exist in TOS. MS Rannouna Rani

Re: [Tinyos-help] Voltage Readings

2009-04-04 Thread Michael Schippling
The Getting Started manuals used to have the conversion formula, or search this list. MS Mohamed H. Seddik wrote: > Hi > > I'm using voltageC interface to read my current voltages > How can I see these readings */precisely/* >

Re: [Tinyos-help] somebody knows the format of a Stream over the wire?

2009-04-04 Thread Michael Schippling
The packet should contain a checksum as well. I haven't read the TEP but I'd be surprised if it isn't mentioned. Search for the octavetech paper on the T1 format for a bit of description and read Packetizer.java, the code that does the PC sending. Also search this list for info on the message struc

Re: [Tinyos-help] call a external library

2009-04-04 Thread Aurélien Francillon
Rannouna Rania a écrit : > Hi, > > I have a library called "miracl.a" and I want to use it in my application. > I guess your library should be called libmiracl.a . The "-lXYZ" gcc option looks for libraries called libXYZ.a Aurélien ___ Tinyos-help

[Tinyos-help] call a external library

2009-04-04 Thread Rannouna Rania
Hi, I have a library called "miracl.a" and I want to use it in my application. In my local make file I add : PFLAGS += -I. LDFLAGS += -L. -lmiracl when I try to compile I found this error : $ make pc mkdir -p build/pc compiling Miller to a pc binary ncc -o build/pc/main.exe -g -O0 -I. -pthr

[Tinyos-help] Help Programming TMotes

2009-04-04 Thread Scott Private
Hello all, First time posting-I'm not positive this is the right blog for my purposes, but I am trying to write a program for several TMotes of the MoteIV model. This model is no longer supported by the company that bought out the original designer and so they suggested I try this blog. I am work

[Tinyos-help] somebody knows the format of a Stream over the wire?

2009-04-04 Thread Hugo . Cruzsanchez
Hello all, I'm using micaZ and the MIB520 card for USB communication. I use TOS2 and TOS1. I'm trying to send some packets to a micaz directly from PC. I've found the packet format TEP117 Section 3.6 showing how a packet is send to the port. I've just a simple application that reads a counter and