On May 16, 2007, at 11:21 PM, Hui KANG wrote:
Hi,
I tried to install tinyos 2.0 on vista. Even I login as the admin, I
still got following errors related to permission.
warning: group None does not exist - using root
warning: group None does not exist - using root
warning: group None does not e
Hi,
I tried to install tinyos 2.0 on vista. Even I login as the admin, I
still got following errors related to permission.
warning: group None does not exist - using root
warning: group None does not exist - using root
warning: group None does not exist - using root
6:avr-libc ###
Hi,
try app/TestNewFlash; I can not remember the name exactly.
Hui Kang
On 5/17/2007, "Micfox Micfox" <[EMAIL PROTECTED]> wrote:
>I have exactly the same requirement and I also tried Logger.. But obivously
>Logger is not supported in telosb (when you tried to compile
>SenseLightToLog in telosb
Hi,
In tutorial 6 of Tinyos-1.x, Is it possible to register the Message
listener for multiple types of messages? (In GraphPanel.java, there are
following codes)
==
// OK, connect to the serial forwarder and l
I have exactly the same requirement and I also tried Logger.. But obivously
Logger is not supported in telosb (when you tried to compile
SenseLightToLog in telosb platform, there will be heaps of "something
undeclared" problem). You can try..
From: "Ciro Cardone" <[EMAIL PROTECTED]>
To: "'Le
in my install cygpath is in /usr/bin,
which should also be in your PATH.
Since I don't use T2 I don't seem to have
tos-check-env so I can't be of any help...
MS
direct deposit wrote:
The path is my CLASSPATH is like c:/cygwin/opt... What
I printed out is after the script processed the path.
The
Hello all
I’m testing Mesh Routing in Tinyos-2.x.
During the test, nodes send a lot of broadcast message. All node receive
and send it then TX underflow takes place
The node which has TX underflow fails to send messages.
Therefore, I included in /opt/tinyos-
2.x/tos/chips/cc2420/CC2420Trans
The path is my CLASSPATH is like c:/cygwin/opt... What
I printed out is after the script processed the path.
The line gives me trouble is
open CYGPATH, "cygpath -w $tosjarpath 2>&1 |" or die
"couldn't execute cygpath: it is not PATH.";
I think the problem is somehow in my cygwin, I cannot
execut
Have a look at their SenSys paper
http://www.eecs.harvard.edu/~shnayder/papers/sensys04ptossim.pdf
On 5/16/07, khawla Lahamar <[EMAIL PROTECTED]> wrote:
Hi all
I would like to know how PowerTOSSIM can calculate the energy dissipation
in a mote.
And please can someone give me a like for more d
Hi, all
I'm trying to use the CntToLedsAndRfm app in our mica2 platform.
We has changed the CC1000 chip of mica2 to CC1100 due to the better RF
performance. But when I try to make mica2 install the app on our new
platform, it prompts such errors,
$ make mica2 install
mkdir -p build/mica2
c
If it's a compiler whine about the function prototype (arguments
and return value) then the header file is the thing you want...
memset() appears to be in
Otherwise please send the actual error text or a more complete
description of the problem and code.
However the subject of the message appea
Hello
As you can see, www.cs.berkeley.edu/~culler/papers/spots05-telos.pdf, table 3.
The more robust modelations make a price on the energy waste at reception.
André
- Original Message -
From: "Philip Levis" <[EMAIL PROTECTED]>
To: "Joan Cortes" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, Ma
I have a running system implemented for a mica2 mote. Now, I want to change the
mote microcontroller from an ATMega128 to an AT90Can128. Several registers and
interrupts address changes, and the CAN Bus functionallity is added, so:
There is an easy way to add a new platform to TinyOS?
Can I add a
> Hello all,
> We are using mica2 and mts300 sensor boards and we have a problem using
functions like
> memset and memcpy. We are using tinyos 2.x and we wanted to know is there
> any way of doing that?Do we need to include a specific header file? Any
help will be much appreciated.
> thanks in adv
Yes I can. It is as easy as subscribing. Just enter your email in the
corresponding field on the current page:
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
Good luck!
Supratik Dey schrieb:
Hi
I am unable to unsubscribe myself from the mailing list. plzz remove
Generic components have to be instantiated, you're already using that, when
you instantiate DemoSensorC in your configuration file (GetAccelAppC.nc i
suppose)
Note: you don't have to place every sensor component inside a DemoSensor
file, you can just wire the AccelXStreamC and AccelYStreamC direc
Hello all,
We are using mica2 and mts300 sensor boards and we have a problem using
functions like
memset and memcpy. We are using tinyos 2.x and we wanted to know is there any
way of doing that?Do we need to include a specific header file? any help will
be much appreciated.
thanks in advance,
I
Hi to all, I'm Italian. Sorry for my English, but I don't speak a good
English. :)
I'm using TinyOS with a TMote Invent sensor.
I'm configuring TinyOS and I've a problem with Deluge class: when I do
make in
/opt/tinyos-1.x/tools/java/net/tinyos/tools$
directory I've over 100 erros and 1 error
I'd expect that something has gone wrong with your TOSBase code,
or the basestation hardware, rather than _all_ the motes. Start
by checking each component. And make sure you use the same freq
in all your compiles...you can put that CFLAGS define in the
Makelocal file so you don't have to type it
Your code section (which is 48k on Tmote Sky, but 128k on MicaZ) is
too large. This is the ".text" error that msp430-ld is giving you.
-Joe
On 5/16/07, Munaretto, Daniele <[EMAIL PROTECTED]> wrote:
Dear all,
I'm forwarding these mails of yesterday about a compile error using moteiv.
Everything
It may be that the nx implementation is not complete on
the Java side. Without seeing the error and the code it's
hard to tell. Can you post the relevant oscope and message
code, and the actual error text?
MS
Firat TARAKTAS wrote:
Hi to all,
My problem is to display the signed data in oscil
Hi,
I am using T1 and multihop application with tmote sky. I want to know how can I
find out that how many packets have been lost? What happens if the
acknowledgment also gets lost?.
Thank you
Manu Suryavansh
-
Park yourself in front of a world of choices
Hi,
Do you mean that I use the component AccelXStreamC in DemoSensorStreamC like
following:
generic configuration DemoSensorStreamC() {
provides interface ReadStream;
}
implementation {
components AccelXStreamC, AccelYStreamC;
ReadStream = AccelXStreamC.ReadStream;
ReadStream = AccelYStreamC
Hi
I am unable to unsubscribe myself from the mailing list. plzz remove my
name from the mailing list. can any body tell me how to unsubscribe
!! Please inform me. Thanks.
--
Supratik Dey
mob:- 09433396702
email:[EMAIL PROTECTED]
___
Tinyos-he
Hi,
TOSBase does NOT transmit the strength (RSSI) thru UART.
You need to retrieve the strength value in TOSBase and store it
somewhere in your msg, and then you can see the value using any
kind of com port listener.
--Han
- Original Message -
From: "CASTEL Myriam" <[EMAIL PROTECTED]>
Hi,
I know this subject was often discuted but I don't really understand
how I can optain and display the value of the rssi. - I tried
msg_ptr->strength in TOSBase but I don't know how to see the value
(with xlisten, what file should be modified to display the rssi)
-When I try to write my own
* Derek FOol:
>Hi all, I've read a page about Multihop Routing, but i seems to route between
>nodes and base station. I wanna do that between nodes coz there's no base
>station in my app. Could T1.x support it and where can I find the tutorial?
>Thanks!
It's not simple. Point-to-point routing p
Hi ALL
I'm working with TinyOS2.0.1, now a problem about PSS(packet reception rate)
has puzzled me for a long time.
I don't know how can i get the PRR( packet reception rate) under tinyos2.0.1,
which function or interface should be used?
Any helps would be really appreciated.
Best Rega
See SenseLightToLog, here is used Logger, a component that help you to write
a lines of 16 bytes to the eeprom.
To try this on Tossim tou must run main with the option ef=eeprom.dat
For example
tinyviz run main.exe ef=\C:\\EEPROM.dat\ 5
this create an image of the mote E
For stream reading you have to use AccelReadStreamP and
AdcReadStreamClientC, but why don't you use the component AccelXStreamC? You
don't have to write your own component.
Note: you have to post a buffer for every read you do
Cheers,
Hugo
On 5/16/07, Fangming Zhang <[EMAIL PROTECTED]> wrote:
hi
can this due to I haven't any hardware mote?
Thanks again
--
Khawla
2007/5/16, khawla Lahamar <[EMAIL PROTECTED]>:
Hi all
thanks for all helps
i'm working with Tinyos1.15 windows XP
I'm afraid I have a problem with Tinyviz: I cant obtain any debug message,
radio links, power simulation ..
Hi all
thanks for all helps
i'm working with Tinyos1.15 windows XP
I'm afraid I have a problem with Tinyviz: I cant obtain any debug message,
radio links, power simulation ...
I followed all the instruction in the tutorial but no issues!
I obtainjust the windows Tinyviz with nodes in the left pan
Dear all,
I'm forwarding these mails of yesterday about a compile error using moteiv.
Everything is explained in the mails below.
[..]
However, I tried using small packets to send on the air and I don't get any
error (but only below 34 bytes of payload for tmote, 18 for telos). But this is
stra
-Original Message-
From: rachit pathak [mailto:[EMAIL PROTECTED]
Sent: 14 May 2007 20:24
To: Michael Collett
Subject: need help on mica2
sir,
im not able to find PrintBigMsg java program,which i require for converting
data to file .can Txt2Wav replace it ?also if u can send me th
Hy, can i know what are metods for write data on telosb? i have to write
data that i receive from radio and log it in telos... i must write in flash
or in eeprom please help me beacuse i'm newbbie...
thanks
--
Leonardo Cicogna
___
Tinyos-help mailin
Hi all
I would like to know how PowerTOSSIM can calculate the energy dissipation in
a mote.
And please can someone give me a like for more details for PowerTOSSIM: the
only link I have is:
http://www.eecs.harvard.edu/~shnayder/ptossim/install.html
Thanks in advance
--
Khawla
Hi,
I want to know if anybody have run surge program in Tmote Invent, there is
some problem. if yes, plz. fwd the that program, and also want to know , if
anybody have making Delta two way.
\Asif
___
Tinyos-help mailing list
Tinyos-help@Millennium.Berk
37 matches
Mail list logo