Vijay,
if you want to run Listen on a host directly connected to a mote, then
you don't need to run SerialForwarder (although you could use it and
chain Listen to it, all locally). However, if
Listen is going to be run on a host (lets say, A) which is connected
(via network) to another host (s
If you want to run Listen on a host directly connected to a mote, then
you don't need to run Listen (although you could chain it locally). If
Listen is going to be run on a host (lets say A) which is connected (via
network) to another host (say B) that has the mote attached to it, then
you need
Part of the TOS install process is to do a make in tools/java,
which I suppose wends it's way down to the Makefile you found.
Unfortunately, the world is what is needed to compile the non-
java parts of the tree, apparently at least.
Like I said, I was just following instructions...the dependenci
Try zooming out?http://www.tinyos.net/nest/doc/tutorial/lesson5.htmlSlightly outdated but probably of use.
On 2/8/06, Colin Couper <[EMAIL PROTECTED]> wrote:
I have managed to get this working but I get no data displaying on theGUI. I'm using telos sky motes.I feel the level may be too high but I c
It would seem that the
tools\java\net\tinyos\tools\Makefile
could have the following to generate the messages
TOS_INCLUDE = -I$(TOS)/lib/Flash -I$(TOS)/platform/mica2 -I$(TOS)/system
DelugeAdvMsg.java:
$(MIG) $(TOS_INCLUDE) -java-classname=$(PACKAGE).DelugeAdvMsg
$(DELUGECMD_LIB)/Deluge
Oh, I hope you are right about cygwin updates and ports...
To review, your answer is to:
1. Run the scripts in the message you reference.
2. Some how fix avr.rules (where is that?) to use
an env var instead of command line...
err, what's the diff? Are they parsed differently?
I have no cl
Hi,
Is there a directive that can be used to stop the ncc/avr-gcc
compilation? it seems #error is not supported, could it be a #pragma
... or somthing like that?
Thanks,
Ning
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.
No Serial Forwarder...in fact they will both try to open the same
COM port and one will not succeed. Is that the Listen error you get?
MS
vijay chand uyyuru wrote:
HI everyone,
I need a small clarification regarding the Listen tool.
Why do we need to start the Serial Forwarder before using
You probably need to run "mig" before doing a javac.
This is a TOS utility for generating message classes
and is discussed a bit in the tutorials. The tools/java
makefile should run the whole thing, but you'll need
(most of) the TOS install to do it. There are unfathomable
layers of make includes
I'm a little unclear on what you are asking in the first question...
The "level" is input to the ADC, radio strength, or what?
You could try lower "level" programs like Listen to see if you
are getting anything from the re-Mote. Have a look at the tutorial
stuff in /doc for some more detail.
As t
You mean the radio data rate? It's on the order of 25 messages of 29 bytes
per second. If you search back over the last couple months I posted a bunch
of stuff about "radio reliability" that might be of some help.
MS
Manik Gupta wrote:
Hello,
What is the typical data transfer rate of a MICA-2
m
interesting, maybe the embedded version has given up on the
whole fake /dev thing
You could try making a file with that name but (assuming it works)
you'd have to go truncate it fairly frequently.
MS
[EMAIL PROTECTED] wrote:
Hy,
I installed the tinyos (tinyos-1.1.0-1is.exe) in a system wi
Chang,
Look at the sentence immediately preceding your quote:
"At 4.8 hours, the capacitor voltage exceeds 3.5V, switching power
back from battery to supercapacitors." That means from t = 4.8 hrs to
t = 6.5 hours, the telos is running off of the capacitor whose voltage
rises from 3.5V to 4.4V du
HI everyone,
I need a small clarification regarding the Listen tool.
Why do we need to start the Serial Forwarder before using the Listen tool?
When i am trying to use the Listen tool i am getting an error message.
i appreciate your help.
thanks
vijay
__
Hi
Im looking to try out Deluge on a WinXpProf platform, and having a few
difficulties to get Java to build correctly.
Ive tried on two machines and neither has worked completed with the Java
tools. The nesC apps/TestDeluge builds ok.
I think it needs a way of generating the "Automatically Ge
Below is from the paper.
"At around 6.5 hours, the capacitor voltage exceeds the charging threshold
of 4.4V and the battery is
below 3.5V, resulting in a charge pulse (as seen by the sharp drop in
capacitor voltage in A and increase
in battery voltage in B). This rapidly transfers most of the s
Hi,
I'm using Pong application to do some experiments. I have a problem, how
can I read the packets and extract the information using PingPong.java? For
example, the fifth byte information in the packet. Any suggestion is
appreciated.
Best regards,
Tony
_
Hi all
Is there a way to find out the workload on the Mote2 processor ?
And is there also a way to see the number of posted tasks ?
Thank's a lot for any help
Hannes
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.mille
Hi
I tried to wire some components together in order to construct a special counter. My first question is that, are the wired components work sequentially? in other words, if I use "RfmToInt" line after the "IntToLeds" and after "RfmToInt" I use another component, does the program wait for the
On 2/8/06, Prabal Dutta <[EMAIL PROTECTED]> wrote:
> The 250mAh is an energy (not a current) rating. Motes draw relatively
> little current so off-the-shelf batteries will have no trouble
> providing enough current. The way to interpret the 250mAh is as
> follows: if my mote draws 25mA, then it w
I am i desperate need for help so plz some do me a favor...i have 2 questions:
1.) Trying to run tinyViz applications but if I autron the
sample.autorun rogram an error appears that: cant find
cygwin1.dll...the tinyViz still works but i cant press any button on
it as if they are all disabled...hel
The 250mAh is an energy (not a current) rating. Motes draw relatively
little current so off-the-shelf batteries will have no trouble
providing enough current. The way to interpret the 250mAh is as
follows: if my mote draws 25mA, then it will nominally run for
250mAh/25mA = 10 hrs. This is, of co
Of course it is possible. They both will send their message to
PC-connected mote address.
They both use something like that:
[...]
call Send.send(MOTE_1_ADDRESS,...);
[...]
Colin Couper wrote:
I was wondering if it was possible to get two motes communicating with
mote that is connected to a
Hello everybody,I am trying to find a way to send a function (task) to a mote in order to have it executed by the mote.Suppose that there is an application running on a mote, collecting data and processing it.
When it finishes, it enters a waiting state: It waits for further instructions from outsi
I was wondering if it was possible to get two motes communicating with
mote that is connected to a PC which has TOSBase installed.
THe two motes are runnin, for example, OscilloscopeRF.
Thanks
Colin
___
Tinyos-help mailing list
Tinyos-help@Millennium.Be
I have managed to get this working but I get no data displaying on the
GUI. I'm using telos sky motes.
I feel the level may be too high but I can't figure out how to fix it!
Appreciate any help!
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkel
Most Litium Ion batteries are 3.8V so a regularator is required.
250mAh may be enough for a mote to run. I do not know the
max current for Flash write.
Chang
Hi Terence, We had the same question some time ago, and we found that 3
1,2V
batteries in series, when new, may have next to 3,8V, that
-- Forwarded message --
From: Vinayak Naik <[EMAIL PROTECTED]>
Date: Feb 8, 2006 11:18 AM
Subject: Re: [Tinyos-help] Position of the motes in TinyViz
To: Silvia <[EMAIL PROTECTED]>
Cc: tinyos-help@millennium.berkeley.edu
Silvia,
I did not understand what do you mean by "account".
Hi Graham,
There was a thread about this on tinyos-help last month:
http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-January/014042.html
- Prabal
On 2/8/06, Graham Rollings <[EMAIL PROTECTED]> wrote:
> Hello
>
> Has anyone had this __getreent error after applying a tinyos snapshot
Hy,
I installed the tinyos (tinyos-1.1.0-1is.exe) in a system with Windows XP
Embedded SP2 Version 2002 and I encountered this error at the first time
that I started the Cygwin bash shell:
bash: /dev/null: No such file or directory
bash: /dev/null: No such file or directory
[EMAIL PROTECTED] ~
$
Hi Terence, We had the same question some time ago, and we found that 3 1,2V
batteries in series, when new, may have next to 3,8V, that is higher than
the maximum Voltage for the telos. We didn't test it, but we found the crv3
litium battery with 3,1 V app when new and with a good flat level of 2,8
Hi,
I am using Pong application to do some experiments.I have two questions,
first, I read the CC2420_date_sheet of page 36, but what's the exactly byte
information in a frame? Second, how can I read a byte data using
PingPong.java?
Is there anyone who has the idea? Thanks in advance.
Best r
Hi all,
I'm in the process of trying to gain maximum performance from the ADC on the
TelsoB motes. What I would like to know is if anyone can tell me what TinyOS is
doing during the sample and conversion stage of an ADC sample. What I mean is,
if there is no tasks pending in the que, and all
Hello,
I am looking to buy new batteries for the Tmote Nodes and was thinking about
buying rechargables. Rechargables generally have a voltage of 1.2V and I
was wondering would this be a problem?
What are the main issues to be aware of when choosing the battery types for
the Tmotes?
Best
Hello
Has anyone had this __getreent error after applying a tinyos snapshot ??
if so how did you fix it
Thanks
Graham
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tiny
Hi,
We have a MICAz mote and a MIB510 platform, connecting through RS-232. We
have made a program that sends messages by uart when the timer fired. With
this timer we calculate the time for a sent by uart. We have tested it with
differents message length. We have found:
MSG_LENGTH(bytes)
Hello,
What is the typical data transfer rate of a MICA-2
mote and how can we measure it?
Thanks.
Regards,
Manik Gupta.
Ms.Manik Gupta
GPON Group
CDOT Delhi
Hy,
I installed the tinyos (tinyos-1.1.0-1is.exe) in a system with Windows XP
Embedded SP2 Version 2002 and I encountered this error at the first time
that I started the Cygwin bash shell:
bash: /dev/null: No such file or directory
bash: /dev/null: No such file or directory
[EMAIL PROTECTED] ~
$
Hello,
I´m simulating my
network with TinyViz, but I don´t know how can I do that the simulation have
account the position of the motes on the display.
Can anybody help me?
Thank you in advance.
Silvia Varela
SENSORIA
Ingeniería y Sistemas S.A
[EMAIL PROTECTED]
Tel.
39 matches
Mail list logo