[Tinyos-help] Sleep mode in CC2430

2012-08-01 Thread ramakrishna reddy
Hi everybody, This Ramakrishna and i am working on CC2430 SoC and using tinyos-2.x-contrib. I wanted to test sleep modes( PM1,PM2,PM3) in CC2430. i configured ST0,ST1 and ST2 registers for sleep time interval and putting the mote into sleep mode using PCON register. It is

[Tinyos-help] Local Time

2012-08-01 Thread mansooreh mollaie
Hi, I want to set local time in TinySchedulerC for Tossim! how should I do this? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Always the same 64 bit address

2012-08-01 Thread Felipe Cruz Martínez
Hi again, i’m performing a customized app ‘myCustomizedApp’ based on TestAssociate app located in ../tinyos-2.1.1/apps/tests/tkn154/nonbeacon-enabled. I have got two micaz motes (coord and device) programmed in a mib520 board with the address as follows: Coordinator – make micaz extaddr,

Re: [Tinyos-help] Always the same 64 bit address

2012-08-01 Thread Jan Hauer
Coordinator – make micaz extaddr, 0xC00D install mib520,/dev/ttyUSB0 Device – make micaz extaddr, 0xED1234 install mib520,/dev/ttyUSB0 In your example there is a blank between extaddr, and the address you want to assign. This is wrong. Make sure you type extaddr,0xED1234. Jan On Wed, Aug 1,

Re: [Tinyos-help] Always the same 64 bit address

2012-08-01 Thread Felipe Cruz Martínez
Sorry but i introduced the ‘blank’ when i wrote the mail, not when i installed the app. It’s very strange, because the ‘0x4E0021AC75E2’ 64 bit address returned is the SAME that when you install the app. without indicate any address in the ‘make micaz...’ line. (I’ve got the lastest

Re: [Tinyos-help] Always the same 64 bit address

2012-08-01 Thread Felipe Cruz Martínez
Hi, was solved the problem, writing: #define IEEE154_EXTENDED_ADDRESS 0x1234 in my app_profile.h Thanks for everything and apologize for the inconvenience, Felipe. From: Felipe Cruz Martínez Sent: Wednesday, August 01, 2012 7:28 PM To: Jan Hauer Cc: TinyOS HELP Subject: Re: [Tinyos-help]

[Tinyos-help] TinyOS protocol/application to transmit image?

2012-08-01 Thread Gary Lee
Hi, I am wondering is there a tinyos protocol/application that is used to transmit image? Thanks a lot, Gary ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSBoot in TinyOS 2.x

2012-08-01 Thread Gary Lee
Hi, I am wondering someone can provide some tutorials to understand tos/lib/tosboot? Thanks a lot, Gary ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help