[Tinyos-help] connect device to serial port

2008-08-31 Thread João Paulo Amaro da Costa Luz Carneiro
Hi,
Is it possible to connect the MIB520 to a device (not pc) such as a  
router or modem?
After sending messages to serial from the mote, how can I read them  
from the router?
Any examples? Thanks.
Best regards,

Joao
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] TinyOS2.x installation on Windows..

2008-08-31 Thread Michael Schippling
Presumably you have already installed cygwin?
My installation says sh is in /usr/bin, so perhaps
your path is not correct. But you can also try
using the --nodeps option to rpm.

MS


antonio gonga wrote:
> Hej All,
> I want to Install TinyOS-2.x on Windows, but when I'm trying to install 
> the RPMs, I'm always getting the message:
> 
> $ rpm -ivh --ignoreos msp430tools-base-0.1-20050607.cygwin.i386.rpm
> error: Failed dependencies:
> /bin/sh is needed by msp430tools-base-0.1-20050607
> 
> I don't have a clue what dependency is needed.
> 
> Thanks in advance
> 
> 
> 
> 
> Invite your mail contacts to join your friends list with Windows Live 
> Spaces. It's easy! Try it! 
> 
> 
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] sending text file from PC to a telosb mote transmitted to another telosb mote

2008-08-31 Thread Michael Schippling
You should be able to use the base message structure, the data area
is just a string of chars. The Basestation itself doesn't need
modification, unless you have some other requirements, it just passes
messages between UART and Radio. It's probably not a good model for
your intermediate node though. There you might use GenericComm to
receive and send messages with a small buffer queue in between. See
the demo apps for usage examples.

MS


brad abbott wrote:
> Hi,
> 
> I'm trying to send a text file from PC to the telosb mote then transmit 
> to another telosb mote for a printer
> 
> Have tried to implement the basestation program with a few adjustments.
> 
> Any help you could give me would be greatly appreciated.
> 
> Thanks,
> Brad
> 
> 
> Find out: SEEK Salary Centre Are you paid what you're worth? 
> 
> 
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] TinyOS2.x installation on Windows..

2008-08-31 Thread antonio gonga

Hej All, 
I want to Install TinyOS-2.x on Windows, but when I'm trying to install the 
RPMs, I'm always getting the message:

$ rpm -ivh --ignoreos msp430tools-base-0.1-20050607.cygwin.i386.rpm
error: Failed dependencies:/bin/sh is needed by 
msp430tools-base-0.1-20050607
I don't have a clue what dependency is needed.

Thanks in advance



_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Eclipse Tinyos "compilation error"

2008-08-31 Thread antonio gonga

Hej All, I was trying installing the YETI 2 plugin and tried to compile and 
install an application into a mote, but I was not succeeded
Bellow  is my trace. Another strange thins is that the Architecture environment 
variables are does not point to what is specified in the guide... 
Thanks in advance

un:  "make" "-C" "/home/gonga/EcProjects/ReceivePower" "-f" 
"/home/gonga/EcProjects/ReceivePower/TinyOS_Plugin_Makefile" "telosb" 
"install.10"at Aug 31, 2008 5:03:44 PMworking directory = /binenv TOSDIR = 
/opt/tinyos-2.x/tosenv ECLIPSE_PROJECT = /home/gonga/EcProjects/ReceivePowerenv 
MAKERULES = /opt/tinyos-2.x/support/make/Makerulesenv TOSROOT = 
/opt/tinyos-2.xenv APP_MAKERULES = /opt/tinyos-2.x/support/make/Makerulesenv 
COMPONENT = src/SSICenv PFLAGS =  "-I/home/gonga/EcProjects/ReceivePower/src" 
"-I/home/gonga/EcProjects/ReceivePower/src/build" 
"-I/home/gonga/EcProjects/ReceivePower/src/build/telosb"make: Entering 
directory `/home/gonga/EcProjects/ReceivePower'mkdir -p build/telosb
compiling src/SSIC to a telosb binaryncc -o build/telosb/main.exe -Os -O  
"-I/home/gonga/EcProjects/ReceivePower/src" 
"-I/home/gonga/EcProjects/ReceivePower/src/build" 
"-I/home/gonga/EcProjects/ReceivePower/src/build/telosb" -mdisable-hwmul -Wall 
-Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb 
-fnesc-cfile=build/telosb/app.c -board= -DIDENT_PROGRAM_NAME=\"src/SSIC\" 
-DIDENT_USER_ID=\"gonga\" -DIDENT_HOSTNAME=\"gongabgTOS\" 
-DIDENT_USER_HASH=0x56b2c591L -DIDENT_UNIX_TIME=0x48bab2d0L 
-DIDENT_UID_HASH=0x3d7ba215L  src/SSIC.nc -lm Couldn't execute msp430-gccmake: 
*** [exe0] Error 2make: Leaving directory 
`/home/gonga/EcProjects/ReceivePower'finished (exit code: '2', took: 00:00.271) 



_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Reading packet fields in tossim simulator

2008-08-31 Thread Nahr ...
Hi all,
I would like to show packet field using tossim like that:


7E 45 00 FF FF 00 00 13 00 EE 00 01 00 00 00 07 80 EE 00 07 00 80 00
00 00 00 20 00 00 53 63 7E





How please?



I am using TinyOS 2.0.2





Thanks in advance
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] PC-to-Mote communication using crossbow software

2008-08-31 Thread ravish kumar
HI Dhivya,
>From crossbow software you can not send command from motes to pc .For
sending commands you have to write  small application  using HPLUARTC
component.

On Sat, Aug 30, 2008 at 2:33 PM, Dhivya G <[EMAIL PROTECTED]> wrote:

> Hi,
>I want to sent a command from motes to pc. How to communicate from pc to
> motes using crossbow  Moteworks software. Is there any sample program for
> that.If so kindly send me the program
>
> --
> G.Dhivya
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Regards
Ravish Kumar
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] using McuSleep.sleep() in TOSSIM

2008-08-31 Thread Hazem Al- Ojeh


Hi all,

I am using T2. I am currently using TOSSIM to test my code. I was trying to use
McuSleep.sleep() to make the node go to sleep while the Radio communication is
busy. However for some reason I can't compile using:

make micaz sim

when using McuSleep.sleep(), for some reason it does not like it and it says:
/tmp/ccpIbZHs.s:Assembler messages:
/tmp/ccpIbZHs.s:25247: Error: no such instruction: `sleep'
make: *** [sim-exe] Error1

Note: when I try to compile under mica2:
make mica2. It actually compiles with no problems

So is this a problem with TOSSIM?? can I actually make a node/sensor sleep while
using TOSSIM?

Thank you for any help.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] sending text file from PC to a telosb mote transmitted to another telosb mote

2008-08-31 Thread brad abbott

Hi,

I'm trying to send a text file from PC to the telosb mote then transmit to 
another telosb mote for a printer

Have tried to implement the basestation program with a few adjustments.

Any help you could give me would be greatly appreciated.

Thanks,
Brad

_
Are you paid what you're worth? Find out: SEEK Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help